mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[IMP] Delete fieldservice_equipment_agreement
This commit is contained in:
@@ -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.')
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user