-
- Downloads
[FIX] account, point_of_sale, purchase, sale, website_sale: correctly set...
[FIX] account, point_of_sale, purchase, sale, website_sale: correctly set included tax in multi-company A product can have multiple included taxes (i.e. one by company). When computing the product price with function _fix_tax_included_price, only the taxes of the company should be considered. Otherwise it could remove all the included taxes of all companies. ps: When no company is set on the SO, all the taxes visible from the company of the user are set for the product of the line. Same behavior as in _compute_tax_id. Closes #19566 opw:770464
Showing
- addons/account/models/account.py 8 additions, 0 deletionsaddons/account/models/account.py
- addons/point_of_sale/models/pos_order.py 1 addition, 1 deletionaddons/point_of_sale/models/pos_order.py
- addons/purchase/models/purchase.py 4 additions, 4 deletionsaddons/purchase/models/purchase.py
- addons/sale/models/sale.py 3 additions, 3 deletionsaddons/sale/models/sale.py
- addons/website_sale/models/sale_order.py 4 additions, 3 deletionsaddons/website_sale/models/sale_order.py
Loading
Please register or sign in to comment