Skip to content

Commit

Permalink
[MIG] base_translation_field_label: Migration to 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JasminSForgeFlow committed Jul 31, 2023
1 parent a857697 commit 3654424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base_translation_field_label/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"summary": """
Shows the field label and optionally hides the Translated field value.
""",
"version": "13.0.1.0.0",
"version": "15.0.1.0.0",
"category": "Generic Modules/Base",
"license": "AGPL-3",
"website": "https://github.com/OCA/server-tools",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def setUp(self):
# Models
self.translation_model = self.env["ir.translation"]
self.partner_model = self.env["res.partner"]

self.env.ref("base.lang_ca_ES").active = True
# Set up
self.translation_model._load_module_terms(["base"], ["ca_ES"])

Expand Down

0 comments on commit 3654424

Please sign in to comment.