[ADD] pms_project

This commit is contained in:
Freni Patel
2022-03-22 12:08:37 +05:30
committed by Maxime Chambreuil
parent 6b022f58ef
commit 02d4cd8e02
17 changed files with 283 additions and 0 deletions

View File

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

View File

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