콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
3867 화면

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. 

아바타
취소
베스트 답변

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. 

아바타
취소
관련 게시물 답글 화면 활동
2
1월 20
3786
2
5월 20
7284
2
10월 16
6986
2
6월 19
6935
0
3월 22
46