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,
)