Files
Odoo-18.0-20251222/sell_only_by_packaging/readme/DESCRIPTION.md
tocmo0nlord adbe430761
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled
Initial commit: Odoo 18.0-20251222 extra-addons
2026-03-13 20:43:25 +00:00

16 lines
648 B
Markdown
Executable File

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).