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

Hi All,

i try to change  app menu navigation and i added files to odoo/addons but i couldnt find how i can enable this module.

By the way i couldnt find any file about to install instruction.

i think need to use below code but how can i do that, someone can be help about it ?



import setuptools


setuptools.setup(

setup_requires=['setuptools-odoo'],

odoo_addon=True,

)

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

Hello Volkan
you have to add the module to the apps path and after that you  go to settings and you enable debug It can be found at the end of the page


=>go to the apps application in odoo =>  Update Apps List =>search for the module name => install the module => refresh the page

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