Hello,
I am using Odoo v15 POS to manage a restaurant, which has products with variants.
After selling a product with a variant, we can see this variant in the receipt and in the order tab (POS > Orders > Orders), but not in the sale report (POS > Reports > Sale Report), which is a little bit annoying because it forces us to manually check the order to see which variant has been sold.
I opened the QWeb report "report_saledetails" to see if I could fix it, and here is the line to modify:
but when I try to change "product_name" to "full_product_name", as in "order.line", I get an error message.
Can anyone assist me with this, please?