[MIG] stock_inventory_line_open: Migration to 14.0

This commit is contained in:
Miquel Raïch
2022-06-14 11:56:01 +02:00
parent 47676d2e70
commit 684db2e08b
4 changed files with 9 additions and 2 deletions

View File

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

View File

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