Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
5905 Zobrazení
File "/opt/odoo10/odoo/models.py", line 531, in _build_model
    raise TypeError("Model %r does not exist in registry." % name)
TypeError: Model 'base.automation' does not exist in registry.
But when I am trying to install base.automation, it is also giving error 
i.e. latter module doesn't exist in your system.
I also tried depend:["base_automation"]
SAME ERROR :(


Avatar
Zrušit
Nejlepší odpověď

You are using Odoo 10 and base_automation model doenot exits in Odoo 10 and it's technical name is "base_action_rule" so add it to your depends as below:

depend:["base_action_rule"]




Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
0
pro 16
3316
0
bře 17
3752
1
čvc 15
4872
1
bře 15
4635
4
čvn 25
8640