Remove useless archive/unarchive button on form views

Co-authored-by: Ernesto Tejeda <ernesto.tejeda87@gmail.com>
This commit is contained in:
Florian
2021-07-29 10:41:17 +02:00
committed by GitHub
parent 8e3c179a9c
commit 174194fd4c
2 changed files with 0 additions and 28 deletions

View File

@@ -24,20 +24,6 @@
<field name="arch" type="xml">
<form string="RMA Tag">
<sheet>
<div class="oe_button_box" name="button_box">
<button
class="oe_stat_button"
type="object"
name="toggle_active"
icon="fa-archive"
>
<field
name="active"
widget="boolean_button"
options='{"terminology": "archive"}'
/>
</button>
</div>
<group>
<field name="name" />
<field name="is_public" />

View File

@@ -19,20 +19,6 @@
<field name="arch" type="xml">
<form>
<sheet>
<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>
</div>
<div class="oe_title">
<label for="name" class="oe_edit_only" string="RMA Team" />
<h1>