Friday, March 21, 2025
1 change
New functionality added to Odoo
Spanish localization now includes dedicated Canary Islands accounting templates, tax settings, and the Modelo 420 tax report. This helps companies operating in the Canary Islands apply the correct regional accounting and tax rules more automatically.
Original PR description
This commit adds Canary Island CoA from OCA's l10n_es_igic module.
The initial migration was done using the script from: `https://github.com/william-andre/transform_coa`
Along that, we also applied few more things:
- use the english translations in `name` and moved the spanish names in `name@es`
- added auto-apply on canary's fiscal position based on zip codes
- adapt `-100` taxes on some of the taxes in canary
- refactored the template flow
From now on, the flow of the template dependencies will be like the following:
```
es_canary_common es_common_mainland
| |
(canary-assoc/full/pymes) (assec/full/pymes/coop_pymes)
```
task-id: 3354514
Description of the issue/feature this PR addresses:
Current behavior before PR:
Desired behavior after PR is merged:
---
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr