Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
9094 Представления

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

Аватар
Отменить
Related Posts Ответы Просмотры Активность
2
янв. 24
2539
1
июл. 24
1753
1
янв. 24
4797
2
мар. 23
2592
3
июн. 20
10401