-
- Downloads
[FIX] account, purchase, sale: included taxes
-account:_fix_tax_included_price If a fiscal position mapped an included tax on a SO or on a PO line then the price unit of the product must be recomputed. -purchase: onchange_product_id test Test that when an included tax is mapped by a fiscal position, the included tax must be subtracted to the price of the product. -sale:product_id_change test Test that when an included tax is mapped by a fiscal position, the included tax must be subtracted to the price of the product. opw:647321
Showing
- addons/account/account.py 7 additions, 0 deletionsaddons/account/account.py
- addons/purchase/purchase.py 1 addition, 0 deletionsaddons/purchase/purchase.py
- addons/purchase/tests/__init__.py 1 addition, 0 deletionsaddons/purchase/tests/__init__.py
- addons/purchase/tests/test_onchange_product_id.py 44 additions, 0 deletionsaddons/purchase/tests/test_onchange_product_id.py
- addons/sale/sale.py 2 additions, 0 deletionsaddons/sale/sale.py
- addons/sale/tests/__init__.py 1 addition, 0 deletionsaddons/sale/tests/__init__.py
- addons/sale/tests/test_product_id_change.py 41 additions, 0 deletionsaddons/sale/tests/test_product_id_change.py
Loading
Please register or sign in to comment