[ADD] stock_lot_filter_available: New module to filter lots on stock

This commit is contained in:
Carlos Roca
2021-05-07 09:09:11 +02:00
parent ecc8fb6617
commit ba3e0c4c49
16 changed files with 724 additions and 0 deletions

View File

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

View File

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