Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
9106 Zobrazení

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
Zrušit
Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
2
led 24
2544
1
čvc 24
1758
1
led 24
4799
2
bře 23
2597
3
čvn 20
10402