Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
5990 Lượt xem
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 :(


Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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




Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 12 16
3386
0
thg 3 17
3873
1
thg 7 15
4972
1
thg 3 15
4749
4
thg 6 25
8865