Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
5926 Widoki
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 :(


Awatar
Odrzuć
Najlepsza odpowiedź

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"]




Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
gru 16
3348
0
mar 17
3768
1
lip 15
4888
1
mar 15
4645
4
cze 25
8675