[MIG] stock_request_purchase: Migration to 13.0

This commit is contained in:
Joan Sisquella
2020-03-09 10:47:49 +01:00
parent 2c24aacc29
commit a8738fb918
14 changed files with 75 additions and 64 deletions

View File

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

View File

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