[ADD] stock_picking_volume: New addon to compute and store the volume of a picking

This commit is contained in:
Laurent Mignon (ACSONE)
2023-02-01 15:14:27 +01:00
parent 3a4b455b6f
commit 3a6bf112dc
19 changed files with 944 additions and 0 deletions

View File

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

View File

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