Hi Odoo Community,
I'm currently customizing the Point of Sale (POS) module in Odoo, and I want to modify the **kitchen order ticket** (the printed ticket sent to the kitchen) to include additional details such as custom notes or specific product information. However, I'm struggling to locate the files and code responsible for generating and styling the kitchen order ticket.
Could someone kindly guide me on the following:
1. **Which module** contains the relevant JavaScript and XML files for the kitchen order ticket?
2. **What are the names of the JavaScript files** responsible for handling the generation and printing of the kitchen order ticket?
3. Are there specific XML templates or QWeb views that control the design of the ticket? If so, what are their names?
4. Any tips or best practices for modifying the kitchen order ticket without breaking existing functionality?
From my research, I understand that the POS frontend functionality is often handled in the `point_of_sale` module. Still, pinpointing the exact files for the kitchen ticket has been a challenge.
Any assistance or examples from those who have done similar customizations would be greatly appreciated!
Thank you! 😊
Please did you finally find the good answer