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

I had two databases one for testing and one for being deployed and used. I installed a custom module on the test database but it is also installed on the development database. anyone has ideas on how to fix?

아바타
취소
베스트 답변

Typically, this should not happen if the module is not defined as an "auto install" module.

One option is to uninstall it from the development database provided it does not impact other installed modules.

Also, check the manifest file of the module to see if it has 'auto_install': True, in the manifest which is causing it to be automatically installed.

아바타
취소
작성자

I checked the manifest file and auto_install was False. Do you have any other ideas?

Also check whether there is another module that depends on it. Odoo will look for dependencies and automatically install them.

작성자

My module inherits sale and stock module but no modules depend on my custom madule

관련 게시물 답글 화면 활동
1
3월 24
1853
1
2월 23
2147
1
12월 22
11769
0
5월 19
3359
6
6월 15
8018