Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid characters in table name #1

Open
l34marr opened this issue Mar 7, 2020 · 1 comment
Open

Invalid characters in table name #1

l34marr opened this issue Mar 7, 2020 · 1 comment

Comments

@l34marr
Copy link
Owner

l34marr commented Mar 7, 2020

ERROR addon-test odoo.modules.registry: Failed to load registry
Traceback (most recent call last):
File "/odoo/odoo-server/odoo/modules/registry.py", line 85, in new
odoo.modules.load_modules(registry._db, force_demo, status, update_module)
File "/odoo/odoo-server/odoo/modules/loading.py", line 420, in load_modules
loaded_modules, update_module, models_to_check)
File "/odoo/odoo-server/odoo/modules/loading.py", line 312, in load_marked_modules
perform_checks=perform_checks, models_to_check=models_to_check
File "/odoo/odoo-server/odoo/modules/loading.py", line 188, in load_module_graph model_names = registry.load(cr, package) File "/odoo/odoo-server/odoo/modules/registry.py", line 220, in load model = cls._build_model(self, cr) File "/odoo/odoo-server/odoo/models.py", line 554, in _build_model check_pg_name(ModelClass._table)
File "/odoo/odoo-server/odoo/models.py", line 105, in check_pg_name
raise ValidationError("Invalid characters in table name %r" % name)

@l34marr
Copy link
Owner Author

l34marr commented Mar 8, 2020

./odoo-bin -c /etc/odoo-server.conf -d data_base_name -u module_name
https://www.odoo.com/forum/help-1/question/how-to-update-module-list-from-command-line-84385

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant