Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
3759 Lượt xem

when does one module affects another module while installing in odoo. I have a new module named jobs. after updating app list i tried to install jobs module. But there was validation error stating that i have to archive the data. After a bit research i found out the Jobs module had 'depends': ['base', 'hr','project','checklist'], in manifest.py thus i uninstalled the project module and then i installed JOBS module which ultimately lead to the project module being installed. 

I am confused how this happens and how the module showed error while installing. please i need help from the community. 

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

depends in the manifest means that our current module is depending other external modules given in depends manifest file.

And if any of the module is not installed it will automatically install the depends module if present in the apps list. 

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 1 20
3705
2
thg 5 20
7201
2
thg 10 16
6936
2
thg 6 19
6863
0
thg 3 22
46