[13.0][MIG] stock_picking_auto_print

This commit is contained in:
Bhavesh Odedra
2020-04-02 22:25:00 +05:30
parent 1fcec0a73a
commit c07612da20
5 changed files with 24 additions and 10 deletions

View File

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

View File

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