[IMP] Delete fieldservice_equipment_agreement

This commit is contained in:
Maxime Chambreuil
2019-02-07 23:02:43 -06:00
parent 21080e72b2
commit c26a117fe1
2 changed files with 3 additions and 15 deletions

View File

@@ -24,8 +24,7 @@ class ResConfigSettings(models.TransientModel):
module_agreement_stock = fields.Boolean(
string='Link your pickings to an agreement.')
module_fieldservice_agreement = fields.Boolean(
string='Link your Field Service orders to an agreement.')
module_fieldservice_equipment_agreement = fields.Boolean(
string='Link your Field Service equipments to an agreement.')
string='Link your Field Service orders and equipments to an'
' agreement.')
module_helpdesk_agreement = fields.Boolean(
string='Link your Helpdesk tickets to an agreement.')

View File

@@ -64,18 +64,7 @@
<div class="o_setting_right_pane">
<label string="Field Service"/>
<div class="text-muted">
Link your Field Service orders to an agreement
</div>
</div>
</div>
<div class="col-xs-12 col-md-6 o_setting_box">
<div class="o_setting_left_pane">
<field name="module_fieldservice_equipment_agreement"/>
</div>
<div class="o_setting_right_pane">
<label string="Field Service Equipments"/>
<div class="text-muted">
Link your Field Service equipments to an agreement
Link your Field Service orders and equipments to an agreement
</div>
</div>
</div>