Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
9103 Lượt xem

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

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhấ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

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 1 24
2543
1
thg 7 24
1755
1
thg 1 24
4797
2
thg 3 23
2595
3
thg 6 20
10401