[MIG] stock_inventory_cost_info: Migration to v13.0

This commit is contained in:
Sergio Teruel
2020-02-07 23:33:08 +01:00
committed by sergio-teruel
parent 37a48090b3
commit b06060309e
10 changed files with 45 additions and 43 deletions

View File

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

View File

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