Skip to content

Commit

Permalink
[MIG] invisble attr syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Dec 11, 2024
1 parent f75a347 commit d6f0749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mis_builder_budget/views/mis_budget.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
name="web_ribbon"
title="Archived"
bg_color="bg-danger"
attrs="{'invisible': [('active', '=', True)]}"
invisible="active"
/>
<div class="oe_button_box" name="button_box">
<button
Expand Down
2 changes: 1 addition & 1 deletion mis_builder_budget/views/mis_budget_by_account.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
name="web_ribbon"
title="Archived"
bg_color="bg-danger"
attrs="{'invisible': [('active', '=', True)]}"
invisible="active"
/>
<div class="oe_button_box" name="button_box">
<button
Expand Down

0 comments on commit d6f0749

Please sign in to comment.