コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
2337 ビュー

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
1760
1
2月 23
2035
1
12月 22
11623
0
5月 19
3271
6
6月 15
7900