Skip to content

Instantly share code, notes, and snippets.

@ivanporras
Last active November 8, 2017 15:21
Show Gist options
  • Save ivanporras/b0b3e2e69f8bcbdbefef96e230361ded to your computer and use it in GitHub Desktop.
Save ivanporras/b0b3e2e69f8bcbdbefef96e230361ded to your computer and use it in GitHub Desktop.
2017-11-04 09:46:50 => Traceback (most recent call last):
File "metodos.py", line 1197, in invoice_validate
File "<decorator-gen-287>", line 2, in action_get_stamp_sifei
File "/odoo/odoo-server/odoo/api.py", line 369, in loop
result = [method(rec, *args, **kwargs) for rec in self]
File "metodos.py", line 234, in action_get_stamp_sifei
UserError: (u"Advertencia !!!\nOcurri\xf3 un error al intentar obtener el Timbre. \n\nC\xf3digo: 301\nError: cvc-enumeration-valid: Value '' is not facet-valid with respect to enumeration '[601, 603, 605, 606, 608, 609, 610, 611, 612, 614, 616, 620, 621, 622, 623, 624, 628, 607, 629, 630, 615]'. It must be a value from the enumeration.\nMensaje:
El Comprobante no cumple con el estandar XML (Conforme al W3C) o con la estructura XML (XSD y complementos aplicables)", '')
@ivanporras
Copy link
Author

ivanporras commented Nov 7, 2017

#sudo su odoo
#python /odoo/odoo-server/odoo-bin -c /etc/odoo-server.conf &
#exit
#apt-get install python-qrcode
#python /odoo/odoo-server/odoo-bin -c /etc/odoo-server.conf &
#apt-get install python-qrtools

#sudo su odoo
#cd /odoo/custom/odoo-mexico-localization
#python /odoo/odoo-server/odoo-bin -c /etc/odoo-server.conf -u l10n_mx_einvoice_pac_sifei

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment