[ADD] setup.py

This commit is contained in:
OCA-git-bot
2023-03-06 16:17:28 +00:00
parent e5abf078d9
commit 39a6dc6be3
4 changed files with 9 additions and 1 deletions

View File

@@ -1 +1 @@
14.0.20221220.1
14.0.20230306.0

View File

@@ -15,6 +15,7 @@ setuptools.setup(
'odoo14-addon-pms_housekeeping',
'odoo14-addon-pms_l10n_es',
'odoo14-addon-pms_rooming_xls',
'odoo14-addon-pos_pms_link',
],
classifiers=[
'Programming Language :: Python',

View File

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

View File

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