[14.0][ADD] mrp_bom_attribute_match

This commit is contained in:
Ilyas
2022-06-17 19:31:21 +07:00
parent 32fc950de2
commit 215cfe1519
18 changed files with 1074 additions and 0 deletions

View File

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

View File

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