[ADD] rma_procurement_customer

This module extends the `rma_procurement_customer` module to ensure that the
customer information is automatically propagated to any stock pickings created
as part of an RMA process.
This commit is contained in:
sbejaoui
2024-10-11 00:25:06 +02:00
parent 6ad69b9f29
commit 1247675b2d
15 changed files with 645 additions and 0 deletions

View File

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

View File

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