Files
web/setup/web_m2x_options/setup.py
Zakaria Makrelouf 480bcea4b6 [9.0][MIG] Migration of module web_m2x_options.
Adapt JS file to the new JS API and make the module installable
[MIG] adapt form.js to the new API.
[FIX] Fix bug mentioned in pull #262.
[MIG] Make the module installable.
2016-11-04 10:04:59 +01:00

7 lines
100 B
Python

import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)