[ADD] stock_picking_report_header_repeater: New module to repeat the header in all pages of the delivery report

This commit is contained in:
Carlos Roca
2024-05-29 10:30:47 +02:00
parent 24b84bd762
commit 3e32cf04df
11 changed files with 667 additions and 0 deletions

View File

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

View File

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