Skip to content

Commit

Permalink
[FIX] fleet_vehicle_services_kanban: remove duplicate tags from view …
Browse files Browse the repository at this point in the history
…fleet_vehicle_log_services_view_form
  • Loading branch information
marcelsavegnago committed Jul 3, 2023
1 parent 827d810 commit 7285d10
Showing 1 changed file with 1 addition and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,12 @@
<field name="inherit_id" ref="fleet.fleet_vehicle_log_services_view_form" />
<field name="arch" type="xml">
<xpath expr="//sheet/group[1]" position="before">
<div class="oe_button_box" name="button_box">
</div>
<widget
name="web_ribbon"
title="Archived"
bg_color="bg-danger"
attrs="{'invisible': [('active', '=', True)]}"
/>
<div class="oe_button_box" name="button_box" />
</xpath>
<field name="service_type_id" position="after">
<field name="stage_id" />
</field>
<field name="date" position="after">
<field name="active" invisible="1" />
<field name="user_id" />
</field>
<xpath expr="//sheet/group[@col='2']" position="inside">
Expand All @@ -32,17 +24,6 @@
/>
</group>
</xpath>
<form position="inside">
<div class="oe_chatter">
<field name="message_follower_ids" widget="mail_followers" />
<field name="activity_ids" widget="mail_activity" />
<field
name="message_ids"
widget="mail_thread"
options='{"thread_level": 1}'
/>
</div>
</form>
</field>
</record>
<record id="fleet_vehicle_log_services_view_kanban" model="ir.ui.view">
Expand Down

0 comments on commit 7285d10

Please sign in to comment.