\n"
"
\n"
-" ${object.company_id.partner_id.sudo().with_context(show_address="
-"True, html_format=True).name_get()[0][1] | safe}\n"
+" ${object.company_id.partner_id.sudo()."
+"with_context(show_address=True, html_format=True).name_get()[0][1] | safe}\n"
" \n"
" % if object.company_id.phone:\n"
"
\n"
" %endif\n"
"
\n"
@@ -163,8 +163,8 @@ msgstr ""
"
\n"
" contracto a facturar\n"
" \n"
-"
\n"
+" \n"
" contratos a facturar\n"
" "
@@ -339,7 +339,8 @@ msgstr "Añadir una sección"
#: code:addons/contract/models/contract_line.py:355
#, python-format
msgid "An auto-renew line must have a end date"
-msgstr "Una línea de renovación automática debe tener una fecha de finalización"
+msgstr ""
+"Una línea de renovación automática debe tener una fecha de finalización"
#. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_line__analytic_tag_ids
@@ -420,7 +421,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -602,7 +603,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -620,13 +621,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -636,7 +637,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -648,7 +649,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -660,7 +661,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -672,7 +673,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -854,7 +855,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -1063,6 +1064,15 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+#, fuzzy
+#| msgid "Abstract Recurring Contract"
+msgid "Is Recurring Note"
+msgstr "Contrato Recurrente Abstracto"
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1321,7 +1331,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1581,7 +1591,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1592,7 +1602,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1736,7 +1746,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1852,7 +1862,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/es_CL.po b/contract/i18n/es_CL.po
index 57783109c..acc74d6c7 100644
--- a/contract/i18n/es_CL.po
+++ b/contract/i18n/es_CL.po
@@ -400,7 +400,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -582,7 +582,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -600,13 +600,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -616,7 +616,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -628,7 +628,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -640,7 +640,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -652,7 +652,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -834,7 +834,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -1043,6 +1043,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1301,7 +1308,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1561,7 +1568,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1572,7 +1579,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1716,7 +1723,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1832,7 +1839,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/es_CO.po b/contract/i18n/es_CO.po
index 70d61feee..cce4303b0 100644
--- a/contract/i18n/es_CO.po
+++ b/contract/i18n/es_CO.po
@@ -340,7 +340,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -522,7 +522,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -540,13 +540,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -556,7 +556,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -568,7 +568,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -580,7 +580,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -592,7 +592,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -774,7 +774,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -983,6 +983,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1241,7 +1248,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1501,7 +1508,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1512,7 +1519,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1656,7 +1663,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1772,7 +1779,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/es_CR.po b/contract/i18n/es_CR.po
index 0509e0452..0e7de5970 100644
--- a/contract/i18n/es_CR.po
+++ b/contract/i18n/es_CR.po
@@ -340,7 +340,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -522,7 +522,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -540,13 +540,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -556,7 +556,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -568,7 +568,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -580,7 +580,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -592,7 +592,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -776,7 +776,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -985,6 +985,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1245,7 +1252,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1505,7 +1512,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1516,7 +1523,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1660,7 +1667,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1776,7 +1783,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/es_DO.po b/contract/i18n/es_DO.po
index f3cb2cb8e..be38572c8 100644
--- a/contract/i18n/es_DO.po
+++ b/contract/i18n/es_DO.po
@@ -340,7 +340,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -522,7 +522,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -540,13 +540,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -556,7 +556,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -568,7 +568,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -580,7 +580,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -592,7 +592,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -774,7 +774,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -983,6 +983,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1241,7 +1248,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1501,7 +1508,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1512,7 +1519,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1656,7 +1663,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1772,7 +1779,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/es_EC.po b/contract/i18n/es_EC.po
index 8ddccf7f7..350d8b305 100644
--- a/contract/i18n/es_EC.po
+++ b/contract/i18n/es_EC.po
@@ -340,7 +340,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -522,7 +522,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -540,13 +540,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -556,7 +556,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -568,7 +568,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -580,7 +580,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -592,7 +592,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -774,7 +774,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -983,6 +983,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1241,7 +1248,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1501,7 +1508,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1512,7 +1519,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1656,7 +1663,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1772,7 +1779,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/es_ES.po b/contract/i18n/es_ES.po
index 00e292cce..b4e62cf5a 100644
--- a/contract/i18n/es_ES.po
+++ b/contract/i18n/es_ES.po
@@ -340,7 +340,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -522,7 +522,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -540,13 +540,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -556,7 +556,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -568,7 +568,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -580,7 +580,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -592,7 +592,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -776,7 +776,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -985,6 +985,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1245,7 +1252,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1505,7 +1512,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1516,7 +1523,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1660,7 +1667,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1776,7 +1783,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/es_MX.po b/contract/i18n/es_MX.po
index 49c431687..9024a05cf 100644
--- a/contract/i18n/es_MX.po
+++ b/contract/i18n/es_MX.po
@@ -344,7 +344,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -528,7 +528,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -546,13 +546,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -562,7 +562,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -574,7 +574,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -586,7 +586,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -598,7 +598,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -782,7 +782,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -991,6 +991,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1251,7 +1258,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1511,7 +1518,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1522,7 +1529,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1666,7 +1673,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1782,7 +1789,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/es_PY.po b/contract/i18n/es_PY.po
index 7cc0a963f..21cde8a07 100644
--- a/contract/i18n/es_PY.po
+++ b/contract/i18n/es_PY.po
@@ -340,7 +340,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -522,7 +522,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -540,13 +540,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -556,7 +556,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -568,7 +568,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -580,7 +580,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -592,7 +592,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -774,7 +774,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -983,6 +983,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1241,7 +1248,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1501,7 +1508,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1512,7 +1519,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1656,7 +1663,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1772,7 +1779,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/es_VE.po b/contract/i18n/es_VE.po
index 8af6a3564..99778275d 100644
--- a/contract/i18n/es_VE.po
+++ b/contract/i18n/es_VE.po
@@ -340,7 +340,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -522,7 +522,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -540,13 +540,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -556,7 +556,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -568,7 +568,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -580,7 +580,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -592,7 +592,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -776,7 +776,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -985,6 +985,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1245,7 +1252,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1505,7 +1512,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1516,7 +1523,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1660,7 +1667,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1776,7 +1783,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/et.po b/contract/i18n/et.po
index c96ad35d6..3c68e06b9 100644
--- a/contract/i18n/et.po
+++ b/contract/i18n/et.po
@@ -339,7 +339,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -521,7 +521,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -539,13 +539,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -555,7 +555,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -567,7 +567,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -579,7 +579,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -591,7 +591,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -775,7 +775,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -984,6 +984,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1242,7 +1249,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1502,7 +1509,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1513,7 +1520,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1657,7 +1664,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1773,7 +1780,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/eu.po b/contract/i18n/eu.po
index 7d65dfe2b..eb48a4398 100644
--- a/contract/i18n/eu.po
+++ b/contract/i18n/eu.po
@@ -339,7 +339,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -521,7 +521,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -539,13 +539,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -555,7 +555,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -567,7 +567,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -579,7 +579,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -591,7 +591,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -773,7 +773,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -982,6 +982,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1240,7 +1247,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1500,7 +1507,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1511,7 +1518,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1655,7 +1662,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1771,7 +1778,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/fa.po b/contract/i18n/fa.po
index 4cc59f39d..d792bdf80 100644
--- a/contract/i18n/fa.po
+++ b/contract/i18n/fa.po
@@ -339,7 +339,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -521,7 +521,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -539,13 +539,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -555,7 +555,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -567,7 +567,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -579,7 +579,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -591,7 +591,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -775,7 +775,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -984,6 +984,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1244,7 +1251,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1504,7 +1511,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1515,7 +1522,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1659,7 +1666,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1775,7 +1782,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/fi.po b/contract/i18n/fi.po
index 71450faed..b425c33fd 100644
--- a/contract/i18n/fi.po
+++ b/contract/i18n/fi.po
@@ -421,7 +421,7 @@ msgid "Cancel allowed?"
msgstr "Peruminen sallittu"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr "Peruminen ei ole sallittu tälle riville"
@@ -609,7 +609,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr "Sopimusrivin '%s' aloituspäivä ei voi olla päättymispäivän jälkeen"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr "Sopimusrivin palautettu perutuista: %s
- "
@@ -627,13 +627,13 @@ msgid "Contract line and its successor overlapped"
msgstr "Sopimusrivi ja sen seuraaja ovat päällekkäin"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr "Sopimusrivi peruttu: %s
- "
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -646,7 +646,7 @@ msgstr ""
" "
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -664,7 +664,7 @@ msgstr ""
" "
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -682,7 +682,7 @@ msgstr ""
" "
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -700,7 +700,7 @@ msgstr ""
" "
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr "Sopimusrivi pitää perua ennen poistamista"
@@ -888,7 +888,7 @@ msgid "Discount (%)"
msgstr "Alennus (%)"
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr "Alennus voi olla korkeintaan 100"
@@ -1107,6 +1107,15 @@ msgstr "Laskutusmalli"
msgid "Is Follower"
msgstr "On seuraaja"
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+#, fuzzy
+#| msgid "Recurring Invoices"
+msgid "Is Recurring Note"
+msgstr "Toistuvaislaskut"
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1369,7 +1378,7 @@ msgid "Plan successor allowed?"
msgstr "Sopimuksen seuraaja sallittu"
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr "Sopimuksen seuraaja ei ole sallittu tälle riville"
@@ -1637,7 +1646,7 @@ msgid "Stop allowed?"
msgstr "Päättäminen sallittu"
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr "Päättäminen ei ole sallittu tälle riville"
@@ -1648,7 +1657,7 @@ msgid "Stop/Plan successor allowed?"
msgstr "Päättäminen/sopimuksen seuraaja sallittu"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr "Päättäminen/sopimuksen seuraaja ei ole sallittu tälle riville"
@@ -1805,7 +1814,7 @@ msgid "Un-cancel"
msgstr "Peru peruminen"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr "Perumisen perumista ei ole sallittu tälle riville"
@@ -1921,7 +1930,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr "Et voi viivästyttää sopimusriviä, jos sitä on jo laskutettu."
diff --git a/contract/i18n/fr.po b/contract/i18n/fr.po
index 734a3d3bb..aafd4b715 100644
--- a/contract/i18n/fr.po
+++ b/contract/i18n/fr.po
@@ -424,7 +424,7 @@ msgid "Cancel allowed?"
msgstr "Annulation autorisée ?"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr "Annulation non autorisée pour cette ligne"
@@ -609,7 +609,7 @@ msgstr ""
"La ligne de contrat contrat '%s' ne peut pas démarrer après la date de fin"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr "Annulation de la ligne de contrat annulée : %s
- "
@@ -627,13 +627,13 @@ msgid "Contract line and its successor overlapped"
msgstr "La ligne de contrat et son successeur se chevauchent"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr "Ligne de contrat annulée : %s
- "
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -647,7 +647,7 @@ msgstr ""
" "
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -665,7 +665,7 @@ msgstr ""
" "
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -683,7 +683,7 @@ msgstr ""
" "
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -702,7 +702,7 @@ msgstr ""
" "
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr "La ligne de contrat doit être annulée avant d'être supprimée"
@@ -888,7 +888,7 @@ msgid "Discount (%)"
msgstr "Remise (%)"
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr "Remise doit être inférieur ou égale à 100"
@@ -1110,6 +1110,15 @@ msgstr "Type de facturation"
msgid "Is Follower"
msgstr "Est abonné"
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+#, fuzzy
+#| msgid "Recurring Invoices"
+msgid "Is Recurring Note"
+msgstr "Factures récurrentes"
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1375,7 +1384,7 @@ msgid "Plan successor allowed?"
msgstr "Successeur de l'abonnement permis ?"
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr "Successeur de l'abonnement non autorisé sur cette ligne"
@@ -1643,7 +1652,7 @@ msgid "Stop allowed?"
msgstr "Interruption autorisée ?"
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr "Interruption non autorisée pour cette ligne"
@@ -1654,7 +1663,7 @@ msgid "Stop/Plan successor allowed?"
msgstr "Interruption / Planifier un successeur autorisé ?"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr "Interruption / Planifier un successeur non autorisé sur cette ligne"
@@ -1801,7 +1810,7 @@ msgid "Un-cancel"
msgstr "Annuler l'annulation"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr "Annulation de l'annulation non autorisée pour cette ligne"
@@ -1917,7 +1926,7 @@ msgid "You are not allowed to terminate contracts."
msgstr "Vous n'êtes pas autorisé à résilier des contrats."
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/fr_CA.po b/contract/i18n/fr_CA.po
index b6f71ae04..3c2fb197d 100644
--- a/contract/i18n/fr_CA.po
+++ b/contract/i18n/fr_CA.po
@@ -340,7 +340,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -522,7 +522,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -540,13 +540,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -556,7 +556,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -568,7 +568,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -580,7 +580,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -592,7 +592,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -776,7 +776,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -987,6 +987,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1247,7 +1254,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1507,7 +1514,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1518,7 +1525,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1662,7 +1669,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1778,7 +1785,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/fr_CH.po b/contract/i18n/fr_CH.po
index bc1537b72..9206e8352 100644
--- a/contract/i18n/fr_CH.po
+++ b/contract/i18n/fr_CH.po
@@ -340,7 +340,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -522,7 +522,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -540,13 +540,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -556,7 +556,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -568,7 +568,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -580,7 +580,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -592,7 +592,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -776,7 +776,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -985,6 +985,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1245,7 +1252,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1505,7 +1512,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1516,7 +1523,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1660,7 +1667,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1776,7 +1783,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/gl.po b/contract/i18n/gl.po
index aa0c12b19..1ee6320ff 100644
--- a/contract/i18n/gl.po
+++ b/contract/i18n/gl.po
@@ -412,7 +412,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -621,7 +621,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr "A data de inicio do contrato '%s' non pode ser superior á data de fin"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -639,13 +639,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -655,7 +655,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -667,7 +667,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -679,7 +679,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -691,7 +691,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -886,7 +886,7 @@ msgid "Discount (%)"
msgstr "Desconto (%)"
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr "O desconto debería de ser menor ou igual a 100"
@@ -1117,6 +1117,15 @@ msgstr "Tipo de facturación"
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+#, fuzzy
+#| msgid "Recurring Invoices"
+msgid "Is Recurring Note"
+msgstr "Facturas recorrentes"
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1389,7 +1398,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1665,7 +1674,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1676,7 +1685,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1825,7 +1834,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1943,7 +1952,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/gl_ES.po b/contract/i18n/gl_ES.po
index 1a9255655..92c3907ae 100644
--- a/contract/i18n/gl_ES.po
+++ b/contract/i18n/gl_ES.po
@@ -340,7 +340,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -522,7 +522,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -540,13 +540,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -556,7 +556,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -568,7 +568,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -580,7 +580,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -592,7 +592,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -774,7 +774,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -983,6 +983,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1241,7 +1248,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1501,7 +1508,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1512,7 +1519,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1656,7 +1663,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1772,7 +1779,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/he.po b/contract/i18n/he.po
index dfdeea651..943e66440 100644
--- a/contract/i18n/he.po
+++ b/contract/i18n/he.po
@@ -339,7 +339,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -521,7 +521,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -539,13 +539,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -555,7 +555,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -567,7 +567,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -579,7 +579,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -591,7 +591,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -775,7 +775,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -984,6 +984,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1244,7 +1251,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1504,7 +1511,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1515,7 +1522,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1659,7 +1666,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1775,7 +1782,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/hi_IN.po b/contract/i18n/hi_IN.po
index 3856bd2f5..87aa6f572 100644
--- a/contract/i18n/hi_IN.po
+++ b/contract/i18n/hi_IN.po
@@ -346,7 +346,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -546,7 +546,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -564,13 +564,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -580,7 +580,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -592,7 +592,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -604,7 +604,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -616,7 +616,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -807,7 +807,7 @@ msgid "Discount (%)"
msgstr "छूट (%)"
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -1026,6 +1026,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1292,7 +1299,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1558,7 +1565,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1569,7 +1576,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1716,7 +1723,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1832,7 +1839,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/hr.po b/contract/i18n/hr.po
index d72f70929..9535682d1 100644
--- a/contract/i18n/hr.po
+++ b/contract/i18n/hr.po
@@ -353,7 +353,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -549,7 +549,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -567,13 +567,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -583,7 +583,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -595,7 +595,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -607,7 +607,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -619,7 +619,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -808,7 +808,7 @@ msgid "Discount (%)"
msgstr "Popust (%)"
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr "Popusti bi trebali biti manji ili jednaki 100"
@@ -1035,6 +1035,15 @@ msgstr "Vrsta izdavanja računa"
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+#, fuzzy
+#| msgid "Recurring Invoices"
+msgid "Is Recurring Note"
+msgstr "Ponavljajući računi"
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1303,7 +1312,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1571,7 +1580,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1582,7 +1591,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1729,7 +1738,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1845,7 +1854,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/hr_HR.po b/contract/i18n/hr_HR.po
index a6e0fa56b..81effa460 100644
--- a/contract/i18n/hr_HR.po
+++ b/contract/i18n/hr_HR.po
@@ -347,7 +347,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -547,7 +547,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -565,13 +565,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -581,7 +581,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -593,7 +593,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -605,7 +605,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -617,7 +617,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -810,7 +810,7 @@ msgid "Discount (%)"
msgstr "Popust (%)"
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr "Popust treba biti manji ili jednak 100"
@@ -1039,6 +1039,15 @@ msgstr "Tip izdavanja računa"
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+#, fuzzy
+#| msgid "Recurring Invoices"
+msgid "Is Recurring Note"
+msgstr "Ponavljajući računi"
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1307,7 +1316,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1581,7 +1590,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1592,7 +1601,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1739,7 +1748,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1855,7 +1864,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/hu.po b/contract/i18n/hu.po
index f1f47c8f7..cb9904f2f 100644
--- a/contract/i18n/hu.po
+++ b/contract/i18n/hu.po
@@ -343,7 +343,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -527,7 +527,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -545,13 +545,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -561,7 +561,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -573,7 +573,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -585,7 +585,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -597,7 +597,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -781,7 +781,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -990,6 +990,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1250,7 +1257,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1510,7 +1517,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1521,7 +1528,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1665,7 +1672,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1781,7 +1788,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/id.po b/contract/i18n/id.po
index 1de7d2389..0065b3179 100644
--- a/contract/i18n/id.po
+++ b/contract/i18n/id.po
@@ -339,7 +339,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -521,7 +521,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -539,13 +539,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -555,7 +555,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -567,7 +567,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -579,7 +579,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -591,7 +591,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -775,7 +775,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -984,6 +984,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1244,7 +1251,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1504,7 +1511,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1515,7 +1522,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1659,7 +1666,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1775,7 +1782,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/it.po b/contract/i18n/it.po
index eb8f51e18..1eed3b773 100644
--- a/contract/i18n/it.po
+++ b/contract/i18n/it.po
@@ -429,7 +429,7 @@ msgid "Cancel allowed?"
msgstr "Annullamento permesso?"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr "Annullamento non permesso per questa riga"
@@ -623,7 +623,7 @@ msgstr ""
"data finale"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr "Riga contratto ri-attivata: %s
- "
@@ -641,13 +641,13 @@ msgid "Contract line and its successor overlapped"
msgstr "Riga contratto e sua seguente sovrapposte"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr "Riga contratto annullata: %s
- "
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -661,7 +661,7 @@ msgstr ""
" "
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -679,7 +679,7 @@ msgstr ""
" "
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -697,7 +697,7 @@ msgstr ""
" "
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -715,7 +715,7 @@ msgstr ""
" "
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr "La riga contratto deve essere annullata prima di essere eliminata"
@@ -906,7 +906,7 @@ msgid "Discount (%)"
msgstr "Sconto (%)"
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr "Lo sconto dovrebbe essere minore o uguale a 100"
@@ -1126,6 +1126,15 @@ msgstr "Tipo fatturazione"
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+#, fuzzy
+#| msgid "Recurring Invoices"
+msgid "Is Recurring Note"
+msgstr "Fatture ricorrenti"
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1391,7 +1400,7 @@ msgid "Plan successor allowed?"
msgstr "Pianificazione successore permessa?"
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr "Pianificazione successore non permessa per questa riga"
@@ -1659,7 +1668,7 @@ msgid "Stop allowed?"
msgstr "Arresto permesso?"
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr "Arresto non permesso per questa riga"
@@ -1670,7 +1679,7 @@ msgid "Stop/Plan successor allowed?"
msgstr "Arresto/pianificazione del successore permessi?"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr "Arresto/pianificazione del successore non permessi per questa riga"
@@ -1825,7 +1834,7 @@ msgid "Un-cancel"
msgstr "Ri-attivare"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr "Ri-attivazione non permessa per questa riga"
@@ -1941,7 +1950,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/ja.po b/contract/i18n/ja.po
index 3610f1b04..642cd5516 100644
--- a/contract/i18n/ja.po
+++ b/contract/i18n/ja.po
@@ -339,7 +339,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -521,7 +521,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -539,13 +539,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -555,7 +555,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -567,7 +567,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -579,7 +579,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -591,7 +591,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -775,7 +775,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -984,6 +984,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1244,7 +1251,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1504,7 +1511,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1515,7 +1522,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1659,7 +1666,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1775,7 +1782,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/ko.po b/contract/i18n/ko.po
index b367da099..f5e5f8235 100644
--- a/contract/i18n/ko.po
+++ b/contract/i18n/ko.po
@@ -339,7 +339,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -521,7 +521,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -539,13 +539,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -555,7 +555,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -567,7 +567,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -579,7 +579,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -591,7 +591,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -775,7 +775,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -984,6 +984,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1244,7 +1251,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1504,7 +1511,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1515,7 +1522,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1659,7 +1666,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1775,7 +1782,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/lt.po b/contract/i18n/lt.po
index 253dec9dc..dc11979e2 100644
--- a/contract/i18n/lt.po
+++ b/contract/i18n/lt.po
@@ -340,7 +340,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -522,7 +522,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -540,13 +540,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -556,7 +556,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -568,7 +568,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -580,7 +580,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -592,7 +592,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -776,7 +776,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -985,6 +985,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1245,7 +1252,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1505,7 +1512,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1516,7 +1523,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1660,7 +1667,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1776,7 +1783,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/lt_LT.po b/contract/i18n/lt_LT.po
index 16b527fca..fc033080b 100644
--- a/contract/i18n/lt_LT.po
+++ b/contract/i18n/lt_LT.po
@@ -341,7 +341,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -523,7 +523,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -541,13 +541,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -557,7 +557,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -569,7 +569,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -581,7 +581,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -593,7 +593,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -777,7 +777,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -986,6 +986,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1246,7 +1253,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1506,7 +1513,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1517,7 +1524,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1661,7 +1668,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1777,7 +1784,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/lv.po b/contract/i18n/lv.po
index 5700e7cd5..6c1f924db 100644
--- a/contract/i18n/lv.po
+++ b/contract/i18n/lv.po
@@ -340,7 +340,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -522,7 +522,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -540,13 +540,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -556,7 +556,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -568,7 +568,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -580,7 +580,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -592,7 +592,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -776,7 +776,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -985,6 +985,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1245,7 +1252,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1505,7 +1512,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1516,7 +1523,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1660,7 +1667,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1776,7 +1783,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/mk.po b/contract/i18n/mk.po
index f56cfd46a..44e09717f 100644
--- a/contract/i18n/mk.po
+++ b/contract/i18n/mk.po
@@ -339,7 +339,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -521,7 +521,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -539,13 +539,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -555,7 +555,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -567,7 +567,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -579,7 +579,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -591,7 +591,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -775,7 +775,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -984,6 +984,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1244,7 +1251,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1504,7 +1511,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1515,7 +1522,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1659,7 +1666,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1775,7 +1782,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/mn.po b/contract/i18n/mn.po
index ebb1a7069..2d426f6f6 100644
--- a/contract/i18n/mn.po
+++ b/contract/i18n/mn.po
@@ -339,7 +339,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -521,7 +521,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -539,13 +539,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -555,7 +555,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -567,7 +567,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -579,7 +579,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -591,7 +591,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -775,7 +775,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -984,6 +984,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1244,7 +1251,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1504,7 +1511,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1515,7 +1522,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1659,7 +1666,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1775,7 +1782,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/nb.po b/contract/i18n/nb.po
index 23ee613e6..f14dc158c 100644
--- a/contract/i18n/nb.po
+++ b/contract/i18n/nb.po
@@ -340,7 +340,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -522,7 +522,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -540,13 +540,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -556,7 +556,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -568,7 +568,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -580,7 +580,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -592,7 +592,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -776,7 +776,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -985,6 +985,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1245,7 +1252,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1505,7 +1512,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1516,7 +1523,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1660,7 +1667,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1776,7 +1783,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/nb_NO.po b/contract/i18n/nb_NO.po
index 60ec3eaf2..aba82031f 100644
--- a/contract/i18n/nb_NO.po
+++ b/contract/i18n/nb_NO.po
@@ -340,7 +340,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -522,7 +522,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -540,13 +540,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -556,7 +556,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -568,7 +568,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -580,7 +580,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -592,7 +592,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -776,7 +776,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -987,6 +987,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1247,7 +1254,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1507,7 +1514,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1518,7 +1525,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1662,7 +1669,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1778,7 +1785,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/nl.po b/contract/i18n/nl.po
index b2e403192..6e98472ba 100644
--- a/contract/i18n/nl.po
+++ b/contract/i18n/nl.po
@@ -428,7 +428,7 @@ msgid "Cancel allowed?"
msgstr "Annuleren toestaan?"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr "Annuleren niet toegestaan voor deze regel"
@@ -626,7 +626,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr "Contract '%s' startdatum kan niet later zijn dan einddatum"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr "Contractregel annuleren ongedaan gemaakt: %s
- "
@@ -644,13 +644,13 @@ msgid "Contract line and its successor overlapped"
msgstr "Contractlijn en zijn opvolger overlappen elkaar"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr "Contractregel geannuleerd: %s
- "
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -665,7 +665,7 @@ msgstr ""
" "
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -683,7 +683,7 @@ msgstr ""
" "
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -701,7 +701,7 @@ msgstr ""
" "
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -719,7 +719,7 @@ msgstr ""
" "
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr "Contractregel moet worden geannuleerd voordat deze wordt verwijderd"
@@ -910,7 +910,7 @@ msgid "Discount (%)"
msgstr "Korting (%)"
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr "De korting moet kleiner of gelijk aan 100 zijn"
@@ -1134,6 +1134,15 @@ msgstr "Factuur soort"
msgid "Is Follower"
msgstr "Is een volger"
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+#, fuzzy
+#| msgid "Recurring Invoices"
+msgid "Is Recurring Note"
+msgstr "Periodieke facturen"
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1398,7 +1407,7 @@ msgid "Plan successor allowed?"
msgstr "Opvolger plannen toegestaan?"
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr "Plannen opvolger niet toegestaan voor deze regel"
@@ -1666,7 +1675,7 @@ msgid "Stop allowed?"
msgstr "Stoppen toegestaan?"
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr "Stoppen niet toegestaan voor deze regel"
@@ -1677,7 +1686,7 @@ msgid "Stop/Plan successor allowed?"
msgstr "Stoppen / Plannen opvolger toegestaan?"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr "Stoppen / Plannen opvolger is niet toegestaan"
@@ -1835,7 +1844,7 @@ msgid "Un-cancel"
msgstr "Terugdraaien van annuleren"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr "Terugdraaien van annuleren niet toegestaan voor deze regel"
@@ -1951,7 +1960,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/nl_BE.po b/contract/i18n/nl_BE.po
index e6b60d9fc..6dde64062 100644
--- a/contract/i18n/nl_BE.po
+++ b/contract/i18n/nl_BE.po
@@ -340,7 +340,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -522,7 +522,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -540,13 +540,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -556,7 +556,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -568,7 +568,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -580,7 +580,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -592,7 +592,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -776,7 +776,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -985,6 +985,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1245,7 +1252,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1505,7 +1512,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1516,7 +1523,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1660,7 +1667,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1776,7 +1783,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/nl_NL.po b/contract/i18n/nl_NL.po
index b435d60b0..3657b5849 100644
--- a/contract/i18n/nl_NL.po
+++ b/contract/i18n/nl_NL.po
@@ -342,7 +342,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -542,7 +542,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -560,13 +560,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -576,7 +576,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -588,7 +588,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -600,7 +600,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -612,7 +612,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -803,7 +803,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -1022,6 +1022,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1288,7 +1295,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1552,7 +1559,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1563,7 +1570,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1710,7 +1717,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1826,7 +1833,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/pl.po b/contract/i18n/pl.po
index 061b9a6a7..b4ef7a623 100644
--- a/contract/i18n/pl.po
+++ b/contract/i18n/pl.po
@@ -341,7 +341,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -523,7 +523,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -541,13 +541,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -557,7 +557,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -569,7 +569,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -581,7 +581,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -593,7 +593,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -777,7 +777,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -986,6 +986,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1246,7 +1253,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1506,7 +1513,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1517,7 +1524,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1661,7 +1668,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1777,7 +1784,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/pt.po b/contract/i18n/pt.po
index 3c34d0a01..57f85d66d 100644
--- a/contract/i18n/pt.po
+++ b/contract/i18n/pt.po
@@ -432,7 +432,7 @@ msgid "Cancel allowed?"
msgstr "Cancelamento autorizado?"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr "Cancelamento não autorizado para esta linha"
@@ -620,7 +620,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr "A data de início do contrato '%s' não pode ser posterior à data de fim"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr "Linha de Contrato Não Cancelada: %s
- "
@@ -638,13 +638,13 @@ msgid "Contract line and its successor overlapped"
msgstr "A linha do contrato e a sua sucessora sobrepuseram-se"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr "Linha do contrato cancelada: %s
- "
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -658,7 +658,7 @@ msgstr ""
" "
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -676,7 +676,7 @@ msgstr ""
" "
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -694,7 +694,7 @@ msgstr ""
" "
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -712,7 +712,7 @@ msgstr ""
" "
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr "A linha do contrato deve ser cancelada antes de eliminada"
@@ -900,7 +900,7 @@ msgid "Discount (%)"
msgstr "Desconto (%)"
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr "O desconto deve ser igual ou inferior a 100"
@@ -1120,6 +1120,15 @@ msgstr "Tipo de faturação"
msgid "Is Follower"
msgstr "É Seguidor"
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+#, fuzzy
+#| msgid "Recurring Invoices"
+msgid "Is Recurring Note"
+msgstr "Faturas Recorrentes"
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1381,7 +1390,7 @@ msgid "Plan successor allowed?"
msgstr "Autorizado plano sucessor?"
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr "Plano sucessor não é autorizado para esta linha"
@@ -1649,7 +1658,7 @@ msgid "Stop allowed?"
msgstr "Paragem autorizada?"
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr "Paragem não autorizada para esta linha"
@@ -1660,7 +1669,7 @@ msgid "Stop/Plan successor allowed?"
msgstr "Paragem/Plano sucessor autorizados?"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr "Paragem/Plano sucessor não autorizados para esta linha"
@@ -1818,7 +1827,7 @@ msgid "Un-cancel"
msgstr "Descancelar"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr "Descancelamento não autorizado para esta linha"
@@ -1934,7 +1943,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr "Não pode adiar uma linha de contrato já faturada pelo menos uma vez."
diff --git a/contract/i18n/pt_BR.po b/contract/i18n/pt_BR.po
index 12df23550..a25346d5e 100644
--- a/contract/i18n/pt_BR.po
+++ b/contract/i18n/pt_BR.po
@@ -420,7 +420,7 @@ msgid "Cancel allowed?"
msgstr "Cancelar Permitido?"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr "Não é permitido o cancelamento para esta linha"
@@ -603,7 +603,7 @@ msgstr ""
"Data inicial '%s' da linha do contrato não pode ser maior que a data final"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr "Linha do Contrato Não Cancelada: %s
- "
@@ -621,13 +621,13 @@ msgid "Contract line and its successor overlapped"
msgstr "A linha do contrato e seu sucessora se sobrepuseram"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr "Linha do contrato cancelada: %s
- "
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -641,7 +641,7 @@ msgstr ""
" "
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -659,7 +659,7 @@ msgstr ""
" "
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -677,7 +677,7 @@ msgstr ""
" "
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -695,7 +695,7 @@ msgstr ""
" "
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr "Linha do contrato deve ser cancelada antes de ser deletada"
@@ -883,7 +883,7 @@ msgid "Discount (%)"
msgstr "Desconto (%)"
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr "Desconto deve ser menor ou igual a 100"
@@ -1100,6 +1100,15 @@ msgstr "Tipo de Fatuamento"
msgid "Is Follower"
msgstr "É Seguidor"
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+#, fuzzy
+#| msgid "Recurring Invoices"
+msgid "Is Recurring Note"
+msgstr "Faturas recorrentes"
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1360,7 +1369,7 @@ msgid "Plan successor allowed?"
msgstr "Plano sucessor permitido?"
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr "Plano sucessor não permitido para esta linha"
@@ -1626,7 +1635,7 @@ msgid "Stop allowed?"
msgstr "Parar permitido?"
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr "Parar não permitido para esta linha"
@@ -1637,7 +1646,7 @@ msgid "Stop/Plan successor allowed?"
msgstr "Parar/Plano sucessor permitido?"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr "Parar/Plano sucessor não permitido para esta linha"
@@ -1783,7 +1792,7 @@ msgid "Un-cancel"
msgstr "Cancelar Cancelamento"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr "Cancelar cancelamento não permitido para esta linha"
@@ -1899,7 +1908,7 @@ msgid "You are not allowed to terminate contracts."
msgstr "Você não está autorizado a encerrar contratos."
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr "Você não pode adiar uma linha de contrato faturada pelo menos uma vez."
diff --git a/contract/i18n/pt_PT.po b/contract/i18n/pt_PT.po
index 89ad41eae..947f397f4 100644
--- a/contract/i18n/pt_PT.po
+++ b/contract/i18n/pt_PT.po
@@ -345,7 +345,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -529,7 +529,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -547,13 +547,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -563,7 +563,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -575,7 +575,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -587,7 +587,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -599,7 +599,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -783,7 +783,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -994,6 +994,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1254,7 +1261,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1514,7 +1521,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1525,7 +1532,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1669,7 +1676,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1785,7 +1792,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/ro.po b/contract/i18n/ro.po
index 7d1214b22..558d07a13 100644
--- a/contract/i18n/ro.po
+++ b/contract/i18n/ro.po
@@ -344,7 +344,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -528,7 +528,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -546,13 +546,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -562,7 +562,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -574,7 +574,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -586,7 +586,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -598,7 +598,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -782,7 +782,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -993,6 +993,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1253,7 +1260,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1513,7 +1520,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1524,7 +1531,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1668,7 +1675,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1784,7 +1791,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/ru.po b/contract/i18n/ru.po
index 33fa8021b..31fafb7d5 100644
--- a/contract/i18n/ru.po
+++ b/contract/i18n/ru.po
@@ -342,7 +342,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -538,7 +538,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -556,13 +556,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -572,7 +572,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -584,7 +584,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -596,7 +596,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -608,7 +608,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -797,7 +797,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -1016,6 +1016,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1281,7 +1288,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1547,7 +1554,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1558,7 +1565,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1705,7 +1712,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1821,7 +1828,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/sk.po b/contract/i18n/sk.po
index 865e954d0..d5a767fd2 100644
--- a/contract/i18n/sk.po
+++ b/contract/i18n/sk.po
@@ -339,7 +339,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -521,7 +521,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -539,13 +539,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -555,7 +555,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -567,7 +567,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -579,7 +579,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -591,7 +591,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -775,7 +775,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -984,6 +984,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1244,7 +1251,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1504,7 +1511,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1515,7 +1522,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1659,7 +1666,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1775,7 +1782,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/sk_SK.po b/contract/i18n/sk_SK.po
index b37cfbf64..757184169 100644
--- a/contract/i18n/sk_SK.po
+++ b/contract/i18n/sk_SK.po
@@ -344,7 +344,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -528,7 +528,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -546,13 +546,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -562,7 +562,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -574,7 +574,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -586,7 +586,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -598,7 +598,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -780,7 +780,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -989,6 +989,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1247,7 +1254,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1507,7 +1514,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1518,7 +1525,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1662,7 +1669,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1778,7 +1785,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/sl.po b/contract/i18n/sl.po
index f3990e8c8..96514703d 100644
--- a/contract/i18n/sl.po
+++ b/contract/i18n/sl.po
@@ -16,8 +16,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
-"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || "
-"n%100==4 ? 2 : 3;\n"
+"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
+"%100==4 ? 2 : 3;\n"
"X-Generator: Weblate 3.10\n"
#. module: contract
@@ -341,7 +341,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -523,7 +523,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -541,13 +541,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -557,7 +557,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -569,7 +569,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -581,7 +581,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -593,7 +593,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -775,7 +775,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -984,6 +984,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1242,7 +1249,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1502,7 +1509,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1513,7 +1520,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1657,7 +1664,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1773,7 +1780,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/sr.po b/contract/i18n/sr.po
index fb8f60222..effb9eb52 100644
--- a/contract/i18n/sr.po
+++ b/contract/i18n/sr.po
@@ -340,7 +340,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -522,7 +522,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -540,13 +540,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -556,7 +556,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -568,7 +568,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -580,7 +580,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -592,7 +592,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -776,7 +776,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -985,6 +985,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1243,7 +1250,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1503,7 +1510,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1514,7 +1521,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1658,7 +1665,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1774,7 +1781,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/sr@latin.po b/contract/i18n/sr@latin.po
index db3fe76f6..97679270c 100644
--- a/contract/i18n/sr@latin.po
+++ b/contract/i18n/sr@latin.po
@@ -341,7 +341,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -523,7 +523,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -541,13 +541,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -557,7 +557,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -569,7 +569,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -581,7 +581,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -593,7 +593,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -777,7 +777,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -986,6 +986,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1244,7 +1251,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1504,7 +1511,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1515,7 +1522,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1659,7 +1666,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1775,7 +1782,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/sv.po b/contract/i18n/sv.po
index 2aafe5f43..4fdd8fdd2 100644
--- a/contract/i18n/sv.po
+++ b/contract/i18n/sv.po
@@ -339,7 +339,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -521,7 +521,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -539,13 +539,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -555,7 +555,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -567,7 +567,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -579,7 +579,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -591,7 +591,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -775,7 +775,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -984,6 +984,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1244,7 +1251,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1504,7 +1511,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1515,7 +1522,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1659,7 +1666,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1775,7 +1782,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/th.po b/contract/i18n/th.po
index 30f70b002..1b70e6685 100644
--- a/contract/i18n/th.po
+++ b/contract/i18n/th.po
@@ -339,7 +339,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -521,7 +521,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -539,13 +539,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -555,7 +555,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -567,7 +567,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -579,7 +579,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -591,7 +591,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -775,7 +775,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -984,6 +984,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1244,7 +1251,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1504,7 +1511,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1515,7 +1522,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1659,7 +1666,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1775,7 +1782,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/tr.po b/contract/i18n/tr.po
index 89ecd6a72..eb25f4da9 100644
--- a/contract/i18n/tr.po
+++ b/contract/i18n/tr.po
@@ -416,7 +416,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -622,7 +622,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr "Sözleşme '%s' başlangıç tarihi, bitiş tarihinden sonra olamaz"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -640,13 +640,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -656,7 +656,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -668,7 +668,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -680,7 +680,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -692,7 +692,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -886,7 +886,7 @@ msgid "Discount (%)"
msgstr "İndirim (%)"
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr "İndirim 100'den az veya ona eşit olmalıdır"
@@ -1116,6 +1116,15 @@ msgstr "Fatura türü"
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+#, fuzzy
+#| msgid "Recurring Invoices"
+msgid "Is Recurring Note"
+msgstr "Tekrarlayan Faturalar"
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1386,7 +1395,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1664,7 +1673,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1675,7 +1684,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1824,7 +1833,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1942,7 +1951,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/tr_TR.po b/contract/i18n/tr_TR.po
index 5fcba5c3d..d4726a346 100644
--- a/contract/i18n/tr_TR.po
+++ b/contract/i18n/tr_TR.po
@@ -346,7 +346,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -542,7 +542,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -560,13 +560,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -576,7 +576,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -588,7 +588,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -600,7 +600,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -612,7 +612,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -801,7 +801,7 @@ msgid "Discount (%)"
msgstr "İndirim (%)"
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr "İndirim 100'den az veya ona eşit olmalıdır"
@@ -1029,6 +1029,15 @@ msgstr "Fatura türü"
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+#, fuzzy
+#| msgid "Recurring Invoices"
+msgid "Is Recurring Note"
+msgstr "Tekrarlayan Faturalar"
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1297,7 +1306,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1569,7 +1578,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1580,7 +1589,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1727,7 +1736,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1843,7 +1852,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/uk.po b/contract/i18n/uk.po
index 91c6894cc..fdf9f3fe0 100644
--- a/contract/i18n/uk.po
+++ b/contract/i18n/uk.po
@@ -340,7 +340,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -522,7 +522,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -540,13 +540,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -556,7 +556,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -568,7 +568,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -580,7 +580,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -592,7 +592,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -776,7 +776,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -985,6 +985,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1245,7 +1252,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1505,7 +1512,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1516,7 +1523,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1660,7 +1667,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1776,7 +1783,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/vi.po b/contract/i18n/vi.po
index c2b907855..eeb8bad56 100644
--- a/contract/i18n/vi.po
+++ b/contract/i18n/vi.po
@@ -339,7 +339,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -521,7 +521,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -539,13 +539,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -555,7 +555,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -567,7 +567,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -579,7 +579,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -591,7 +591,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -775,7 +775,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -984,6 +984,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1242,7 +1249,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1502,7 +1509,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1513,7 +1520,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1657,7 +1664,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1773,7 +1780,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/vi_VN.po b/contract/i18n/vi_VN.po
index dc256670e..7ef02c876 100644
--- a/contract/i18n/vi_VN.po
+++ b/contract/i18n/vi_VN.po
@@ -340,7 +340,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -522,7 +522,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -540,13 +540,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -556,7 +556,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -568,7 +568,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -580,7 +580,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -592,7 +592,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -776,7 +776,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -985,6 +985,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1245,7 +1252,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1505,7 +1512,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1516,7 +1523,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1660,7 +1667,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1776,7 +1783,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""
diff --git a/contract/i18n/zh_CN.po b/contract/i18n/zh_CN.po
index 5fcf5df63..24874729b 100644
--- a/contract/i18n/zh_CN.po
+++ b/contract/i18n/zh_CN.po
@@ -412,7 +412,7 @@ msgid "Cancel allowed?"
msgstr "取消允许?"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr "取消此行不允许"
@@ -610,7 +610,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr "合同行'%s'的开始日期不能晚于结束日期"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr "合同行未取消:%s
- "
@@ -628,13 +628,13 @@ msgid "Contract line and its successor overlapped"
msgstr "与接替的合同行重叠"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr "合同行取消:%s
- "
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -648,7 +648,7 @@ msgstr ""
" "
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -666,7 +666,7 @@ msgstr ""
" "
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -684,7 +684,7 @@ msgstr ""
" "
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -702,7 +702,7 @@ msgstr ""
" "
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr "必须在删除前取消合同行"
@@ -893,7 +893,7 @@ msgid "Discount (%)"
msgstr "折扣(%)"
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr "折扣应小于或等于100"
@@ -1108,6 +1108,15 @@ msgstr "发票类型"
msgid "Is Follower"
msgstr "是关注者"
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+#, fuzzy
+#| msgid "Recurring Invoices"
+msgid "Is Recurring Note"
+msgstr "重新发起发票"
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1372,7 +1381,7 @@ msgid "Plan successor allowed?"
msgstr "计划接替允许吗?"
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr "计划接替不允许此行"
@@ -1638,7 +1647,7 @@ msgid "Stop allowed?"
msgstr "停止允许?"
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr "停止不允许此行"
@@ -1649,7 +1658,7 @@ msgid "Stop/Plan successor allowed?"
msgstr "允许停止/计划接替?"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr "此线路不允许停止/计划接替"
@@ -1804,7 +1813,7 @@ msgid "Un-cancel"
msgstr "不要取消"
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr "此行不允许取消"
@@ -1920,7 +1929,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr "您不能延迟至少一次开具发票的合同行。"
diff --git a/contract/i18n/zh_TW.po b/contract/i18n/zh_TW.po
index 5b0d9bc61..538c69d8f 100644
--- a/contract/i18n/zh_TW.po
+++ b/contract/i18n/zh_TW.po
@@ -340,7 +340,7 @@ msgid "Cancel allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1086
+#: code:addons/contract/models/contract_line.py:1092
#, python-format
msgid "Cancel not allowed for this line"
msgstr ""
@@ -522,7 +522,7 @@ msgid "Contract line '%s' start date can't be later than end date"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1115
+#: code:addons/contract/models/contract_line.py:1121
#, python-format
msgid "Contract line Un-canceled: %s
- "
msgstr ""
@@ -540,13 +540,13 @@ msgid "Contract line and its successor overlapped"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1094
+#: code:addons/contract/models/contract_line.py:1100
#, python-format
msgid "Contract line canceled: %s
- "
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:886
+#: code:addons/contract/models/contract_line.py:892
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -556,7 +556,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:966
+#: code:addons/contract/models/contract_line.py:972
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -568,7 +568,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1262
+#: code:addons/contract/models/contract_line.py:1268
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -580,7 +580,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1074
+#: code:addons/contract/models/contract_line.py:1080
#, python-format
msgid ""
"Contract line for {product}\n"
@@ -592,7 +592,7 @@ msgid ""
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1314
+#: code:addons/contract/models/contract_line.py:1320
#, python-format
msgid "Contract line must be canceled before delete"
msgstr ""
@@ -776,7 +776,7 @@ msgid "Discount (%)"
msgstr ""
#. module: contract
-#: code:addons/contract/models/abstract_contract_line.py:241
+#: code:addons/contract/models/abstract_contract_line.py:242
#, python-format
msgid "Discount should be less or equal to 100"
msgstr ""
@@ -985,6 +985,13 @@ msgstr ""
msgid "Is Follower"
msgstr ""
+#. module: contract
+#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
+#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
+msgid "Is Recurring Note"
+msgstr ""
+
#. module: contract
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
msgid "Is suspension without end date"
@@ -1243,7 +1250,7 @@ msgid "Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:949
+#: code:addons/contract/models/contract_line.py:955
#, python-format
msgid "Plan successor not allowed for this line"
msgstr ""
@@ -1503,7 +1510,7 @@ msgid "Stop allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:869
+#: code:addons/contract/models/contract_line.py:875
#, python-format
msgid "Stop not allowed for this line"
msgstr ""
@@ -1514,7 +1521,7 @@ msgid "Stop/Plan successor allowed?"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1010
+#: code:addons/contract/models/contract_line.py:1016
#, python-format
msgid "Stop/Plan successor not allowed for this line"
msgstr ""
@@ -1658,7 +1665,7 @@ msgid "Un-cancel"
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:1107
+#: code:addons/contract/models/contract_line.py:1113
#, python-format
msgid "Un-cancel not allowed for this line"
msgstr ""
@@ -1774,7 +1781,7 @@ msgid "You are not allowed to terminate contracts."
msgstr ""
#. module: contract
-#: code:addons/contract/models/contract_line.py:819
+#: code:addons/contract/models/contract_line.py:825
#, python-format
msgid "You can't delay a contract line invoiced at least one time."
msgstr ""