Skip to content

Commit

Permalink
Merge branch '11.0-performance-backport-oca-3095' of https://github.c…
Browse files Browse the repository at this point in the history
…om/factorlibre/l10n-spain into _git_aggregated
  • Loading branch information
ljsalvatierra-factorlibre committed Jul 8, 2024
2 parents 6c75d4a + 5ab0fae commit c01d739
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l10n_es_aeat/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{
'name': "AEAT Base",
'summary': "Modulo base para declaraciones de la AEAT",
'version': "11.0.3.1.0",
'version': "11.0.3.1.1",
'author': "Pexego,"
"Acysos,"
"AvanzOSC,"
Expand Down
2 changes: 1 addition & 1 deletion l10n_es_aeat/models/res_partner.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def _get_aeat_europe_codes(self):
if not europe:
europe = self.env["res.country.group"].search(
[('name', '=', 'Europe')], limit=1)
return europe.country_ids.mapped('code')
return europe.country_ids.mapped('code') + ["XI"] # Nothern Ireland

@ormcache('self.vat, self.country_id')
def _parse_aeat_vat_info(self):
Expand Down

0 comments on commit c01d739

Please sign in to comment.