mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[IMP] - improve code: unify methods argument _renew_create_line and _renew_extend_line
This commit is contained in:
committed by
Francisco Ivan Anton Prieto
parent
57f5df2a03
commit
b7927f67de
@@ -9,7 +9,7 @@
|
||||
|
||||
{
|
||||
'name': 'Recurring - Contracts Management',
|
||||
'version': '12.0.5.1.0',
|
||||
'version': '12.0.5.1.2',
|
||||
'category': 'Contract Management',
|
||||
'license': 'AGPL-3',
|
||||
'author': "OpenERP SA, "
|
||||
|
||||
@@ -310,6 +310,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -324,6 +329,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -336,6 +346,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -452,7 +463,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -476,7 +487,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -504,6 +515,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -685,6 +702,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -311,6 +311,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -325,6 +330,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -337,6 +347,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -453,7 +464,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -477,7 +488,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -505,6 +516,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -686,6 +703,15 @@ msgstr "المعرف"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -310,6 +310,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -324,6 +329,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -336,6 +346,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -452,7 +463,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -476,7 +487,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -504,6 +515,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -685,6 +702,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -311,6 +311,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -325,6 +330,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -337,6 +347,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -453,7 +464,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -477,7 +488,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -505,6 +516,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -686,6 +703,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -377,6 +377,13 @@ msgstr "Tancat"
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
#, fuzzy
|
||||
#| msgid "Company"
|
||||
msgid "Companies"
|
||||
msgstr "Empresa"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -391,6 +398,11 @@ msgstr "Empresa"
|
||||
msgid "Compose Email"
|
||||
msgstr "Redacta Email"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -403,6 +415,7 @@ msgstr "Contacte"
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr "Contracte"
|
||||
@@ -522,7 +535,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -546,7 +559,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr "La línia de Contracte ha de ser cancel·lada abans d'esborrar-la"
|
||||
@@ -574,6 +587,12 @@ msgstr "Contractes"
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -757,6 +776,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -256,7 +256,7 @@ msgid "Cancel allowed?"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1027
|
||||
#: code:addons/contract/models/contract_line.py:1040
|
||||
#, python-format
|
||||
msgid "Cancel not allowed for this line"
|
||||
msgstr ""
|
||||
@@ -291,6 +291,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -305,6 +310,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -317,6 +327,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -381,13 +392,13 @@ msgid "Contract Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:614
|
||||
#: code:addons/contract/models/contract_line.py:627
|
||||
#, python-format
|
||||
msgid "Contract line '%s' start date can't be later than end date"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1056
|
||||
#: code:addons/contract/models/contract_line.py:1069
|
||||
#, python-format
|
||||
msgid "Contract line Un-canceled: %s<br/>- "
|
||||
msgstr ""
|
||||
@@ -405,13 +416,13 @@ msgid "Contract line and its successor overlapped"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1035
|
||||
#: code:addons/contract/models/contract_line.py:1048
|
||||
#, python-format
|
||||
msgid "Contract line canceled: %s<br/>- "
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:827
|
||||
#: code:addons/contract/models/contract_line.py:840
|
||||
#, python-format
|
||||
msgid "Contract line for <strong>{product}</strong>\n"
|
||||
" stopped: <br/>\n"
|
||||
@@ -420,7 +431,7 @@ msgid "Contract line for <strong>{product}</strong>\n"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:907
|
||||
#: code:addons/contract/models/contract_line.py:920
|
||||
#, python-format
|
||||
msgid "Contract line for <strong>{product}</strong>\n"
|
||||
" planned a successor: <br/>\n"
|
||||
@@ -431,7 +442,7 @@ msgid "Contract line for <strong>{product}</strong>\n"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1216
|
||||
#, python-format
|
||||
msgid "Contract line for <strong>{product}</strong>\n"
|
||||
" renewed: <br/>\n"
|
||||
@@ -442,7 +453,7 @@ msgid "Contract line for <strong>{product}</strong>\n"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1015
|
||||
#: code:addons/contract/models/contract_line.py:1028
|
||||
#, python-format
|
||||
msgid "Contract line for <strong>{product}</strong>\n"
|
||||
" suspended: <br/>\n"
|
||||
@@ -453,7 +464,7 @@ msgid "Contract line for <strong>{product}</strong>\n"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1266
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -481,6 +492,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -660,6 +677,12 @@ msgstr ""
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "If checked, a new line will be generated at contract line renew and linked to the original one as successor. The default behavior is to extend the end date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
@@ -963,7 +986,7 @@ msgid "Plan successor allowed?"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:890
|
||||
#: code:addons/contract/models/contract_line.py:903
|
||||
#, python-format
|
||||
msgid "Plan successor not allowed for this line"
|
||||
msgstr ""
|
||||
@@ -1185,7 +1208,7 @@ msgid "Stop allowed?"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:807
|
||||
#: code:addons/contract/models/contract_line.py:820
|
||||
#, python-format
|
||||
msgid "Stop not allowed for this line"
|
||||
msgstr ""
|
||||
@@ -1196,7 +1219,7 @@ msgid "Stop/Plan successor allowed?"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:951
|
||||
#: code:addons/contract/models/contract_line.py:964
|
||||
#, python-format
|
||||
msgid "Stop/Plan successor not allowed for this line"
|
||||
msgstr ""
|
||||
@@ -1288,7 +1311,7 @@ msgid "Un-cancel"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1048
|
||||
#: code:addons/contract/models/contract_line.py:1061
|
||||
#, python-format
|
||||
msgid "Un-cancel not allowed for this line"
|
||||
msgstr ""
|
||||
@@ -1379,7 +1402,7 @@ msgid "Year(s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:774
|
||||
#: code:addons/contract/models/contract_line.py:787
|
||||
#, python-format
|
||||
msgid "You can't delay a contract line invoiced at least one time."
|
||||
msgstr ""
|
||||
@@ -1391,19 +1414,25 @@ msgid "You can't have a date of next invoice anterior to the start of the contra
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:585
|
||||
#: code:addons/contract/models/contract_line.py:587
|
||||
#, python-format
|
||||
msgid "You can't have the end date before the date of last invoice for the contract line '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:577
|
||||
#: code:addons/contract/models/contract_line.py:598
|
||||
#, python-format
|
||||
msgid "You can't have the next invoice date before the date of last invoice for the contract line '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:579
|
||||
#, python-format
|
||||
msgid "You can't have the start date after the date of last invoice for the contract line '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:601
|
||||
#: code:addons/contract/models/contract_line.py:614
|
||||
#, python-format
|
||||
msgid "You must supply a date of next invoice for contract line '%s'"
|
||||
msgstr ""
|
||||
|
||||
@@ -310,6 +310,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -324,6 +329,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -336,6 +346,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -452,7 +463,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -476,7 +487,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -504,6 +515,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -685,6 +702,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -310,6 +310,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -324,6 +329,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -336,6 +346,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -452,7 +463,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -476,7 +487,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -504,6 +515,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -685,6 +702,15 @@ msgstr "Id"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -384,6 +384,13 @@ msgstr "Geschlossen"
|
||||
msgid "Commercial Entity"
|
||||
msgstr "Gewerbliche Einheit"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
#, fuzzy
|
||||
#| msgid "Company"
|
||||
msgid "Companies"
|
||||
msgstr "Unternehmen"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -398,6 +405,11 @@ msgstr "Unternehmen"
|
||||
msgid "Compose Email"
|
||||
msgstr "E-Mail verfassen"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -410,6 +422,7 @@ msgstr "Kontakt"
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr "Vertrag"
|
||||
@@ -538,7 +551,7 @@ msgstr ""
|
||||
" "
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -574,7 +587,7 @@ msgstr ""
|
||||
" "
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -603,6 +616,14 @@ msgstr "Verträge"
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr "Rechnungssichtbarkeit erstellen"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
#, fuzzy
|
||||
#| msgid "Abstract Recurring Contract Line"
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr "Wiederkehrende Vertragspositionen erstellen"
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -786,6 +807,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr "Wenn es gesetzt ist, erfordern neue Nachrichten Ihre Aufmerksamkeit."
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -313,6 +313,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -327,6 +332,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -339,6 +349,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -455,7 +466,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -479,7 +490,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -507,6 +518,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -688,6 +705,15 @@ msgstr "Κωδικός"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -311,6 +311,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -325,6 +330,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -337,6 +347,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -453,7 +464,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -477,7 +488,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -505,6 +516,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -686,6 +703,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -379,6 +379,13 @@ msgstr "Cerrado"
|
||||
msgid "Commercial Entity"
|
||||
msgstr "Entidad comercial"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
#, fuzzy
|
||||
#| msgid "Company"
|
||||
msgid "Companies"
|
||||
msgstr "Compañía"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -393,6 +400,11 @@ msgstr "Compañía"
|
||||
msgid "Compose Email"
|
||||
msgstr "Componer correo electrónico"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -405,6 +417,7 @@ msgstr "Contacto"
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr "Contrato"
|
||||
@@ -535,7 +548,7 @@ msgstr ""
|
||||
" "
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -571,7 +584,7 @@ msgstr ""
|
||||
" "
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr "La línea del contrato debe cancelarse antes de eliminar"
|
||||
@@ -599,6 +612,14 @@ msgstr "Contratos"
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr "Visibilidad de crear factura"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
#, fuzzy
|
||||
#| msgid "Abstract Recurring Contract Line"
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr "Extracto línea contrato recurrente"
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -782,6 +803,15 @@ msgstr "ID (identificación)"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr "Si está marcado los nuevos mensajes requieren su atención."
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -311,6 +311,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -325,6 +330,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -337,6 +347,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -453,7 +464,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -477,7 +488,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -505,6 +516,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -686,6 +703,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -311,6 +311,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -325,6 +330,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -337,6 +347,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -453,7 +464,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -477,7 +488,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -505,6 +516,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -686,6 +703,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -311,6 +311,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -325,6 +330,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -337,6 +347,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -453,7 +464,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -477,7 +488,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -505,6 +516,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -686,6 +703,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -311,6 +311,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -325,6 +330,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -337,6 +347,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -453,7 +464,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -477,7 +488,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -505,6 +516,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -686,6 +703,15 @@ msgstr "ID (identificación)"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -311,6 +311,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -325,6 +330,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -337,6 +347,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -453,7 +464,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -477,7 +488,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -505,6 +516,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -686,6 +703,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -311,6 +311,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -325,6 +330,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -337,6 +347,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -453,7 +464,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -477,7 +488,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -505,6 +516,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -686,6 +703,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -313,6 +313,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -327,6 +332,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -339,6 +349,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -455,7 +466,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -479,7 +490,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -507,6 +518,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -688,6 +705,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -311,6 +311,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -325,6 +330,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -337,6 +347,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -453,7 +464,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -477,7 +488,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -505,6 +516,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -686,6 +703,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -311,6 +311,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -325,6 +330,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -337,6 +347,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -453,7 +464,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -477,7 +488,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -505,6 +516,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -686,6 +703,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -310,6 +310,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -324,6 +329,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -336,6 +346,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -452,7 +463,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -476,7 +487,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -504,6 +515,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -685,6 +702,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -310,6 +310,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -324,6 +329,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -336,6 +346,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -452,7 +463,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -476,7 +487,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -504,6 +515,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -685,6 +702,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -310,6 +310,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -324,6 +329,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -336,6 +346,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -452,7 +463,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -476,7 +487,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -504,6 +515,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -685,6 +702,15 @@ msgstr "شناسه"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -312,6 +312,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -326,6 +331,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -338,6 +348,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -454,7 +465,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -478,7 +489,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -506,6 +517,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -687,6 +704,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -379,6 +379,13 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
#, fuzzy
|
||||
#| msgid "Company"
|
||||
msgid "Companies"
|
||||
msgstr "Entreprise"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -393,6 +400,11 @@ msgstr "Entreprise"
|
||||
msgid "Compose Email"
|
||||
msgstr "Rédiger courriel"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -405,6 +417,7 @@ msgstr "Contact"
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr "Contrat"
|
||||
@@ -534,7 +547,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -558,7 +571,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -590,6 +603,12 @@ msgstr "Contrats"
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr "Créer une facture visible"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -777,6 +796,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -311,6 +311,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -325,6 +330,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -337,6 +347,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -453,7 +464,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -477,7 +488,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -505,6 +516,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -686,6 +703,15 @@ msgstr "Identifiant"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -311,6 +311,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -325,6 +330,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -337,6 +347,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -453,7 +464,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -477,7 +488,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -505,6 +516,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -686,6 +703,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -375,6 +375,13 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
#, fuzzy
|
||||
#| msgid "Company"
|
||||
msgid "Companies"
|
||||
msgstr "Compañía"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -389,6 +396,11 @@ msgstr "Compañía"
|
||||
msgid "Compose Email"
|
||||
msgstr "Compoñer correo electrónico"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -401,6 +413,7 @@ msgstr "Contacto"
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr "Contrato"
|
||||
@@ -530,7 +543,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -554,7 +567,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -586,6 +599,12 @@ msgstr "Contratos"
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr "Visibilidade de crear factura"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -773,6 +792,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -311,6 +311,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -325,6 +330,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -337,6 +347,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -453,7 +464,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -477,7 +488,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -505,6 +516,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -686,6 +703,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -310,6 +310,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -324,6 +329,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -336,6 +346,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -452,7 +463,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -476,7 +487,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -504,6 +515,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -685,6 +702,15 @@ msgstr "מזהה"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -313,6 +313,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -327,6 +332,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -339,6 +349,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr "अनुबंध"
|
||||
@@ -464,7 +475,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -488,7 +499,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -520,6 +531,12 @@ msgstr "अनुबंध"
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -702,6 +719,15 @@ msgstr "आईडी"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -317,6 +317,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -331,6 +336,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -343,6 +353,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr "Ugovor"
|
||||
@@ -466,7 +477,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -490,7 +501,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -521,6 +532,12 @@ msgstr "Ugovori"
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -707,6 +724,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -314,6 +314,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -328,6 +333,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -340,6 +350,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr "Ugovor"
|
||||
@@ -465,7 +476,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -489,7 +500,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -521,6 +532,12 @@ msgstr "Ugovori"
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -709,6 +726,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -312,6 +312,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -326,6 +331,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -338,6 +348,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -454,7 +465,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -478,7 +489,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -506,6 +517,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -687,6 +704,15 @@ msgstr "Azonosító ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -310,6 +310,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -324,6 +329,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -336,6 +346,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -452,7 +463,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -476,7 +487,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -504,6 +515,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -685,6 +702,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -381,6 +381,13 @@ msgstr "Chiusa"
|
||||
msgid "Commercial Entity"
|
||||
msgstr "Entità commerciale"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
#, fuzzy
|
||||
#| msgid "Company"
|
||||
msgid "Companies"
|
||||
msgstr "Azienda"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -395,6 +402,11 @@ msgstr "Azienda"
|
||||
msgid "Compose Email"
|
||||
msgstr "Comporre email"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -407,6 +419,7 @@ msgstr "Contatto"
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr "Contratto"
|
||||
@@ -537,7 +550,7 @@ msgstr ""
|
||||
" "
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -573,7 +586,7 @@ msgstr ""
|
||||
" "
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr "La riga contratto deve essere annullata prima di essere eliminata"
|
||||
@@ -601,6 +614,14 @@ msgstr "Contratti"
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
#, fuzzy
|
||||
#| msgid "Abstract Recurring Contract Line"
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr "Riga contratto ricorrente astratto"
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -783,6 +804,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr "Se selezionato i nuovi messaggi richiedono la tua attenzione."
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -310,6 +310,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -324,6 +329,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -336,6 +346,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -452,7 +463,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -476,7 +487,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -504,6 +515,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -685,6 +702,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -310,6 +310,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -324,6 +329,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -336,6 +346,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -452,7 +463,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -476,7 +487,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -504,6 +515,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -685,6 +702,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -311,6 +311,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -325,6 +330,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -337,6 +347,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -453,7 +464,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -477,7 +488,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -505,6 +516,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -686,6 +703,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -312,6 +312,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -326,6 +331,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -338,6 +348,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -454,7 +465,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -478,7 +489,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -506,6 +517,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -687,6 +704,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -311,6 +311,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -325,6 +330,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -337,6 +347,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -453,7 +464,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -477,7 +488,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -505,6 +516,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -686,6 +703,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -310,6 +310,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -324,6 +329,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -336,6 +346,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -452,7 +463,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -476,7 +487,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -504,6 +515,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -685,6 +702,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -310,6 +310,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -324,6 +329,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -336,6 +346,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -452,7 +463,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -476,7 +487,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -504,6 +515,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -685,6 +702,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -311,6 +311,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -325,6 +330,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -337,6 +347,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -453,7 +464,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -477,7 +488,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -505,6 +516,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -686,6 +703,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -311,6 +311,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -325,6 +330,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -337,6 +347,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -453,7 +464,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -477,7 +488,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -505,6 +516,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -686,6 +703,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -387,6 +387,13 @@ msgstr "Gesloten"
|
||||
msgid "Commercial Entity"
|
||||
msgstr "Commerciële entiteit"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
#, fuzzy
|
||||
#| msgid "Company"
|
||||
msgid "Companies"
|
||||
msgstr "Bedrijf"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -401,6 +408,11 @@ msgstr "Bedrijf"
|
||||
msgid "Compose Email"
|
||||
msgstr "Email opstellen"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -413,6 +425,7 @@ msgstr "Contactpersoon"
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr "Contract"
|
||||
@@ -542,7 +555,7 @@ msgstr ""
|
||||
" "
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -578,7 +591,7 @@ msgstr ""
|
||||
" "
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr "Contractregel moet worden geannuleerd voordat deze wordt verwijderd"
|
||||
@@ -606,6 +619,14 @@ msgstr "Contracten"
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr "Creëer factuurzichtbaarheid"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
#, fuzzy
|
||||
#| msgid "Abstract Recurring Contract Line"
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr "Abstracte terugkerende contractregel"
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -791,6 +812,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr "Indien aangevinkt, vereisen nieuwe berichten uw aandacht."
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -311,6 +311,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -325,6 +330,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -337,6 +347,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -453,7 +464,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -477,7 +488,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -505,6 +516,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -686,6 +703,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -311,6 +311,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -325,6 +330,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -337,6 +347,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr "Contract"
|
||||
@@ -462,7 +473,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -486,7 +497,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -518,6 +529,12 @@ msgstr "Contracten"
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -700,6 +717,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -312,6 +312,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -326,6 +331,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -338,6 +348,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -454,7 +465,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -478,7 +489,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -506,6 +517,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -687,6 +704,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -379,6 +379,13 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
#, fuzzy
|
||||
#| msgid "Company"
|
||||
msgid "Companies"
|
||||
msgstr "Empresa"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -393,6 +400,11 @@ msgstr "Empresa"
|
||||
msgid "Compose Email"
|
||||
msgstr "Escrever E-mail"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -405,6 +417,7 @@ msgstr "Contacto"
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr "Contrato"
|
||||
@@ -534,7 +547,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -558,7 +571,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -590,6 +603,12 @@ msgstr "Contratos"
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr "Visibilidade de Criação de Faturas"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -776,6 +795,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -384,6 +384,13 @@ msgstr "Fechado"
|
||||
msgid "Commercial Entity"
|
||||
msgstr "Entidade Comercial"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
#, fuzzy
|
||||
#| msgid "Company"
|
||||
msgid "Companies"
|
||||
msgstr "Empresa"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -398,6 +405,11 @@ msgstr "Empresa"
|
||||
msgid "Compose Email"
|
||||
msgstr "Escrever E-mail"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -410,6 +422,7 @@ msgstr "Contato"
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr "Contrato"
|
||||
@@ -539,7 +552,7 @@ msgstr ""
|
||||
" "
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -575,7 +588,7 @@ msgstr ""
|
||||
" "
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr "Linha do contrato deve ser cancelada antes de ser deletada"
|
||||
@@ -603,6 +616,14 @@ msgstr "Contratos"
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr "Criar Visibilidade da Fatura"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
#, fuzzy
|
||||
#| msgid "Abstract Recurring Contract Line"
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr "Linha de Contrato Recorrente Abstrato"
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -784,6 +805,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr "Se selecionado novas mensagens irão requerer sua atenção."
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -314,6 +314,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -328,6 +333,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -340,6 +350,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -456,7 +467,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -480,7 +491,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -508,6 +519,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -689,6 +706,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -313,6 +313,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -327,6 +332,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -339,6 +349,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -455,7 +466,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -479,7 +490,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -507,6 +518,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -688,6 +705,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -312,6 +312,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -326,6 +331,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -338,6 +348,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -461,7 +472,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -485,7 +496,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -516,6 +527,12 @@ msgstr "Договоры"
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -698,6 +715,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -310,6 +310,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -324,6 +329,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -336,6 +346,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -452,7 +463,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -476,7 +487,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -504,6 +515,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -685,6 +702,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -313,6 +313,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -327,6 +332,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -339,6 +349,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -455,7 +466,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -479,7 +490,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -507,6 +518,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -688,6 +705,15 @@ msgstr ""
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -313,6 +313,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -327,6 +332,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -339,6 +349,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -455,7 +466,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -479,7 +490,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -507,6 +518,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -690,6 +707,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -311,6 +311,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -325,6 +330,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -337,6 +347,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -453,7 +464,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -477,7 +488,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -505,6 +516,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -686,6 +703,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -312,6 +312,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -326,6 +331,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -338,6 +348,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -454,7 +465,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -478,7 +489,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -506,6 +517,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -687,6 +704,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -310,6 +310,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -324,6 +329,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -336,6 +346,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -452,7 +463,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -476,7 +487,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -504,6 +515,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -685,6 +702,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -310,6 +310,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -324,6 +329,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -336,6 +346,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -452,7 +463,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -476,7 +487,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -504,6 +515,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -685,6 +702,15 @@ msgstr "รหัส"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -379,6 +379,13 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
#, fuzzy
|
||||
#| msgid "Company"
|
||||
msgid "Companies"
|
||||
msgstr "Firma"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -393,6 +400,11 @@ msgstr "Firma"
|
||||
msgid "Compose Email"
|
||||
msgstr "E-posta Oluştur"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -405,6 +417,7 @@ msgstr "Kontak"
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr "Sözleşme"
|
||||
@@ -533,7 +546,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -557,7 +570,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -589,6 +602,12 @@ msgstr "Sözleşmeler"
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr "Fatura Görünürlüğü Oluştur"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -776,6 +795,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -314,6 +314,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -328,6 +333,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -340,6 +350,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr "Sözleşme"
|
||||
@@ -463,7 +474,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -487,7 +498,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -518,6 +529,12 @@ msgstr "Sözleşmeler"
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -703,6 +720,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -311,6 +311,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -325,6 +330,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -337,6 +347,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -453,7 +464,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -477,7 +488,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -505,6 +516,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -686,6 +703,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -310,6 +310,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -324,6 +329,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -336,6 +346,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -452,7 +463,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -476,7 +487,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -504,6 +515,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -685,6 +702,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -311,6 +311,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -325,6 +330,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -337,6 +347,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -453,7 +464,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -477,7 +488,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -505,6 +516,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -686,6 +703,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -371,6 +371,13 @@ msgstr "已关闭"
|
||||
msgid "Commercial Entity"
|
||||
msgstr "商业实体"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
#, fuzzy
|
||||
#| msgid "Company"
|
||||
msgid "Companies"
|
||||
msgstr "公司"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -385,6 +392,11 @@ msgstr "公司"
|
||||
msgid "Compose Email"
|
||||
msgstr "编写Email"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -397,6 +409,7 @@ msgstr "联系人"
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr "合同"
|
||||
@@ -525,7 +538,7 @@ msgstr ""
|
||||
" "
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -561,7 +574,7 @@ msgstr ""
|
||||
" "
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr "必须在删除前取消合同行"
|
||||
@@ -589,6 +602,14 @@ msgstr "合同"
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr "创建可见性发票"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
#, fuzzy
|
||||
#| msgid "Abstract Recurring Contract Line"
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr "抽象定期合同行"
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -770,6 +791,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr "如果选中,则需要您注意新消息。"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -311,6 +311,11 @@ msgstr ""
|
||||
msgid "Commercial Entity"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
||||
@@ -325,6 +330,11 @@ msgstr ""
|
||||
msgid "Compose Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model,name:contract.model_res_partner
|
||||
msgid "Contact"
|
||||
@@ -337,6 +347,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:contract.res_config_settings_form_view
|
||||
#: model:mail.template,report_name:contract.email_contract_template
|
||||
msgid "Contract"
|
||||
msgstr ""
|
||||
@@ -453,7 +464,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1185
|
||||
#: code:addons/contract/models/contract_line.py:1203
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Contract line for <strong>{product}</strong>\n"
|
||||
@@ -477,7 +488,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: code:addons/contract/models/contract_line.py:1235
|
||||
#: code:addons/contract/models/contract_line.py:1253
|
||||
#, python-format
|
||||
msgid "Contract line must be canceled before delete"
|
||||
msgstr ""
|
||||
@@ -505,6 +516,12 @@ msgstr ""
|
||||
msgid "Create Invoice Visibility"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid "Create New Line At Contract Line Renew"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
msgid "Create invoices"
|
||||
@@ -686,6 +703,15 @@ msgstr "ID"
|
||||
msgid "If checked new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
||||
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
||||
msgid ""
|
||||
"If checked, a new line will be generated at contract line renew and linked "
|
||||
"to the original one as successor. The default behavior is to extend the end "
|
||||
"date of the contract by a new subscription period"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
|
||||
@@ -1169,17 +1169,18 @@ class ContractLine(models.Model):
|
||||
}
|
||||
|
||||
@api.multi
|
||||
def _get_renewal_dates(self):
|
||||
def _get_renewal_new_date_end(self):
|
||||
self.ensure_one()
|
||||
date_start = self.date_end + relativedelta(days=1)
|
||||
date_end = self._get_first_date_end(
|
||||
date_start, self.auto_renew_rule_type, self.auto_renew_interval
|
||||
)
|
||||
return date_start, date_end
|
||||
return date_end
|
||||
|
||||
@api.multi
|
||||
def _renew_create_line(self, date_start, date_end):
|
||||
def _renew_create_line(self, date_end):
|
||||
self.ensure_one()
|
||||
date_start = self.date_end + relativedelta(days=1)
|
||||
is_auto_renew = self.is_auto_renew
|
||||
self.stop(self.date_end, post_message=False)
|
||||
new_line = self.plan_successor(
|
||||
@@ -1199,9 +1200,10 @@ class ContractLine(models.Model):
|
||||
res = self.env['contract.line']
|
||||
for rec in self:
|
||||
company = rec.contract_id.company_id
|
||||
date_start, date_end = rec._get_renewal_dates()
|
||||
date_end = rec._get_renewal_new_date_end()
|
||||
date_start = rec.date_end + relativedelta(days=1)
|
||||
if company.create_new_line_at_contract_line_renew:
|
||||
new_line = rec._renew_create_line(date_start, date_end)
|
||||
new_line = rec._renew_create_line(date_end)
|
||||
else:
|
||||
new_line = rec._renew_extend_line(date_end)
|
||||
res |= new_line
|
||||
|
||||
Reference in New Issue
Block a user