[MIG] product_contract: Migration to 14.0

This commit is contained in:
Mourad
2021-03-09 16:50:25 +01:00
committed by Ilyas
parent 1d0c280fe5
commit b793cf6356
9 changed files with 65 additions and 70 deletions

View File

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

View File

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