[ADD] setup.py

This commit is contained in:
OCA-git-bot
2021-02-17 11:59:40 +00:00
parent 393daefab9
commit 50572e38ee
4 changed files with 9 additions and 1 deletions

View File

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

View File

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