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

Hi geeks, I'm new to odoo. I have downloaded Odoo 11 and installed it but i could not integrate my new module into the odoo server.

In fact i put my module into addons folder then enable debug mode then update module list. In spite of that my module does not appear on the list of modules.

your help is very appreciated.

In addition to that is there any detailed documentation for this version of odoo (Odoo 11).

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất
  • Ensure your addons path is added in configuration file

  • Ensure your this format

                       my_addons 

                                 |______ my_module

                                                        |________ __init__.py

                                                        |________ __manifest__.py ( __openerp__.py in older versions)


  •  check parameter   'installable': True in  __manifest__.py .

This may help you : YouTube - Create and install new custom module in odoo 10

Thanks.
Shameem Babu
iWesabe

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

Thank you very much for your guidance that helped to overcome my issue.

Best regards

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

Also, after updating the app list, do not forget to remove the default filter in the app search :). Your module is most likely not an 'app' :)

Ảnh đại diện
Huỷ bỏ