Files
stock-logistics-warehouse/setup/stock_picking_orig_dest_link/setup.py
GuillemCForgeFlow f3af4d4f90 [ADD]stock_picking_orig_dest_link
Adds the link between the origin and the destination pickings.
2023-05-18 16:23:43 +02:00

7 lines
100 B
Python

import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)