purchase_stock_generic_product and sale_stock_generic_product: allows the use of generic products

This commit is contained in:
Alexis de Lattre
2024-06-15 12:24:12 +02:00
parent d07e38e1f3
commit 740d167331
13 changed files with 132 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
This module **purchase_stock_generic_product** allows the use of generic products whose exact properties is written in the description. With this module, the exact product description written in the *name* field of purchase.order.line is written in the field *description_picking* of stock.move.
The module has a twin module for sale orders: **sale_stock_generic_product**.