Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
5988 มุมมอง
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
3384
0
มี.ค. 17
3865
1
ก.ค. 15
4969
1
มี.ค. 15
4743
4
มิ.ย. 25
8857