Daily updates from Odoo
Wednesday, August 14, 2024
1 change · saas-17.2
Enhancements to existing features
This update adds support for calculating product prices including taxes, helping barcode lookup features show more accurate pricing information. It also refines wording in ecommerce product views to make product information clearer for shoppers and sales teams.
Original PR description
[IMP] account,product,website_sale: add helpers for barcodelookup This commit adds a hooks to compute a gross price based on product taxes. This is needed for `product_barcodelookup` module. Also change a wording in the ecommerce product template Related: https://github.com/odoo/enterprise/pull/63740 Task: 3965079