Uh oh!
There was an error while loading. Please reload this page.
[IMP] l10n_fi: Add new 13.5 VAT rate - #5222
Conversation
robodoo
commented
Aug 6, 2026
This PR targets the un-managed branch odoo-dev/odoo:19.0-onboarding-august-malb, it needs to be retargeted before it can be merged. |
c112958 to
ffb889fCompare
SaddemAmine
left a comment
There was a problem hiding this comment.
Thank you for the PR Tom!
Don't forget to use the right commit title tag as per our git contribution guidelines
Also don't forget the 2nd part of the spec, changing the tax report export.
| "","","","","","","","","","","tax","invoice","account_2930","fi_302","","","","","","" | ||
| "","","","","","","","","","","base","refund","","","","","","","","" | ||
| "","","","","","","","","","","tax","refund","account_2930","fi_302","","","","","","" | ||
| "tax_dom_sales_goods_13_5","13.5%","","13.5%","13.5.0","tax_group_13_5","sale","percent","False","","base","invoice","","","","","13.5%","eu_no_vat,finland","","" |
There was a problem hiding this comment.
Why the extra .0 ?
Also wondering if we should leave it active? Why are you setting it to False?
| "tax_dom_sales_goods_13_5","13.5%","","13.5%","13.5.0","tax_group_13_5","sale","percent","False","","base","invoice","","","","","13.5%","eu_no_vat,finland","","" | |
| "tax_dom_sales_goods_13_5","13.5%","","13.5%","13.5","tax_group_13_5","sale","percent","","","base","invoice","","","","","13.5%","eu_no_vat,finland","","" |
There was a problem hiding this comment.
Same comment about the amount and active for the rest of the file
Add new tax rate of 13.5: Duplicate tax rate of 14 but change the rate to 13.5 for the new one Add new tax group: tax_group_13_5: New tax group base on tax_group_25_5 Add new tax to the tax report: Change base on the 25.5 and 24 tax
ffb889f to
23f0230CompareTom-Hermann
commented
Aug 12, 2026
Regarding the second part (modifying the tax report), isn't the change made to the file addons/l10n_fi/data/account_tax_report_line.xml sufficient? |
Add new tax rate of 13.5:
Duplicate tax rate of 14 but change the rate to 13.5 for the new one
Add new tax group: tax_group_13_5:
New tax group base on tax_group_25_5
Add new tax to the tax report:
Change base on the 25.5 and 24 tax
Task id:6438991