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

Hi all,

I want to know How can i convert my odoo custom module into the application. As my module is not showing in the Apps.

I want to know that when i apply the filter (Apps) in search bar. It does not show my module. But it shows in the modules filter.

Thanks

アバター
破棄
最善の回答

Apps filter only module which application = true so you can add that 'application' : Ture in __manifest__.py file.

If your app considered as fully-fledged application you can set application to true,otherwise leave it  False and its better to follow the standards.

Here you are the manifest application field description:

application (bool, default: False)Whether the module should be considered as a fully-fledged application (True) or is just a technical module (False) that provides some extra functionality to an existing application module.

More Details Here

アバター
破棄
関連投稿 返信 ビュー 活動
2
1月 24
2553
1
7月 24
1764
1
1月 24
4805
2
3月 23
2599
3
6月 20
10404