Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
3
sale_stock_line_customer_ref/readme/CONTRIBUTORS.md
Executable file
3
sale_stock_line_customer_ref/readme/CONTRIBUTORS.md
Executable file
@@ -0,0 +1,3 @@
|
||||
- Sébastien Alix \<<sebastien.alix@camptocamp.com>\>
|
||||
- Simone Orsi \<<simone.orsi@camptocamp.com>\>
|
||||
- Do Anh Duy \<<duyda@trobz.com>\>
|
||||
1
sale_stock_line_customer_ref/readme/CREDITS.md
Executable file
1
sale_stock_line_customer_ref/readme/CREDITS.md
Executable file
@@ -0,0 +1 @@
|
||||
The migration of this module from 14.0 to 18.0 was financially supported by Camptocamp.
|
||||
3
sale_stock_line_customer_ref/readme/DESCRIPTION.md
Executable file
3
sale_stock_line_customer_ref/readme/DESCRIPTION.md
Executable file
@@ -0,0 +1,3 @@
|
||||
This module allows you to add a customer reference on a sale order line.
|
||||
Lines sharing the same product but different customer references won't
|
||||
be merged together in stock transfers.
|
||||
6
sale_stock_line_customer_ref/readme/USAGE.md
Executable file
6
sale_stock_line_customer_ref/readme/USAGE.md
Executable file
@@ -0,0 +1,6 @@
|
||||
By default the customer reference field is not displayed on the sale
|
||||
order form, you have to enable it in the list of optional fields.
|
||||
|
||||
We want the customer ref on the package because the label should be printed from there (like all other kind of existing labels).
|
||||
As we can't get the right stock.move.line/stock.move easily from the package it is easier to store the Customer Ref. of the move/move_line on the package when this one is assigned to the move line.
|
||||
Also, a (destination) package could contain different products (so different moves), and these moves could have different Customer Ref., all of them will be concatened in the package => ", ".join(customer_ref_of_all_moves_link_to_this_package)
|
||||
Reference in New Issue
Block a user