mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
Merge pull request #319 from ursais/fix-agreement-legal
[FIX] agreement_legal: module name
This commit is contained in:
@@ -33,6 +33,6 @@ class ResConfigSettings(models.TransientModel):
|
||||
module_fieldservice_agreement = fields.Boolean(
|
||||
string="Link your Field Service orders and equipments to an agreement."
|
||||
)
|
||||
module_helpdesk_agreement = fields.Boolean(
|
||||
module_agreement_helpdesk = fields.Boolean(
|
||||
string="Link your Helpdesk tickets to an agreement."
|
||||
)
|
||||
|
||||
@@ -136,7 +136,7 @@
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-6 o_setting_box">
|
||||
<div class="o_setting_left_pane">
|
||||
<field name="module_helpdesk_agreement"/>
|
||||
<field name="module_agreement_helpdesk"/>
|
||||
</div>
|
||||
<div class="o_setting_right_pane">
|
||||
<label for="" string="Helpdesk"/>
|
||||
|
||||
Reference in New Issue
Block a user