mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
Currently translated at 100.0% (9 of 9 strings) Translation: manufacture-14.0/manufacture-14.0-stock_whole_kit_constraint Translate-URL: https://translation.odoo-community.org/projects/manufacture-14-0/manufacture-14-0-stock_whole_kit_constraint/it/
7 lines
100 B
Python
7 lines
100 B
Python
import setuptools
|
|
|
|
setuptools.setup(
|
|
setup_requires=['setuptools-odoo'],
|
|
odoo_addon=True,
|
|
)
|