Saturday, September 3, 2022
2 changes · master
Miscellaneous changes
Avoid duplicated entry introduced at #92593 Forward-Port-Of: odoo/odoo#99513 Forward-Port-Of: odoo/odoo#99509
Original PR description
Avoid duplicated entry introduced at #92593 Forward-Port-Of: odoo/odoo#99513 Forward-Port-Of: odoo/odoo#99509
Steps to reproduce: - Install pos_sale module - Create a product and set it as available in POS - Create 2 variants and set a weight for each variant - Open a POS session and make an order with one of the variants - Go to the Sales -> Reporting -> Sales and select view pivot - Set Gross Weight as measure Issue: Weight for ordered variant is set to 0. Cause: Sales Analysis is an SQL view and it use product template in instead of product product to get the we
Original PR description
Steps to reproduce: - Install pos_sale module - Create a product and set it as available in POS - Create 2 variants and set a weight for each variant - Open a POS session and make an order with one of the variants - Go to the Sales -> Reporting -> Sales and select view pivot - Set Gross Weight as measure Issue: Weight for ordered variant is set to 0. Cause: Sales Analysis is an SQL view and it use product template in instead of product product to get the weight value. opw-2956457 Forward-Port-Of: odoo/odoo#99510 Forward-Port-Of: odoo/odoo#98964