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

ValueError in field on Odoo enterprise version 14 #3

Open
bobbohee opened this issue Jul 20, 2021 · 1 comment
Open

ValueError in field on Odoo enterprise version 14 #3

bobbohee opened this issue Jul 20, 2021 · 1 comment

Comments

@bobbohee
Copy link

bobbohee commented Jul 20, 2021

When I click the Install button of hello_world_view on Odoo enterprise version 14, the installation does not complete and the following error occurs.

Console

> /Users/parkbohee/Documents/work/ssk/odoo-ent14-kr/odoo/fields.py(2322)_setup_attrs()
-> raise ValueError(
(Pdb) 

Log

2021-07-20 06:16:12,131 46059 INFO ent14_ssk_base_v2 odoo.modules.loading: Loading module hello_world_view (41/124) 
2021-07-20 06:16:12,529 46059 WARNING ent14_ssk_base_v2 odoo.modules.loading: Transient module states were reset 
2021-07-20 06:16:12,536 46059 DEBUG ent14_ssk_base_v2 odoo.modules.registry: Multiprocess load registry signaling: [Registry: 103] [Cache: 91] 
2021-07-20 06:16:12,546 46059 INFO ent14_ssk_base_v2 odoo.modules.loading: loading 1 modules... 
2021-07-20 06:16:12,547 46059 DEBUG ent14_ssk_base_v2 odoo.modules.loading: Loading module base (1/1) 
2021-07-20 06:16:12,569 46059 DEBUG ent14_ssk_base_v2 odoo.modules.loading: Module base loaded in 0.02s, 0 queries 
2021-07-20 06:16:12,570 46059 INFO ent14_ssk_base_v2 odoo.modules.loading: 1 modules loaded in 0.02s, 0 queries (+0 extra) 
2021-07-20 06:16:12,530 46059 ERROR ent14_ssk_base_v2 odoo.modules.registry: Failed to load registry 

I think the value or property of the field is wrong.

@bobbohee bobbohee changed the title ValueError in field ValueError in field on Odoo version 14 Jul 20, 2021
@bobbohee bobbohee changed the title ValueError in field on Odoo version 14 ValueError in field on Odoo enterprise version 14 Jul 20, 2021
@bobbohee
Copy link
Author

This issue was resolved in #2, but it was not merged.

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