Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
5920 Представления
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 :(


Аватар
Отменить
Лучший ответ

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




Аватар
Отменить
Related Posts Ответы Просмотры Активность
0
дек. 16
3342
0
мар. 17
3762
1
июл. 15
4876
1
мар. 15
4642
4
июн. 25
8656