Skip to content

Commit

Permalink
fixup! [BPRT] edi: Backport from 14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HviorForgeFlow committed Aug 31, 2023
1 parent 9136272 commit 13a3926
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions edi_oca/views/edi_backend_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,19 @@
<field name="arch" type="xml">
<form string="EDI Backend">
<sheet>
<widget
name="web_ribbon"
title="Archived"
bg_color="bg-danger"
attrs="{'invisible': [('active', '=', True)]}"
/>
<div class="oe_button_box" name="button_box">
<button
name="toggle_active"
type="object"
class="oe_stat_button"
icon="fa-archive"
>
<field
name="active"
widget="boolean_button"
options='{"terminology": "archive"}'
/>
</button>
<button
type="object"
name="action_view_exchanges"
Expand Down

0 comments on commit 13a3926

Please sign in to comment.