Last active
November 15, 2017 21:25
-
-
Save ivanporras/53353b884616ab4b0b6e2e7e557ed297 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Odoo no muestra iconos | |
2017-11-04 19:40:31,137 8614 WARNING ODAvicampo odoo.models.schema: Table 'res_company': unable to set a NOT NULL constraint on column 'regname' ! | |
If you want to have it, you should update the records and execute manually: | |
ALTER TABLE res_company ALTER COLUMN regname SET NOT NULL | |
2017-11-04 19:40:31,174 8614 WARNING ODAvicampo odoo.models.schema: Table 'res_company': unable to set a NOT NULL constraint on column 'rfc' ! | |
If you want to have it, you should update the records and execute manually: | |
ALTER TABLE res_company ALTER COLUMN rfc SET NOT NULL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 180, in run_wsgi
execute(self.server.app)
File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 168, in execute
application_iter = app(environ, start_response)
File "/odoo/odoo-server/odoo/service/server.py", line 246, in app
return self.app(e, s)
File "/odoo/odoo-server/odoo/service/wsgi_server.py", line 186, in application
return application_unproxied(environ, start_response)
File "/odoo/odoo-server/odoo/service/wsgi_server.py", line 172, in application_unproxied
result = handler(environ, start_response)
File "/odoo/odoo-server/odoo/http.py", line 1307, in call
self.load_addons()
File "/odoo/odoo-server/odoo/http.py", line 1328, in load_addons
m = import('odoo.addons.' + module)
File "/odoo/odoo-server/odoo/modules/module.py", line 81, in load_module
execfile(modfile, new_mod.dict)
File "/odoo/custom/odoo-mexico-localization/l10n_mx_einvoice_pac_sf/init.py", line 5, in
import metodos
File "metodos.py", line 23, in