跳至內容
選單
此問題已被標幟
1 回覆
5908 瀏覽次數
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"]




頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
0
12月 16
3330
0
3月 17
3755
1
7月 15
4876
1
3月 15
4637
4
6月 25
8646