How do i fix ValueError: dictionary update sequence element #0 has length 1; 2 is required odoo 12?
问题 I am trying to build a custom module and i have run into the following error, i added the models to 'depends':[] and ended up with KeyError: 'ir.actions.views' when i remove the models from the 'depends':[] , i get the error below: 2020-02-15 06:58:28,956 8372 ERROR mask_agro odoo.modules.registry: Failed to load registry Traceback (most recent call last): File "/opt/odoo/odoo/odoo/modules/registry.py", line 60, in __new__ return cls.registries[db_name] File "/opt/odoo/odoo/odoo/tools/func.py