Skip to content

Commit

Permalink
Merge PR #542 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Jan 30, 2024
2 parents 07be09d + 7d29d78 commit 0f03aaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions helpdesk_mgmt/views/helpdesk_ticket_tag_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
</header>
<sheet>
<field name="active" invisible="1" />
<div class="oe_button_box" name="button_box">
</div>
<widget
name="web_ribbon"
text="Archived"
title="Archived"
bg_color="bg-danger"
attrs="{'invisible': [('active', '=', True)]}"
/>
<div class="oe_button_box" name="button_box">
</div>
<div class="oe_title">
<label for="name" class="oe_edit_only" />
<h1>
Expand Down
2 changes: 1 addition & 1 deletion helpdesk_mgmt/views/helpdesk_ticket_team_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div class="oe_button_box" name="button_box" />
<widget
name="web_ribbon"
text="Archived"
title="Archived"
bg_color="bg-danger"
attrs="{'invisible': [('active', '=', True)]}"
/>
Expand Down

0 comments on commit 0f03aaf

Please sign in to comment.