Hi,
I've setup odoo with the product catalogue of our company.
We sell food products per box, and pricing is per item.
For example we have a can of cola, and a tray of 24 cans. The price is per can.
I've created packaging (piece and box).
So when I do an entry in an order, when i sell 2 trays, i enter 48. And it calculates that it's 2 trays.
Installed this module : https://github.com/OCA/sale-workflow/tree/16.0/sale_packaging_default to make entry based on tray's instead of items. Which helps us.
When looking at picking / invoicing / orders. It's displayed as : 48 units (2 box), which is good.
So now my question:
Sometimes it happens that we sell 40 items instead of 48 (because there is nothing more in stock, or some other reason). That means that we have 1 full tray and 16 pieces.
Odoo changes that into 40 items.
I would rather have it displaying on my documents as : 40 units (1 box + 16 pieces).
Anyone have a suggestion how to create this? I'm pretty good in qweb xpath.
An option (although not preferred) is to have 2 order-lines (1 box on one line, the 16 pieces on another line).