İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
9454 Görünümler

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

Avatar
Vazgeç
En İyi Yanıt

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

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
2
Oca 24
3125
1
Tem 24
2174
1
Oca 24
5515
2
Mar 23
2992
3
Haz 20
10798