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

Hi, I am new to the odoo and I developed a small module in odooV12. The thing is that I am able to see my module in the apps list and able to install it. But I am not able to see it in the app switcher screen where all the installed modules are seen as soon as they get installed.


Thanks in advance :)

Ảnh đại diện
Huỷ bỏ
Tác giả

@Gregory Gillis can you do provide me with the example

Câu trả lời hay nhất

If you are trying to view a new module in the Apps module you can do these:

  1. Move the module folder into your addons folder

  2. Enter developer mode (Settings>Activate Developer Mode)

  3. Apps>Update Apps List

  4. Search for module name. Remove "apps" filter if not an app.

  5. If not visible, refresh your browser, then try again.

If you are making the module yourself, you can add the code below to your __manifest__.py file. You will need to refresh your Odoo server for the change to take affect.

    'sequence': 1,
This should put it as the first item in the apps module when the 'apps' filter is off. 

To view the module in the dashboard AFTER it is installed, you will need to make sure you have your permissions set properly. You can verify in the code of your module that you have permissions to read/write/create/delete by default, or you can modify in Settings>Users, or in Settings>Technical>Access Rights (in developer mode). Once you have proper permission, when you refresh your browser, it should appear.
Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

I am not able to comment on the answers for which you guys have provided I want to add/view my custom module here in the home dashboard not in the appList/moduleList. I mean here "http://localhost:8069/web#home".


Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

You have to add   "sequence"             :  1,  in the manifest.py of your custom module.

Sequence determines the position of your app in the apps dashboard. 


Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 10 20
10430
0
thg 8 24
1908
3
thg 7 25
2036
3
thg 5 25
3554
1
thg 8 24
1376