Skip to content

Commit f74940a

Browse files
committed
[FIX] cetmix_tower_jet_isolation: rename fields label to avoid collision
1 parent 385a528 commit f74940a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cetmix_tower_jet_isolation/wizards/cx_tower_command_run_wizard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class CxTowerCommandRunWizardFilter(models.TransientModel):
88
isolated_tag_ids = fields.Many2many(
99
comodel_name="cx.tower.tag",
1010
compute="_compute_isolated_tag_ids",
11-
string="Tags",
11+
string="Forced Tags",
1212
)
1313

1414
@api.depends("jet_ids")

cetmix_tower_jet_isolation/wizards/cx_tower_plan_run_wizard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class CxTowerPlanRunWizardFilter(models.TransientModel):
88
isolated_tag_ids = fields.Many2many(
99
comodel_name="cx.tower.tag",
1010
compute="_compute_isolated_tag_ids",
11-
string="Tags",
11+
string="Forced Tags",
1212
)
1313

1414
@api.depends("jet_ids")

0 commit comments

Comments
 (0)