My product is delivered in packages of fixed sizes. Each standard package can contain a maximum of 60 units.
For example, if I need to deliver 150 units, that would require:
- 2 full packages of 60 units each, and
- 1 additional package with the remaining 30 units (this third package can hold up to 30 units only).
How can I achieve this packaging logic using Odoo standard version 18?