You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FIX] l10n_ar: 5614/2024: Tax Breakdown on B2C (0.0 taxes)
When doing a Invoice B to exempts customer we have a problem: the RG
Leyend new table is not showed, This because if the VAT Content and
other taxes were 0. After checking with ARCA Online PDF report, and
some feedback with customers we found out that the Leyend it is
always shown and the VAT content line is always shown, even if VAT
taxes are 0.0. Only need to hide the other taxes line if this one is 0.0
We also add a new key to the dictionary that prepare the tax detail values
to properly identify the group of taxes. If not we will need to depend on
the translations of the name to check which group it is.
Update unit test to follow this new approach and also add a unit case
where vat tax 0.0 and not other taxes are added.
opw-4814730
closesodoo#214866
Signed-off-by: Antoine Dupuis (andu) <[email protected]>
0 commit comments