mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[FIX] agreement_legal: module name
[UPD] Update agreement_legal.pot Added translation using Weblate (Portuguese (Portugal))
This commit is contained in:
committed by
Patrick Wilson
parent
2c5575451f
commit
0986eff343
@@ -720,7 +720,7 @@ msgid "Link your Helpdesk tickets to an agreement"
|
||||
msgstr ""
|
||||
|
||||
#. module: agreement_legal
|
||||
#: model:ir.model.fields,field_description:agreement_legal.field_res_config_settings__module_helpdesk_agreement
|
||||
#: model:ir.model.fields,field_description:agreement_legal.field_res_config_settings__module_agreement_helpdesk
|
||||
msgid "Link your Helpdesk tickets to an agreement."
|
||||
msgstr ""
|
||||
|
||||
|
||||
1557
agreement_legal/i18n/pt_PT.po
Normal file
1557
agreement_legal/i18n/pt_PT.po
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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