[ADD] mrp_tag

This commit is contained in:
Jasmin Solanki
2022-04-11 13:18:31 +05:30
parent cf21bb169f
commit fed9936e17
15 changed files with 256 additions and 0 deletions

View File

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

6
setup/mrp_tag/setup.py Normal file
View File

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