Browse Source

Apply suggestions from code review

Co-Authored-By: Bhavesh Odedra <bodedra@opensourceintegrators.com>
pull/367/head
Maxime Chambreuil 5 years ago
committed by GitHub
parent
commit
2e7ba18adf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      agreement_maintenance/views/maintenance_equipment_view.xml

3
agreement_maintenance/views/maintenance_equipment_view.xml

@ -15,8 +15,7 @@
<xpath expr="//notebook" position="inside">
<page string="Services" id="services">
<field name="serviceprofile_ids"
domain="[('active', '=', True),
('equipment_id', '=', False)]"
domain="[('equipment_id', '=', False)]"
widget="many2many">
<tree>
<field name="name"/>

Loading…
Cancel
Save