Skip to content

Commit

Permalink
[MIG] maintenance_equipment_status: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aleuffre committed Jun 17, 2023
1 parent c4d19db commit 3572cad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion maintenance_equipment_status/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
{
"name": "Maintenance Equipment Status",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"category": "",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/maintenance",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,6 @@
<form string="Equipment Status">
<header />
<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="{&quot;terminology&quot;: &quot;archive&quot;}"
/>
</button>
</div>
<div class="oe_title">
<label for="name" class="oe_edit_only" />
<h1>
Expand Down

0 comments on commit 3572cad

Please sign in to comment.