Files
manufacture/setup/mrp_account_bom_attribute_match/setup.py
2023-01-31 12:05:59 -03:00

7 lines
100 B
Python

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