[IMP] - improve code: unify methods argument _renew_create_line and _renew_extend_line

This commit is contained in:
sbejaoui
2019-12-20 14:14:20 +01:00
committed by Francisco Ivan Anton Prieto
parent 57f5df2a03
commit b7927f67de
71 changed files with 1992 additions and 159 deletions

View File

@@ -9,7 +9,7 @@
{ {
'name': 'Recurring - Contracts Management', 'name': 'Recurring - Contracts Management',
'version': '12.0.5.1.0', 'version': '12.0.5.1.2',
'category': 'Contract Management', 'category': 'Contract Management',
'license': 'AGPL-3', 'license': 'AGPL-3',
'author': "OpenERP SA, " 'author': "OpenERP SA, "

View File

@@ -310,6 +310,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -324,6 +329,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -452,7 +463,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -476,7 +487,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -504,6 +515,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -685,6 +702,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -311,6 +311,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -325,6 +330,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -453,7 +464,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -477,7 +488,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -505,6 +516,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -686,6 +703,15 @@ msgstr "المعرف"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -310,6 +310,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -324,6 +329,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -452,7 +463,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -476,7 +487,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -504,6 +515,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -685,6 +702,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -311,6 +311,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -325,6 +330,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -453,7 +464,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -477,7 +488,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -505,6 +516,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -686,6 +703,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -377,6 +377,13 @@ msgstr "Tancat"
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
#, fuzzy
#| msgid "Company"
msgid "Companies"
msgstr "Empresa"
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -391,6 +398,11 @@ msgstr "Empresa"
msgid "Compose Email" msgid "Compose Email"
msgstr "Redacta Email" msgstr "Redacta Email"
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "Contracte" msgstr "Contracte"
@@ -522,7 +535,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -546,7 +559,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "La línia de Contracte ha de ser cancel·lada abans d'esborrar-la" 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" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -757,6 +776,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -256,7 +256,7 @@ msgid "Cancel allowed?"
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1027 #: code:addons/contract/models/contract_line.py:1040
#, python-format #, python-format
msgid "Cancel not allowed for this line" msgid "Cancel not allowed for this line"
msgstr "" msgstr ""
@@ -291,6 +291,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -305,6 +310,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -381,13 +392,13 @@ msgid "Contract Type"
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:614 #: code:addons/contract/models/contract_line.py:627
#, python-format #, python-format
msgid "Contract line '%s' start date can't be later than end date" msgid "Contract line '%s' start date can't be later than end date"
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1056 #: code:addons/contract/models/contract_line.py:1069
#, python-format #, python-format
msgid "Contract line Un-canceled: %s<br/>- " msgid "Contract line Un-canceled: %s<br/>- "
msgstr "" msgstr ""
@@ -405,13 +416,13 @@ msgid "Contract line and its successor overlapped"
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1035 #: code:addons/contract/models/contract_line.py:1048
#, python-format #, python-format
msgid "Contract line canceled: %s<br/>- " msgid "Contract line canceled: %s<br/>- "
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:827 #: code:addons/contract/models/contract_line.py:840
#, python-format #, python-format
msgid "Contract line for <strong>{product}</strong>\n" msgid "Contract line for <strong>{product}</strong>\n"
" stopped: <br/>\n" " stopped: <br/>\n"
@@ -420,7 +431,7 @@ msgid "Contract line for <strong>{product}</strong>\n"
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:907 #: code:addons/contract/models/contract_line.py:920
#, python-format #, python-format
msgid "Contract line for <strong>{product}</strong>\n" msgid "Contract line for <strong>{product}</strong>\n"
" planned a successor: <br/>\n" " planned a successor: <br/>\n"
@@ -431,7 +442,7 @@ msgid "Contract line for <strong>{product}</strong>\n"
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1216
#, python-format #, python-format
msgid "Contract line for <strong>{product}</strong>\n" msgid "Contract line for <strong>{product}</strong>\n"
" renewed: <br/>\n" " renewed: <br/>\n"
@@ -442,7 +453,7 @@ msgid "Contract line for <strong>{product}</strong>\n"
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1015 #: code:addons/contract/models/contract_line.py:1028
#, python-format #, python-format
msgid "Contract line for <strong>{product}</strong>\n" msgid "Contract line for <strong>{product}</strong>\n"
" suspended: <br/>\n" " suspended: <br/>\n"
@@ -453,7 +464,7 @@ msgid "Contract line for <strong>{product}</strong>\n"
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1266
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -481,6 +492,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -660,6 +677,12 @@ msgstr ""
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."
@@ -963,7 +986,7 @@ msgid "Plan successor allowed?"
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:890 #: code:addons/contract/models/contract_line.py:903
#, python-format #, python-format
msgid "Plan successor not allowed for this line" msgid "Plan successor not allowed for this line"
msgstr "" msgstr ""
@@ -1185,7 +1208,7 @@ msgid "Stop allowed?"
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:807 #: code:addons/contract/models/contract_line.py:820
#, python-format #, python-format
msgid "Stop not allowed for this line" msgid "Stop not allowed for this line"
msgstr "" msgstr ""
@@ -1196,7 +1219,7 @@ msgid "Stop/Plan successor allowed?"
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:951 #: code:addons/contract/models/contract_line.py:964
#, python-format #, python-format
msgid "Stop/Plan successor not allowed for this line" msgid "Stop/Plan successor not allowed for this line"
msgstr "" msgstr ""
@@ -1288,7 +1311,7 @@ msgid "Un-cancel"
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1048 #: code:addons/contract/models/contract_line.py:1061
#, python-format #, python-format
msgid "Un-cancel not allowed for this line" msgid "Un-cancel not allowed for this line"
msgstr "" msgstr ""
@@ -1379,7 +1402,7 @@ msgid "Year(s)"
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:774 #: code:addons/contract/models/contract_line.py:787
#, python-format #, python-format
msgid "You can't delay a contract line invoiced at least one time." msgid "You can't delay a contract line invoiced at least one time."
msgstr "" msgstr ""
@@ -1391,19 +1414,25 @@ msgid "You can't have a date of next invoice anterior to the start of the contra
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:585 #: code:addons/contract/models/contract_line.py:587
#, python-format #, python-format
msgid "You can't have the end date before the date of last invoice for the contract line '%s'" msgid "You can't have the end date before the date of last invoice for the contract line '%s'"
msgstr "" msgstr ""
#. module: contract #. 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 #, python-format
msgid "You can't have the start date after the date of last invoice for the contract line '%s'" msgid "You can't have the start date after the date of last invoice for the contract line '%s'"
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:601 #: code:addons/contract/models/contract_line.py:614
#, python-format #, python-format
msgid "You must supply a date of next invoice for contract line '%s'" msgid "You must supply a date of next invoice for contract line '%s'"
msgstr "" msgstr ""

View File

@@ -310,6 +310,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -324,6 +329,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -452,7 +463,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -476,7 +487,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -504,6 +515,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -685,6 +702,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -310,6 +310,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -324,6 +329,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -452,7 +463,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -476,7 +487,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -504,6 +515,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -685,6 +702,15 @@ msgstr "Id"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -384,6 +384,13 @@ msgstr "Geschlossen"
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "Gewerbliche Einheit" msgstr "Gewerbliche Einheit"
#. module: contract
#: model:ir.model,name:contract.model_res_company
#, fuzzy
#| msgid "Company"
msgid "Companies"
msgstr "Unternehmen"
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -398,6 +405,11 @@ msgstr "Unternehmen"
msgid "Compose Email" msgid "Compose Email"
msgstr "E-Mail verfassen" msgstr "E-Mail verfassen"
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "Vertrag" msgstr "Vertrag"
@@ -538,7 +551,7 @@ msgstr ""
" " " "
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -574,7 +587,7 @@ msgstr ""
" " " "
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -603,6 +616,14 @@ msgstr "Verträge"
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "Rechnungssichtbarkeit erstellen" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -786,6 +807,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "Wenn es gesetzt ist, erfordern neue Nachrichten Ihre Aufmerksamkeit." 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -313,6 +313,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -327,6 +332,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -455,7 +466,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -479,7 +490,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -507,6 +518,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -688,6 +705,15 @@ msgstr "Κωδικός"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -311,6 +311,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -325,6 +330,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -453,7 +464,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -477,7 +488,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -505,6 +516,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -686,6 +703,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -379,6 +379,13 @@ msgstr "Cerrado"
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "Entidad comercial" msgstr "Entidad comercial"
#. module: contract
#: model:ir.model,name:contract.model_res_company
#, fuzzy
#| msgid "Company"
msgid "Companies"
msgstr "Compañía"
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -393,6 +400,11 @@ msgstr "Compañía"
msgid "Compose Email" msgid "Compose Email"
msgstr "Componer correo electrónico" msgstr "Componer correo electrónico"
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "Contrato" msgstr "Contrato"
@@ -535,7 +548,7 @@ msgstr ""
" " " "
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -571,7 +584,7 @@ msgstr ""
" " " "
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "La línea del contrato debe cancelarse antes de eliminar" msgstr "La línea del contrato debe cancelarse antes de eliminar"
@@ -599,6 +612,14 @@ msgstr "Contratos"
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "Visibilidad de crear factura" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -782,6 +803,15 @@ msgstr "ID (identificación)"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "Si está marcado los nuevos mensajes requieren su atención." 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -311,6 +311,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -325,6 +330,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -453,7 +464,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -477,7 +488,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -505,6 +516,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -686,6 +703,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -311,6 +311,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -325,6 +330,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -453,7 +464,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -477,7 +488,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -505,6 +516,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -686,6 +703,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -311,6 +311,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -325,6 +330,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -453,7 +464,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -477,7 +488,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -505,6 +516,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -686,6 +703,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -311,6 +311,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -325,6 +330,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -453,7 +464,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -477,7 +488,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -505,6 +516,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -686,6 +703,15 @@ msgstr "ID (identificación)"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -311,6 +311,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -325,6 +330,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -453,7 +464,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -477,7 +488,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -505,6 +516,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -686,6 +703,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -311,6 +311,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -325,6 +330,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -453,7 +464,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -477,7 +488,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -505,6 +516,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -686,6 +703,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -313,6 +313,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -327,6 +332,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -455,7 +466,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -479,7 +490,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -507,6 +518,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -688,6 +705,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -311,6 +311,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -325,6 +330,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -453,7 +464,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -477,7 +488,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -505,6 +516,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -686,6 +703,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -311,6 +311,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -325,6 +330,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -453,7 +464,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -477,7 +488,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -505,6 +516,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -686,6 +703,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -310,6 +310,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -324,6 +329,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -452,7 +463,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -476,7 +487,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -504,6 +515,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -685,6 +702,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -310,6 +310,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -324,6 +329,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -452,7 +463,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -476,7 +487,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -504,6 +515,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -685,6 +702,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -310,6 +310,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -324,6 +329,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -452,7 +463,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -476,7 +487,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -504,6 +515,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -685,6 +702,15 @@ msgstr "شناسه"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -312,6 +312,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -326,6 +331,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -454,7 +465,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -478,7 +489,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -506,6 +517,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -687,6 +704,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -379,6 +379,13 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
#, fuzzy
#| msgid "Company"
msgid "Companies"
msgstr "Entreprise"
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -393,6 +400,11 @@ msgstr "Entreprise"
msgid "Compose Email" msgid "Compose Email"
msgstr "Rédiger courriel" msgstr "Rédiger courriel"
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "Contrat" msgstr "Contrat"
@@ -534,7 +547,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -558,7 +571,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -590,6 +603,12 @@ msgstr "Contrats"
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "Créer une facture visible" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -777,6 +796,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -311,6 +311,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -325,6 +330,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -453,7 +464,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -477,7 +488,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -505,6 +516,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -686,6 +703,15 @@ msgstr "Identifiant"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -311,6 +311,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -325,6 +330,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -453,7 +464,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -477,7 +488,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -505,6 +516,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -686,6 +703,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -375,6 +375,13 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
#, fuzzy
#| msgid "Company"
msgid "Companies"
msgstr "Compañía"
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -389,6 +396,11 @@ msgstr "Compañía"
msgid "Compose Email" msgid "Compose Email"
msgstr "Compoñer correo electrónico" msgstr "Compoñer correo electrónico"
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "Contrato" msgstr "Contrato"
@@ -530,7 +543,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -554,7 +567,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -586,6 +599,12 @@ msgstr "Contratos"
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "Visibilidade de crear factura" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -773,6 +792,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -311,6 +311,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -325,6 +330,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -453,7 +464,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -477,7 +488,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -505,6 +516,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -686,6 +703,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -310,6 +310,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -324,6 +329,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -452,7 +463,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -476,7 +487,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -504,6 +515,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -685,6 +702,15 @@ msgstr "מזהה"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -313,6 +313,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -327,6 +332,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "अनुबंध" msgstr "अनुबंध"
@@ -464,7 +475,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -488,7 +499,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -520,6 +531,12 @@ msgstr "अनुबंध"
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -702,6 +719,15 @@ msgstr "आईडी"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -317,6 +317,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -331,6 +336,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "Ugovor" msgstr "Ugovor"
@@ -466,7 +477,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -490,7 +501,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -521,6 +532,12 @@ msgstr "Ugovori"
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -707,6 +724,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -314,6 +314,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -328,6 +333,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "Ugovor" msgstr "Ugovor"
@@ -465,7 +476,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -489,7 +500,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -521,6 +532,12 @@ msgstr "Ugovori"
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -709,6 +726,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -312,6 +312,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -326,6 +331,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -454,7 +465,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -478,7 +489,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -506,6 +517,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -687,6 +704,15 @@ msgstr "Azonosító ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -310,6 +310,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -324,6 +329,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -452,7 +463,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -476,7 +487,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -504,6 +515,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -685,6 +702,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -381,6 +381,13 @@ msgstr "Chiusa"
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "Entità commerciale" msgstr "Entità commerciale"
#. module: contract
#: model:ir.model,name:contract.model_res_company
#, fuzzy
#| msgid "Company"
msgid "Companies"
msgstr "Azienda"
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -395,6 +402,11 @@ msgstr "Azienda"
msgid "Compose Email" msgid "Compose Email"
msgstr "Comporre email" msgstr "Comporre email"
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "Contratto" msgstr "Contratto"
@@ -537,7 +550,7 @@ msgstr ""
" " " "
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -573,7 +586,7 @@ msgstr ""
" " " "
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "La riga contratto deve essere annullata prima di essere eliminata" msgstr "La riga contratto deve essere annullata prima di essere eliminata"
@@ -601,6 +614,14 @@ msgstr "Contratti"
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -783,6 +804,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "Se selezionato i nuovi messaggi richiedono la tua attenzione." 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -310,6 +310,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -324,6 +329,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -452,7 +463,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -476,7 +487,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -504,6 +515,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -685,6 +702,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -310,6 +310,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -324,6 +329,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -452,7 +463,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -476,7 +487,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -504,6 +515,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -685,6 +702,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -311,6 +311,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -325,6 +330,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -453,7 +464,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -477,7 +488,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -505,6 +516,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -686,6 +703,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -312,6 +312,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -326,6 +331,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -454,7 +465,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -478,7 +489,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -506,6 +517,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -687,6 +704,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -311,6 +311,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -325,6 +330,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -453,7 +464,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -477,7 +488,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -505,6 +516,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -686,6 +703,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -310,6 +310,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -324,6 +329,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -452,7 +463,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -476,7 +487,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -504,6 +515,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -685,6 +702,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -310,6 +310,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -324,6 +329,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -452,7 +463,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -476,7 +487,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -504,6 +515,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -685,6 +702,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -311,6 +311,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -325,6 +330,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -453,7 +464,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -477,7 +488,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -505,6 +516,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -686,6 +703,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -311,6 +311,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -325,6 +330,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -453,7 +464,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -477,7 +488,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -505,6 +516,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -686,6 +703,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -387,6 +387,13 @@ msgstr "Gesloten"
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "Commerciële entiteit" msgstr "Commerciële entiteit"
#. module: contract
#: model:ir.model,name:contract.model_res_company
#, fuzzy
#| msgid "Company"
msgid "Companies"
msgstr "Bedrijf"
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -401,6 +408,11 @@ msgstr "Bedrijf"
msgid "Compose Email" msgid "Compose Email"
msgstr "Email opstellen" msgstr "Email opstellen"
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "Contract" msgstr "Contract"
@@ -542,7 +555,7 @@ msgstr ""
" " " "
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -578,7 +591,7 @@ msgstr ""
" " " "
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "Contractregel moet worden geannuleerd voordat deze wordt verwijderd" msgstr "Contractregel moet worden geannuleerd voordat deze wordt verwijderd"
@@ -606,6 +619,14 @@ msgstr "Contracten"
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "Creëer factuurzichtbaarheid" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -791,6 +812,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "Indien aangevinkt, vereisen nieuwe berichten uw aandacht." 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -311,6 +311,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -325,6 +330,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -453,7 +464,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -477,7 +488,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -505,6 +516,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -686,6 +703,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -311,6 +311,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -325,6 +330,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "Contract" msgstr "Contract"
@@ -462,7 +473,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -486,7 +497,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -518,6 +529,12 @@ msgstr "Contracten"
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -700,6 +717,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -312,6 +312,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -326,6 +331,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -454,7 +465,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -478,7 +489,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -506,6 +517,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -687,6 +704,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -379,6 +379,13 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
#, fuzzy
#| msgid "Company"
msgid "Companies"
msgstr "Empresa"
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -393,6 +400,11 @@ msgstr "Empresa"
msgid "Compose Email" msgid "Compose Email"
msgstr "Escrever E-mail" msgstr "Escrever E-mail"
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "Contrato" msgstr "Contrato"
@@ -534,7 +547,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -558,7 +571,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -590,6 +603,12 @@ msgstr "Contratos"
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "Visibilidade de Criação de Faturas" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -776,6 +795,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -384,6 +384,13 @@ msgstr "Fechado"
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "Entidade Comercial" msgstr "Entidade Comercial"
#. module: contract
#: model:ir.model,name:contract.model_res_company
#, fuzzy
#| msgid "Company"
msgid "Companies"
msgstr "Empresa"
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -398,6 +405,11 @@ msgstr "Empresa"
msgid "Compose Email" msgid "Compose Email"
msgstr "Escrever E-mail" msgstr "Escrever E-mail"
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "Contrato" msgstr "Contrato"
@@ -539,7 +552,7 @@ msgstr ""
" " " "
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -575,7 +588,7 @@ msgstr ""
" " " "
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "Linha do contrato deve ser cancelada antes de ser deletada" msgstr "Linha do contrato deve ser cancelada antes de ser deletada"
@@ -603,6 +616,14 @@ msgstr "Contratos"
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "Criar Visibilidade da Fatura" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -784,6 +805,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "Se selecionado novas mensagens irão requerer sua atenção." 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -314,6 +314,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -328,6 +333,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -456,7 +467,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -480,7 +491,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -508,6 +519,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -689,6 +706,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -313,6 +313,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -327,6 +332,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -455,7 +466,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -479,7 +490,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -507,6 +518,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -688,6 +705,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -312,6 +312,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -326,6 +331,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -461,7 +472,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -485,7 +496,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -516,6 +527,12 @@ msgstr "Договоры"
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -698,6 +715,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -310,6 +310,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -324,6 +329,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -452,7 +463,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -476,7 +487,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -504,6 +515,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -685,6 +702,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -313,6 +313,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -327,6 +332,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -455,7 +466,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -479,7 +490,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -507,6 +518,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -688,6 +705,15 @@ msgstr ""
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -313,6 +313,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -327,6 +332,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -455,7 +466,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -479,7 +490,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -507,6 +518,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -690,6 +707,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -311,6 +311,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -325,6 +330,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -453,7 +464,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -477,7 +488,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -505,6 +516,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -686,6 +703,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -312,6 +312,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -326,6 +331,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -454,7 +465,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -478,7 +489,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -506,6 +517,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -687,6 +704,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -310,6 +310,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -324,6 +329,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -452,7 +463,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -476,7 +487,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -504,6 +515,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -685,6 +702,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -310,6 +310,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -324,6 +329,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -452,7 +463,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -476,7 +487,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -504,6 +515,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -685,6 +702,15 @@ msgstr "รหัส"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -379,6 +379,13 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
#, fuzzy
#| msgid "Company"
msgid "Companies"
msgstr "Firma"
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -393,6 +400,11 @@ msgstr "Firma"
msgid "Compose Email" msgid "Compose Email"
msgstr "E-posta Oluştur" msgstr "E-posta Oluştur"
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "Sözleşme" msgstr "Sözleşme"
@@ -533,7 +546,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -557,7 +570,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -589,6 +602,12 @@ msgstr "Sözleşmeler"
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "Fatura Görünürlüğü Oluştur" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -776,6 +795,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -314,6 +314,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -328,6 +333,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "Sözleşme" msgstr "Sözleşme"
@@ -463,7 +474,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -487,7 +498,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -518,6 +529,12 @@ msgstr "Sözleşmeler"
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -703,6 +720,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -311,6 +311,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -325,6 +330,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -453,7 +464,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -477,7 +488,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -505,6 +516,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -686,6 +703,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -310,6 +310,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -324,6 +329,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -452,7 +463,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -476,7 +487,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -504,6 +515,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -685,6 +702,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -311,6 +311,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -325,6 +330,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -453,7 +464,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -477,7 +488,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -505,6 +516,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -686,6 +703,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -371,6 +371,13 @@ msgstr "已关闭"
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "商业实体" msgstr "商业实体"
#. module: contract
#: model:ir.model,name:contract.model_res_company
#, fuzzy
#| msgid "Company"
msgid "Companies"
msgstr "公司"
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -385,6 +392,11 @@ msgstr "公司"
msgid "Compose Email" msgid "Compose Email"
msgstr "编写Email" msgstr "编写Email"
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "合同" msgstr "合同"
@@ -525,7 +538,7 @@ msgstr ""
" " " "
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -561,7 +574,7 @@ msgstr ""
" " " "
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "必须在删除前取消合同行" msgstr "必须在删除前取消合同行"
@@ -589,6 +602,14 @@ msgstr "合同"
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "创建可见性发票" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -770,6 +791,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "如果选中,则需要您注意新消息。" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -311,6 +311,11 @@ msgstr ""
msgid "Commercial Entity" msgid "Commercial Entity"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_company
msgid "Companies"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id #: 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 #: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
@@ -325,6 +330,11 @@ msgstr ""
msgid "Compose Email" msgid "Compose Email"
msgstr "" msgstr ""
#. module: contract
#: model:ir.model,name:contract.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: contract #. module: contract
#: model:ir.model,name:contract.model_res_partner #: model:ir.model,name:contract.model_res_partner
msgid "Contact" 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_line__contract_id
#: model:ir.model.fields,field_description:contract.field_contract_template_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.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 #: model:mail.template,report_name:contract.email_contract_template
msgid "Contract" msgid "Contract"
msgstr "" msgstr ""
@@ -453,7 +464,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1185 #: code:addons/contract/models/contract_line.py:1203
#, python-format #, python-format
msgid "" msgid ""
"Contract line for <strong>{product}</strong>\n" "Contract line for <strong>{product}</strong>\n"
@@ -477,7 +488,7 @@ msgid ""
msgstr "" msgstr ""
#. module: contract #. module: contract
#: code:addons/contract/models/contract_line.py:1235 #: code:addons/contract/models/contract_line.py:1253
#, python-format #, python-format
msgid "Contract line must be canceled before delete" msgid "Contract line must be canceled before delete"
msgstr "" msgstr ""
@@ -505,6 +516,12 @@ msgstr ""
msgid "Create Invoice Visibility" msgid "Create Invoice Visibility"
msgstr "" 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 #. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
msgid "Create invoices" msgid "Create invoices"
@@ -686,6 +703,15 @@ msgstr "ID"
msgid "If checked new messages require your attention." msgid "If checked new messages require your attention."
msgstr "" 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 #. module: contract
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction #: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
msgid "If checked, new messages require your attention." msgid "If checked, new messages require your attention."

View File

@@ -1169,17 +1169,18 @@ class ContractLine(models.Model):
} }
@api.multi @api.multi
def _get_renewal_dates(self): def _get_renewal_new_date_end(self):
self.ensure_one() self.ensure_one()
date_start = self.date_end + relativedelta(days=1) date_start = self.date_end + relativedelta(days=1)
date_end = self._get_first_date_end( date_end = self._get_first_date_end(
date_start, self.auto_renew_rule_type, self.auto_renew_interval date_start, self.auto_renew_rule_type, self.auto_renew_interval
) )
return date_start, date_end return date_end
@api.multi @api.multi
def _renew_create_line(self, date_start, date_end): def _renew_create_line(self, date_end):
self.ensure_one() self.ensure_one()
date_start = self.date_end + relativedelta(days=1)
is_auto_renew = self.is_auto_renew is_auto_renew = self.is_auto_renew
self.stop(self.date_end, post_message=False) self.stop(self.date_end, post_message=False)
new_line = self.plan_successor( new_line = self.plan_successor(
@@ -1199,9 +1200,10 @@ class ContractLine(models.Model):
res = self.env['contract.line'] res = self.env['contract.line']
for rec in self: for rec in self:
company = rec.contract_id.company_id 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: 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: else:
new_line = rec._renew_extend_line(date_end) new_line = rec._renew_extend_line(date_end)
res |= new_line res |= new_line