-
-
Notifications
You must be signed in to change notification settings - Fork 622
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] account_financial_report: take multiple account tags per tax in…
…to account - When there are multiple repartition lines having different tax tags the VAT report will take all the tax lines for all tags into consideration leading to wrong results (e.g.: l10n_at.account_tax_template_sales_rev_charge_0_code021_1e) - This patch will fix this by only using the balance of account move lines for the linked tax tags. - As this change leads to the account move line balance being only taken into account for the tags being explicitly set in the repartition line the net sum will not be affected when the tag is not associated to the base repartition line (leading to changes in the expected behaviour in test_01_compute).
- Loading branch information
dhx
committed
Jan 5, 2025
1 parent
8e6d9de
commit 518f420
Showing
4 changed files
with
10 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
* 'VAT Report' is valid only for cases where it's met that for each | ||
Tax defined: all the "Account tags" of all the | ||
'Repartition for Invoices' or 'Repartition for Credit Notes' | ||
are different. | ||
* It would be nice to have in reports a column indicating the | ||
state of the entries when the option "All Entries" is selected | ||
in "Target Moves" field in a wizard |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters