[16.0][ADD] stock_package_type_category

This commit is contained in:
Denis Roussel
2024-07-01 10:49:58 +02:00
parent 7f2bf7ce95
commit 597fa8ad5d
20 changed files with 775 additions and 0 deletions

View File

@@ -0,0 +1 @@
../../../../stock_package_type_category

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)