This question has been flagged
1 Reply
3009 Views

Hi, 

I need to manage the stock for events like theater or some tour.

I have several sessions in a day and in a week. For each session I have always 40 tickets (example).

There is several type of tickets like elderly, adult, child, student and depending on the tour the child ticket can or not decrease the number of available tickets.

Do you know a module or a way to manage this kind of stock ? 


Thanks

Avatar
Discard
Best Answer

This is for sure no standard requirement. But you can use the event sales module to sell tickets as products and you can make these products stockable. Then you have to add custom logic to your warehouse moves and available quantities.

Avatar
Discard
Author

I tried to do this with the event_sale but I have the problem. I have to create for each session of theater an event and then configure for each one the tickets available. Its possible with event_sale but isn't the ideal solution. I have to find another way...

Well, you can develop a module to automate this process. But this way, you stay as close to standard Odoo as possible. It is not very probable to find a solution off the shelf for such a particular business case.

Author

Thanks