Daily updates from Odoo
Monday, April 20, 2020
1 change
Resolved issues and error corrections
Sales order lines now keep a product's explicit tax setup instead of automatically applying the company default sales tax. This prevents incorrect taxes from being added to products that should be sold tax-free, improving invoice accuracy.
Original PR description
Steps to reproduce the bug: - Let's consider a product P without sales taxe - Set in Accounting > Settings a default sale tax T - Create a SO and add a new line L with P Bug: The tax set on L was T instead of no tax. opw:2221104