Skip to content

Commit

Permalink
Merge pull request #319 from ursais/fix-agreement-legal
Browse files Browse the repository at this point in the history
[FIX] agreement_legal: module name
  • Loading branch information
max3903 committed May 1, 2019
2 parents 89dac05 + b14bc2d commit 6e95c3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agreement_legal/models/res_config_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."
)
2 changes: 1 addition & 1 deletion agreement_legal/views/res_config_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down

0 comments on commit 6e95c3b

Please sign in to comment.