Skip to content
Snippets Groups Projects
Commit b58b6ae6 authored by mreficent's avatar mreficent
Browse files

[FIX] l10n_es: fixup of...

[FIX] l10n_es: fixup of https://github.com/odoo/odoo/commit/f5b21797b54e2dadd8c5940a0cb2e4b26ca47364



An oversight.

closes odoo/odoo#79027

Signed-off-by: default avatarFlorian Gilbert <flg@odoo.com>
parent 5c75ce8f
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ def migrate(cr, version):
# To run in a server action to fix issues on dbs with custom taxes,
# replace the content of this dict.
taxes_mapping = {}
for tag_name, template_names in taxes_mapping.items():
for tag_name, template_names in templates_mapping.items():
taxes_from_templates = get_taxes_from_templates(template_names)
if taxes_from_templates:
taxes_mapping[tag_name] = taxes_from_templates
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment