[ADD]stock_picking_orig_dest_link

Adds the link between the origin and the destination pickings.
This commit is contained in:
GuillemCForgeFlow
2023-05-16 10:10:26 +02:00
parent 313fed07d5
commit f3af4d4f90
13 changed files with 253 additions and 0 deletions

View File

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

View File

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