This question has been flagged
1 Reply
1349 Views

Hello all,

i'm looking for a solution for this situation: we have a product which is a booklet of 20 bus tickets. Tickets belonging to the booklet cannot be sold individually (the sale price refers to the entire booklet). But when the booklet is loaded in the warehouse, transferred between warehouses and then sold, the individual tickets belonging to the booklet must be tracked, each with its unique serial number. Anyone know if there is already an addon with this implementation? We use Odoo 14.

Thanks


Avatar
Discard
Best Answer

Have you tried PACKAGES? 

You can put 20 serialized bus tickets into a single package and scan the package during the Warehouse operations to move all 20 at once.

https://www.odoo.com/documentation/user/14.0/inventory/management/delivery/packaging_type.html

You may also want to enable PACKAGING to remind Salespeople not to sell 19 tickets:

https://www.odoo.com/documentation/user/14.0/inventory/management/products/usage.html#packaging

Avatar
Discard
Author

Hi Ray, I'll try right away if your suggestion is right for us. I hope so. Thanks in advance