-
- Downloads
[IMP] account: stronger constraint on repartition lines
We now force tax repartition lines to use the same percentages for invoices and credit notes. Thanks to that, we are able to simplify the way manual modifications made on vendor bills' account.invoice.tax entries must affect the ones of the refunds created for them. This also prepares the code for the incoming big accounting revamping.
closes odoo/odoo#33577
Signed-off-by:
Quentin De Paoli (qdp) <qdp@openerp.com>
Showing
- addons/account/models/account.py 11 additions, 4 deletionsaddons/account/models/account.py
- addons/account/models/account_invoice.py 39 additions, 69 deletionsaddons/account/models/account_invoice.py
- addons/account/tests/test_invoice_taxes.py 13 additions, 7 deletionsaddons/account/tests/test_invoice_taxes.py
Loading
Please register or sign in to comment