How to print a POS receipt from Sale Order?
问题 I need to print POS receipt from sale order with same products qty etc. In Sale order I have created a button "Print POS receIpt". with this button I want to trigger a method that prints out a receipt with sale order lines on it. So I need to find the method that creates POS receipts and pass the sale order line values to it. So which method is printing receipts in POS and how can I trigger it? Is it in models.js ? 回答1: In those Odoo versions, the receipts that are being printed in the POS