Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
11
sell_only_by_packaging/readme/CONFIGURE.md
Executable file
11
sell_only_by_packaging/readme/CONFIGURE.md
Executable file
@@ -0,0 +1,11 @@
|
||||
Following options are available to define which packaging level can be
|
||||
sold and which product can only be sold by packaging.
|
||||
|
||||
- Sell only by packaging: On product template model, this checkbox
|
||||
restricts sales of these products if no packaging is selected on the
|
||||
sale order line. If no packaging is selected, it will either be
|
||||
auto-assigned if the quantity on the sale order line matches a
|
||||
packaging quantity or an error will be raised.
|
||||
- Force sale quantity (on the packaging): force rounds up the quantity
|
||||
during creation/modification of the sale order line with the factor
|
||||
set on the packaging.
|
||||
8
sell_only_by_packaging/readme/CONTRIBUTORS.md
Executable file
8
sell_only_by_packaging/readme/CONTRIBUTORS.md
Executable file
@@ -0,0 +1,8 @@
|
||||
- Akim Juillerat \<<akim.juillerat@camptocamp.com>\>
|
||||
- Jacques-Etienne Baudoux (BCIM) \<<je@bcim.be>\>
|
||||
- Thomas Nowicki \<<thomas.nowicki@camptocamp.com>\>
|
||||
- François Honoré \<<francois.honore@acsone.eu>\>
|
||||
- Hiep (Nguyen Hoang) \<<hiepnh@trobz.com>\>
|
||||
- Phuc (Tran Thanh) \<<phuc@trobz.com>\>
|
||||
- Duong (Tran Quoc) \<<duongtq@trobz.com>\>
|
||||
- Tris Doan \<<tridm@trobz.com>\>
|
||||
7
sell_only_by_packaging/readme/CREDITS.md
Executable file
7
sell_only_by_packaging/readme/CREDITS.md
Executable file
@@ -0,0 +1,7 @@
|
||||
The development and migration of this module has been financially supported by:
|
||||
|
||||
- Camptocamp
|
||||
|
||||
This module feature was extracted from the original
|
||||
[sale-workflow/sale_by_packaging](https://github.com/oca/sale-workflow/tree/14.0/sale_by_packaging)
|
||||
module.
|
||||
15
sell_only_by_packaging/readme/DESCRIPTION.md
Executable file
15
sell_only_by_packaging/readme/DESCRIPTION.md
Executable file
@@ -0,0 +1,15 @@
|
||||
This module provides different configuration option to manage packagings
|
||||
on sale orders.
|
||||
|
||||
The creation/update of sale order line will be blocked (by constraints)
|
||||
if the data on the sale.order.line does not fit with the configuration
|
||||
of the product's packagings.
|
||||
|
||||
It's also possible to force the quantity to sell during
|
||||
creation/modification of the sale order line if the "Force sale
|
||||
quantity" is ticked on the packaging and the "Sell only by packaging" is
|
||||
ticked on product.
|
||||
|
||||
For example, if your packaging is set to sell by 5 units and the
|
||||
employee fill the quantity with 3, the quantity will be automatically
|
||||
replaced by 5 (it always rounds up).
|
||||
Reference in New Issue
Block a user