Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
7551 มุมมอง

I was trying to install quality management system's module but when i tried to install module im getting an error msg

You try to install module 'mgmtsystem_audit' that depends on module 'base_action_rule'.
But the latter module is not available in your system.

I don't understand why this giving me such error.

Please help

Thanks in advance!

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

In my case i had missed a coma between modules in depends 
before:

'depends': ['sale', 'purchase', 'stock' 'base', 'product'],

after 

'depends': ['sale', 'purchase', 'stock', 'base', 'product'],


อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi,

The error message says that the module that you are installing is depending on some another module, and that dependent module is not available in your addons path. That is why you are getting this message.

For a module to get installed all its dependent module should be present in the addons path. So what you can do is that get the module named 'base_action_rule' and add it to the addons path. Also make sure that there is s no other dependent module is missing.


Thanks

อวตาร
ละทิ้ง
ผู้เขียน

how to get this module (base_action_rules)? I have search a lot. I am using odoo12.

from where you get the quality management module ?

ผู้เขียน

I have downloaded the zip file of QMS from odoo App store.