Hi guys,
I want get all previous POS orders and print the chosen. I cant find any modules for Odoo 10.
So how can I customize the POS ?
How to render to the Pos Billing Screen(following image) by giving Order ID ?
// Example
this.$('.print_order').click(function(){
//code to find order id
// render to print screen of order id
})
Please give me your answer or hints
Thanks in Advance !!!!