From 0bb199129b808880a78a238eaadeb06285fc5af3 Mon Sep 17 00:00:00 2001 From: sbejaoui Date: Tue, 14 Apr 2020 11:25:09 +0200 Subject: [PATCH] [IMP] - Contract: add new recurring_rule_type quarterly and semesterly --- contract/__manifest__.py | 2 +- contract/i18n/am.po | 42 ++++++++++------ contract/i18n/ar.po | 42 ++++++++++------ contract/i18n/bg.po | 42 ++++++++++------ contract/i18n/bs.po | 42 ++++++++++------ contract/i18n/ca.po | 42 ++++++++++------ contract/i18n/contract.pot | 42 ++++++++++------ contract/i18n/cs.po | 42 ++++++++++------ contract/i18n/da.po | 42 ++++++++++------ contract/i18n/de.po | 42 ++++++++++------ contract/i18n/el_GR.po | 42 ++++++++++------ contract/i18n/en_GB.po | 42 ++++++++++------ contract/i18n/es.po | 42 ++++++++++------ contract/i18n/es_AR.po | 42 ++++++++++------ contract/i18n/es_CL.po | 42 ++++++++++------ contract/i18n/es_CO.po | 42 ++++++++++------ contract/i18n/es_CR.po | 42 ++++++++++------ contract/i18n/es_DO.po | 42 ++++++++++------ contract/i18n/es_EC.po | 42 ++++++++++------ contract/i18n/es_ES.po | 42 ++++++++++------ contract/i18n/es_MX.po | 42 ++++++++++------ contract/i18n/es_PY.po | 42 ++++++++++------ contract/i18n/es_VE.po | 42 ++++++++++------ contract/i18n/et.po | 42 ++++++++++------ contract/i18n/eu.po | 42 ++++++++++------ contract/i18n/fa.po | 42 ++++++++++------ contract/i18n/fi.po | 42 ++++++++++------ contract/i18n/fr.po | 42 ++++++++++------ contract/i18n/fr_CA.po | 42 ++++++++++------ contract/i18n/fr_CH.po | 42 ++++++++++------ contract/i18n/gl.po | 42 ++++++++++------ contract/i18n/gl_ES.po | 42 ++++++++++------ contract/i18n/he.po | 42 ++++++++++------ contract/i18n/hi_IN.po | 42 ++++++++++------ contract/i18n/hr.po | 42 ++++++++++------ contract/i18n/hr_HR.po | 42 ++++++++++------ contract/i18n/hu.po | 42 ++++++++++------ contract/i18n/id.po | 42 ++++++++++------ contract/i18n/it.po | 42 ++++++++++------ contract/i18n/ja.po | 42 ++++++++++------ contract/i18n/ko.po | 42 ++++++++++------ contract/i18n/lt.po | 42 ++++++++++------ contract/i18n/lt_LT.po | 42 ++++++++++------ contract/i18n/lv.po | 42 ++++++++++------ contract/i18n/mk.po | 42 ++++++++++------ contract/i18n/mn.po | 42 ++++++++++------ contract/i18n/nb.po | 42 ++++++++++------ contract/i18n/nb_NO.po | 42 ++++++++++------ contract/i18n/nl.po | 42 ++++++++++------ contract/i18n/nl_BE.po | 42 ++++++++++------ contract/i18n/nl_NL.po | 42 ++++++++++------ contract/i18n/pl.po | 42 ++++++++++------ contract/i18n/pt.po | 42 ++++++++++------ contract/i18n/pt_BR.po | 42 ++++++++++------ contract/i18n/pt_PT.po | 42 ++++++++++------ contract/i18n/ro.po | 42 ++++++++++------ contract/i18n/ru.po | 42 ++++++++++------ contract/i18n/sk.po | 42 ++++++++++------ contract/i18n/sk_SK.po | 42 ++++++++++------ contract/i18n/sl.po | 42 ++++++++++------ contract/i18n/sr.po | 42 ++++++++++------ contract/i18n/sr@latin.po | 42 ++++++++++------ contract/i18n/sv.po | 42 ++++++++++------ contract/i18n/th.po | 42 ++++++++++------ contract/i18n/tr.po | 42 ++++++++++------ contract/i18n/tr_TR.po | 42 ++++++++++------ contract/i18n/uk.po | 42 ++++++++++------ contract/i18n/vi.po | 42 ++++++++++------ contract/i18n/vi_VN.po | 42 ++++++++++------ contract/i18n/zh_CN.po | 42 ++++++++++------ contract/i18n/zh_TW.po | 42 ++++++++++------ contract/models/abstract_contract_line.py | 2 + contract/models/contract_line.py | 4 ++ contract/tests/test_contract.py | 60 +++++++++++++++++++++++ 74 files changed, 2027 insertions(+), 981 deletions(-) diff --git a/contract/__manifest__.py b/contract/__manifest__.py index 1f869ceaf..915a8a653 100644 --- a/contract/__manifest__.py +++ b/contract/__manifest__.py @@ -9,7 +9,7 @@ { 'name': 'Recurring - Contracts Management', - 'version': '12.0.7.1.0', + 'version': '12.0.7.2.0', 'category': 'Contract Management', 'license': 'AGPL-3', 'author': "OpenERP SA, " diff --git a/contract/i18n/am.po b/contract/i18n/am.po index 4fae3e7d8..a70898ba2 100644 --- a/contract/i18n/am.po +++ b/contract/i18n/am.po @@ -339,7 +339,7 @@ msgid "Cancel allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -555,7 +555,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -567,7 +567,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -579,7 +579,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -591,7 +591,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1244,7 +1244,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1310,6 +1310,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1394,6 +1401,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1490,7 +1504,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1501,7 +1515,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1645,7 +1659,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1761,7 +1775,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, python-format msgid "You can't delay a contract line invoiced at least one time." msgstr "" diff --git a/contract/i18n/ar.po b/contract/i18n/ar.po index 95baff2c3..388bc86de 100644 --- a/contract/i18n/ar.po +++ b/contract/i18n/ar.po @@ -340,7 +340,7 @@ msgid "Cancel allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -556,7 +556,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -568,7 +568,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -580,7 +580,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -592,7 +592,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1245,7 +1245,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1311,6 +1311,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1395,6 +1402,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1491,7 +1505,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1502,7 +1516,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1646,7 +1660,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1762,7 +1776,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, python-format msgid "You can't delay a contract line invoiced at least one time." msgstr "" diff --git a/contract/i18n/bg.po b/contract/i18n/bg.po index dee9ca893..749f70dec 100644 --- a/contract/i18n/bg.po +++ b/contract/i18n/bg.po @@ -339,7 +339,7 @@ msgid "Cancel allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -555,7 +555,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -567,7 +567,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -579,7 +579,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -591,7 +591,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1244,7 +1244,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1310,6 +1310,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1396,6 +1403,13 @@ msgstr "" msgid "Section" msgstr "Описание" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1492,7 +1506,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1503,7 +1517,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1647,7 +1661,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1763,7 +1777,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, python-format msgid "You can't delay a contract line invoiced at least one time." msgstr "" diff --git a/contract/i18n/bs.po b/contract/i18n/bs.po index 7dfbe9972..a5dadde48 100644 --- a/contract/i18n/bs.po +++ b/contract/i18n/bs.po @@ -340,7 +340,7 @@ msgid "Cancel allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -556,7 +556,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -568,7 +568,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -580,7 +580,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -592,7 +592,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1243,7 +1243,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1309,6 +1309,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1393,6 +1400,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1489,7 +1503,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1500,7 +1514,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1644,7 +1658,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1760,7 +1774,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, python-format msgid "You can't delay a contract line invoiced at least one time." msgstr "" diff --git a/contract/i18n/ca.po b/contract/i18n/ca.po index 244d507bd..a4c079574 100644 --- a/contract/i18n/ca.po +++ b/contract/i18n/ca.po @@ -418,7 +418,7 @@ msgid "Cancel allowed?" msgstr "Es permet cancel·lar?" #. module: contract -#: code:addons/contract/models/contract_line.py:1082 +#: code:addons/contract/models/contract_line.py:1086 #, python-format msgid "Cancel not allowed for this line" msgstr "" @@ -615,7 +615,7 @@ msgstr "" "Línia de Contracte '%s' la data d'inici no pot ser posterior a la data de fi" #. module: contract -#: code:addons/contract/models/contract_line.py:1111 +#: code:addons/contract/models/contract_line.py:1115 #, python-format msgid "Contract line Un-canceled: %s
- " msgstr "" @@ -633,13 +633,13 @@ msgid "Contract line and its successor overlapped" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -649,7 +649,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -661,7 +661,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -673,7 +673,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -685,7 +685,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, python-format msgid "Contract line must be canceled before delete" msgstr "La línia de Contracte ha de ser cancel·lada abans d'esborrar-la" @@ -874,7 +874,7 @@ msgid "Discount (%)" msgstr "Descompte (%)" #. module: contract -#: code:addons/contract/models/abstract_contract_line.py:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "El descompte ha de ser inferior o igual a 100" @@ -1353,7 +1353,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1419,6 +1419,13 @@ msgstr "Contractes de Compra" msgid "Quantity" msgstr "Quantitat" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1505,6 +1512,13 @@ msgstr "Contractes de Venda" msgid "Section" msgstr "Descripció" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1601,7 +1615,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1612,7 +1626,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1759,7 +1773,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1875,7 +1889,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, python-format msgid "You can't delay a contract line invoiced at least one time." msgstr "" diff --git a/contract/i18n/contract.pot b/contract/i18n/contract.pot index 5d937254c..ab4b57e63 100644 --- a/contract/i18n/contract.pot +++ b/contract/i18n/contract.pot @@ -318,7 +318,7 @@ msgid "Cancel allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1082 +#: code:addons/contract/models/contract_line.py:1086 #, python-format msgid "Cancel not allowed for this line" msgstr "" @@ -500,7 +500,7 @@ msgid "Contract line '%s' start date can't be later than end date" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1111 +#: code:addons/contract/models/contract_line.py:1115 #, python-format msgid "Contract line Un-canceled: %s
- " msgstr "" @@ -518,13 +518,13 @@ msgid "Contract line and its successor overlapped" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "Contract line for {product}\n" " stopped:
\n" @@ -533,7 +533,7 @@ msgid "Contract line for {product}\n" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "Contract line for {product}\n" " planned a successor:
\n" @@ -544,7 +544,7 @@ msgid "Contract line for {product}\n" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "Contract line for {product}\n" " renewed:
\n" @@ -555,7 +555,7 @@ msgid "Contract line for {product}\n" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "Contract line for {product}\n" " suspended:
\n" @@ -566,7 +566,7 @@ msgid "Contract line for {product}\n" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, python-format msgid "Contract line must be canceled before delete" msgstr "" @@ -745,7 +745,7 @@ msgid "Discount (%)" msgstr "" #. module: contract -#: code:addons/contract/models/abstract_contract_line.py:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1200,7 +1200,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1266,6 +1266,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1350,6 +1357,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1443,7 +1457,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1454,7 +1468,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1596,7 +1610,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1712,7 +1726,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, python-format msgid "You can't delay a contract line invoiced at least one time." msgstr "" diff --git a/contract/i18n/cs.po b/contract/i18n/cs.po index 213900786..9d7bc1ef2 100644 --- a/contract/i18n/cs.po +++ b/contract/i18n/cs.po @@ -339,7 +339,7 @@ msgid "Cancel allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -555,7 +555,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -567,7 +567,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -579,7 +579,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -591,7 +591,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1244,7 +1244,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1310,6 +1310,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1394,6 +1401,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1490,7 +1504,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1501,7 +1515,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1645,7 +1659,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1761,7 +1775,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, python-format msgid "You can't delay a contract line invoiced at least one time." msgstr "" diff --git a/contract/i18n/da.po b/contract/i18n/da.po index b2276ab68..a1e0d39c8 100644 --- a/contract/i18n/da.po +++ b/contract/i18n/da.po @@ -339,7 +339,7 @@ msgid "Cancel allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -555,7 +555,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -567,7 +567,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -579,7 +579,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -591,7 +591,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1244,7 +1244,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1310,6 +1310,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1394,6 +1401,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1490,7 +1504,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1501,7 +1515,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1645,7 +1659,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1761,7 +1775,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, python-format msgid "You can't delay a contract line invoiced at least one time." msgstr "" diff --git a/contract/i18n/de.po b/contract/i18n/de.po index aac9cc5f2..a9a40bdb2 100644 --- a/contract/i18n/de.po +++ b/contract/i18n/de.po @@ -413,7 +413,7 @@ msgid "Cancel allowed?" msgstr "Abbrechen erlaubt?" #. module: contract -#: code:addons/contract/models/contract_line.py:1082 +#: code:addons/contract/models/contract_line.py:1086 #, python-format msgid "Cancel not allowed for this line" msgstr "Das Abbrechen für diese Zeile ist nicht erlaubt." @@ -605,7 +605,7 @@ msgid "Contract line '%s' start date can't be later than end date" msgstr "Vertragsbeginn '%s' darf nicht nach dem Vertragsende liegen" #. module: contract -#: code:addons/contract/models/contract_line.py:1111 +#: code:addons/contract/models/contract_line.py:1115 #, python-format msgid "Contract line Un-canceled: %s
- " msgstr "Vertragsposition Storno aufgehoben: %s
- " @@ -623,13 +623,13 @@ msgid "Contract line and its successor overlapped" msgstr "Die Vertragsposition und dessen Nachfolger überlappen sich." #. module: contract -#: code:addons/contract/models/contract_line.py:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "Die Vertragsposition wurde abgebrochen: %s
- " #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -643,7 +643,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -661,7 +661,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -679,7 +679,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -697,7 +697,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, python-format msgid "Contract line must be canceled before delete" msgstr "" @@ -887,7 +887,7 @@ msgid "Discount (%)" msgstr "Rabatt (%)" #. module: contract -#: code:addons/contract/models/abstract_contract_line.py:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "Rabatt muss kleiner oder gleich 100 sein" @@ -1372,7 +1372,7 @@ msgid "Plan successor allowed?" msgstr "Nachfolger planen erlaubt?" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "Nachfolger planen für diese Position nicht zulässig" @@ -1438,6 +1438,13 @@ msgstr "Einkaufsverträge" msgid "Quantity" msgstr "Menge" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1522,6 +1529,13 @@ msgstr "Verkaufsverträge" msgid "Section" msgstr "Unterteilung" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1622,7 +1636,7 @@ msgid "Stop allowed?" msgstr "Beenden erlaubt?" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "Beenden für diese Position nicht zulässig" @@ -1633,7 +1647,7 @@ msgid "Stop/Plan successor allowed?" msgstr "Nachfolger beenden/planen erlaubt?" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "Nachfolger beenden/planen in dieser Position nicht zulässig" @@ -1779,7 +1793,7 @@ msgid "Un-cancel" msgstr "Stornoaufhebung" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "Stornoaufhebung für diese Position nicht zulässig" @@ -1895,7 +1909,7 @@ msgid "You are not allowed to terminate contracts." msgstr "Sie haben nicht das Recht, Verträge zu kündigen." #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, python-format msgid "You can't delay a contract line invoiced at least one time." msgstr "" diff --git a/contract/i18n/el_GR.po b/contract/i18n/el_GR.po index 551471b65..e5affef1c 100644 --- a/contract/i18n/el_GR.po +++ b/contract/i18n/el_GR.po @@ -344,7 +344,7 @@ msgid "Cancel allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -562,7 +562,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -574,7 +574,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -586,7 +586,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -598,7 +598,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1251,7 +1251,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1317,6 +1317,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1401,6 +1408,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1497,7 +1511,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1508,7 +1522,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1652,7 +1666,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1768,7 +1782,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, python-format msgid "You can't delay a contract line invoiced at least one time." msgstr "" diff --git a/contract/i18n/en_GB.po b/contract/i18n/en_GB.po index b7bb8bd0b..08e2cc021 100644 --- a/contract/i18n/en_GB.po +++ b/contract/i18n/en_GB.po @@ -340,7 +340,7 @@ msgid "Cancel allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -556,7 +556,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -568,7 +568,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -580,7 +580,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -592,7 +592,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1245,7 +1245,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1311,6 +1311,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1395,6 +1402,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1491,7 +1505,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1502,7 +1516,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1646,7 +1660,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1762,7 +1776,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, python-format msgid "You can't delay a contract line invoiced at least one time." msgstr "" diff --git a/contract/i18n/es.po b/contract/i18n/es.po index ef27c4ac1..d9b43380c 100644 --- a/contract/i18n/es.po +++ b/contract/i18n/es.po @@ -419,7 +419,7 @@ msgid "Cancel allowed?" msgstr "Cancelar permitido?" #. module: contract -#: code:addons/contract/models/contract_line.py:1082 +#: code:addons/contract/models/contract_line.py:1086 #, python-format msgid "Cancel not allowed for this line" msgstr "Cancelar no permitido para esta línea" @@ -605,7 +605,7 @@ msgstr "" "fecha de fin" #. module: contract -#: code:addons/contract/models/contract_line.py:1111 +#: code:addons/contract/models/contract_line.py:1115 #, python-format msgid "Contract line Un-canceled: %s
- " msgstr "Línea de contrato no cancelada: %s
- " @@ -623,13 +623,13 @@ msgid "Contract line and its successor overlapped" msgstr "Línea de contrato y su sucesor superpuestos" #. module: contract -#: code:addons/contract/models/contract_line.py:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "Línea de contrato cancelada: %s
- " #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -643,7 +643,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -661,7 +661,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -679,7 +679,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -697,7 +697,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, python-format msgid "Contract line must be canceled before delete" msgstr "La línea del contrato debe cancelarse antes de eliminar" @@ -888,7 +888,7 @@ msgid "Discount (%)" msgstr "Descuento (%)" #. module: contract -#: code:addons/contract/models/abstract_contract_line.py:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "El descuento debería ser menor o igual a 100" @@ -1380,7 +1380,7 @@ msgid "Plan successor allowed?" msgstr "Plan sucesor permitido?" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "El sucesor del plan no está permitido para esta línea" @@ -1446,6 +1446,13 @@ msgstr "Contratos de compras" msgid "Quantity" msgstr "Cantidad" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1532,6 +1539,13 @@ msgstr "Contratos de ventas" msgid "Section" msgstr "Descripción" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1634,7 +1648,7 @@ msgid "Stop allowed?" msgstr "Permitir detener?" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "Detener no permitido para esta línea" @@ -1645,7 +1659,7 @@ msgid "Stop/Plan successor allowed?" msgstr "Detener / Plan sucesor permitido?" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "El sucesor Stop / Plan no está permitido para esta línea" @@ -1803,7 +1817,7 @@ msgid "Un-cancel" msgstr "Descancelar" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "Descancelar no permitido para esta línea" @@ -1919,7 +1933,7 @@ msgid "You are not allowed to terminate contracts." msgstr "No tiene permitido rescindir contratos." #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, python-format msgid "You can't delay a contract line invoiced at least one time." msgstr "No puede retrasar una línea de contrato facturada al menos una vez." diff --git a/contract/i18n/es_AR.po b/contract/i18n/es_AR.po index 995d232d0..503a80662 100644 --- a/contract/i18n/es_AR.po +++ b/contract/i18n/es_AR.po @@ -340,7 +340,7 @@ msgid "Cancel allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -556,7 +556,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -568,7 +568,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -580,7 +580,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -592,7 +592,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1245,7 +1245,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1311,6 +1311,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1395,6 +1402,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1491,7 +1505,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1502,7 +1516,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1646,7 +1660,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1762,7 +1776,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 b4e5855d4..c5b36b53d 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -616,7 +616,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -628,7 +628,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -640,7 +640,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -652,7 +652,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1301,7 +1301,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1367,6 +1367,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1451,6 +1458,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1547,7 +1561,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1558,7 +1572,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1702,7 +1716,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1818,7 +1832,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 1224203be..3155e347a 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -556,7 +556,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -568,7 +568,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -580,7 +580,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -592,7 +592,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1241,7 +1241,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1307,6 +1307,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1391,6 +1398,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1487,7 +1501,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1498,7 +1512,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1642,7 +1656,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1758,7 +1772,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 69bf841fe..ec8736ddc 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -556,7 +556,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -568,7 +568,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -580,7 +580,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -592,7 +592,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1245,7 +1245,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1311,6 +1311,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1395,6 +1402,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1491,7 +1505,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1502,7 +1516,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1646,7 +1660,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1762,7 +1776,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 74e454a83..0f0908d40 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -556,7 +556,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -568,7 +568,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -580,7 +580,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -592,7 +592,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1241,7 +1241,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1307,6 +1307,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1391,6 +1398,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1487,7 +1501,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1498,7 +1512,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1642,7 +1656,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1758,7 +1772,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 853e07701..60608b04a 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -556,7 +556,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -568,7 +568,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -580,7 +580,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -592,7 +592,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1241,7 +1241,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1307,6 +1307,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1391,6 +1398,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1487,7 +1501,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1498,7 +1512,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1642,7 +1656,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1758,7 +1772,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 f48c7fdee..ce86caada 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -556,7 +556,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -568,7 +568,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -580,7 +580,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -592,7 +592,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1245,7 +1245,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1311,6 +1311,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1395,6 +1402,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1491,7 +1505,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1502,7 +1516,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1646,7 +1660,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1762,7 +1776,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 77d8e2a44..bccbc3ddc 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -562,7 +562,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -574,7 +574,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -586,7 +586,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -598,7 +598,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1251,7 +1251,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1317,6 +1317,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1401,6 +1408,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1497,7 +1511,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1508,7 +1522,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1652,7 +1666,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1768,7 +1782,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 e9d2eabe9..7f3f8ea21 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -556,7 +556,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -568,7 +568,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -580,7 +580,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -592,7 +592,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1241,7 +1241,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1307,6 +1307,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1391,6 +1398,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1487,7 +1501,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1498,7 +1512,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1642,7 +1656,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1758,7 +1772,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 d30a485ba..983664013 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -556,7 +556,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -568,7 +568,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -580,7 +580,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -592,7 +592,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1245,7 +1245,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1311,6 +1311,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1395,6 +1402,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1491,7 +1505,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1502,7 +1516,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1646,7 +1660,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1762,7 +1776,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 ba3ca41a6..affed1c3c 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -555,7 +555,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -567,7 +567,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -579,7 +579,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -591,7 +591,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1242,7 +1242,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1308,6 +1308,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1392,6 +1399,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1488,7 +1502,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1499,7 +1513,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1643,7 +1657,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1759,7 +1773,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 f3bab3efb..b9bc07c58 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -555,7 +555,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -567,7 +567,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -579,7 +579,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -591,7 +591,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1240,7 +1240,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1306,6 +1306,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1390,6 +1397,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1486,7 +1500,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1497,7 +1511,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1641,7 +1655,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1757,7 +1771,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 43a5be5c2..eaadfad18 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -555,7 +555,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -567,7 +567,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -579,7 +579,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -591,7 +591,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1244,7 +1244,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1310,6 +1310,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1394,6 +1401,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1490,7 +1504,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1501,7 +1515,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1645,7 +1659,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1761,7 +1775,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 ba5a61766..383b7c453 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "Sopimusrivi peruttu: %s
- " #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -646,7 +646,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -664,7 +664,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -682,7 +682,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -700,7 +700,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "Alennus voi olla korkeintaan 100" @@ -1369,7 +1369,7 @@ msgid "Plan successor allowed?" msgstr "Sopimuksen seuraaja sallittu" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "Sopimuksen seuraaja ei ole sallittu tälle riville" @@ -1435,6 +1435,13 @@ msgstr "Ostosopimukset" msgid "Quantity" msgstr "Määrä" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1521,6 +1528,13 @@ msgstr "Myyntisopimukset" msgid "Section" msgstr "Kuvaus" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1623,7 +1637,7 @@ msgid "Stop allowed?" msgstr "Päättäminen sallittu" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "Päättäminen ei ole sallittu tälle riville" @@ -1634,7 +1648,7 @@ msgid "Stop/Plan successor allowed?" msgstr "Päättäminen/sopimuksen seuraaja sallittu" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "Päättäminen/sopimuksen seuraaja ei ole sallittu tälle riville" @@ -1791,7 +1805,7 @@ msgid "Un-cancel" msgstr "Peru peruminen" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "Perumisen perumista ei ole sallittu tälle riville" @@ -1907,7 +1921,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 d0f351360..6d417975d 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "Ligne de contrat annulée : %s
- " #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -647,7 +647,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -665,7 +665,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -683,7 +683,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -702,7 +702,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "Remise doit être inférieur ou égale à 100" @@ -1375,7 +1375,7 @@ msgid "Plan successor allowed?" msgstr "Successeur de l'abonnement permis ?" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "Successeur de l'abonnement non autorisé sur cette ligne" @@ -1441,6 +1441,13 @@ msgstr "Contrats d'achat" msgid "Quantity" msgstr "Quantité" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1527,6 +1534,13 @@ msgstr "Contrats de vente" msgid "Section" msgstr "Description" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1629,7 +1643,7 @@ msgid "Stop allowed?" msgstr "Interruption autorisée ?" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "Interruption non autorisée pour cette ligne" @@ -1640,7 +1654,7 @@ msgid "Stop/Plan successor allowed?" msgstr "Interruption / Planifier un successeur autorisé ?" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "Interruption / Planifier un successeur non autorisé sur cette ligne" @@ -1787,7 +1801,7 @@ msgid "Un-cancel" msgstr "Annuler l'annulation" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "Annulation de l'annulation non autorisée pour cette ligne" @@ -1903,7 +1917,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:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 2b2dfb5c8..a4d4da2dd 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -556,7 +556,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -568,7 +568,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -580,7 +580,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -592,7 +592,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1247,7 +1247,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1313,6 +1313,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1397,6 +1404,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1493,7 +1507,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1504,7 +1518,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1648,7 +1662,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1764,7 +1778,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 894858260..64f1be654 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -556,7 +556,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -568,7 +568,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -580,7 +580,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -592,7 +592,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1245,7 +1245,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1311,6 +1311,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1395,6 +1402,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1491,7 +1505,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1502,7 +1516,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1646,7 +1660,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1762,7 +1776,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 42138f7dc..e24c2709d 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -655,7 +655,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -667,7 +667,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -679,7 +679,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -691,7 +691,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "O desconto debería de ser menor ou igual a 100" @@ -1389,7 +1389,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1457,6 +1457,13 @@ msgstr "Contratos de compras" msgid "Quantity" msgstr "Cantidade" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1553,6 +1560,13 @@ msgstr "Contratos de vendas" msgid "Section" msgstr "Descrición" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1651,7 +1665,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1662,7 +1676,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1811,7 +1825,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1929,7 +1943,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 d40ccba9c..56839a7de 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -556,7 +556,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -568,7 +568,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -580,7 +580,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -592,7 +592,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1241,7 +1241,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1307,6 +1307,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1391,6 +1398,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1487,7 +1501,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1498,7 +1512,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1642,7 +1656,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1758,7 +1772,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 cdce81e45..1b5380fdf 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -555,7 +555,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -567,7 +567,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -579,7 +579,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -591,7 +591,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1244,7 +1244,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1310,6 +1310,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1394,6 +1401,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1490,7 +1504,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1501,7 +1515,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1645,7 +1659,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1761,7 +1775,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 dd3e837ab..c5e21fd9f 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -580,7 +580,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -592,7 +592,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -604,7 +604,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -616,7 +616,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1292,7 +1292,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1360,6 +1360,13 @@ msgstr "अनुबंध" msgid "Quantity" msgstr "संख्या" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1448,6 +1455,13 @@ msgstr "अनुबंध" msgid "Section" msgstr "विवरण" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1544,7 +1558,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1555,7 +1569,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1702,7 +1716,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1818,7 +1832,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 3d22101f6..207433786 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -583,7 +583,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -595,7 +595,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -607,7 +607,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -619,7 +619,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "Popusti bi trebali biti manji ili jednaki 100" @@ -1303,7 +1303,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1371,6 +1371,13 @@ msgstr "Ugovori" msgid "Quantity" msgstr "Količina" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1461,6 +1468,13 @@ msgstr "Ugovori" msgid "Section" msgstr "Opis" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1557,7 +1571,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1568,7 +1582,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1715,7 +1729,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1831,7 +1845,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 6e9c91b6a..291d7e092 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -581,7 +581,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -593,7 +593,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -605,7 +605,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -617,7 +617,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "Popust treba biti manji ili jednak 100" @@ -1307,7 +1307,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1375,6 +1375,13 @@ msgstr "Ugovori" msgid "Quantity" msgstr "Količina" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1469,6 +1476,13 @@ msgstr "Ugovori" msgid "Section" msgstr "Opis" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1567,7 +1581,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1578,7 +1592,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1725,7 +1739,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1841,7 +1855,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 c44cdaccd..d1c1e17bc 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -561,7 +561,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -573,7 +573,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -585,7 +585,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -597,7 +597,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1250,7 +1250,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1316,6 +1316,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1400,6 +1407,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1496,7 +1510,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1507,7 +1521,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1651,7 +1665,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1767,7 +1781,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 c26553898..35c22145b 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -555,7 +555,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -567,7 +567,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -579,7 +579,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -591,7 +591,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1244,7 +1244,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1310,6 +1310,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1394,6 +1401,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1490,7 +1504,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1501,7 +1515,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1645,7 +1659,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1761,7 +1775,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 5736e2134..6cf791786 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "Riga contratto annullata: %s
- " #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -661,7 +661,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -679,7 +679,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -697,7 +697,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -715,7 +715,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "Lo sconto dovrebbe essere minore o uguale a 100" @@ -1391,7 +1391,7 @@ msgid "Plan successor allowed?" msgstr "Pianificazione successore permessa?" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "Pianificazione successore non permessa per questa riga" @@ -1457,6 +1457,13 @@ msgstr "Contratti di acquisto" msgid "Quantity" msgstr "Quantità" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1543,6 +1550,13 @@ msgstr "Contratti di vendita" msgid "Section" msgstr "Descrizione" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1645,7 +1659,7 @@ msgid "Stop allowed?" msgstr "Arresto permesso?" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "Arresto non permesso per questa riga" @@ -1656,7 +1670,7 @@ msgid "Stop/Plan successor allowed?" msgstr "Arresto/pianificazione del successore permessi?" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "Arresto/pianificazione del successore non permessi per questa riga" @@ -1811,7 +1825,7 @@ msgid "Un-cancel" msgstr "Ri-attivare" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "Ri-attivazione non permessa per questa riga" @@ -1927,7 +1941,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 dc25b8ea2..b12c86150 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -555,7 +555,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -567,7 +567,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -579,7 +579,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -591,7 +591,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1244,7 +1244,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1310,6 +1310,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1394,6 +1401,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1490,7 +1504,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1501,7 +1515,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1645,7 +1659,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1761,7 +1775,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 fa7c7c118..1b51b5dd9 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -555,7 +555,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -567,7 +567,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -579,7 +579,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -591,7 +591,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1244,7 +1244,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1310,6 +1310,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1394,6 +1401,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1490,7 +1504,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1501,7 +1515,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1645,7 +1659,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1761,7 +1775,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 986dff297..b577d6b9f 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -556,7 +556,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -568,7 +568,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -580,7 +580,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -592,7 +592,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1245,7 +1245,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1311,6 +1311,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1395,6 +1402,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1491,7 +1505,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1502,7 +1516,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1646,7 +1660,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1762,7 +1776,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 5002d702e..57dc25ace 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -557,7 +557,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -569,7 +569,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -581,7 +581,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -593,7 +593,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1246,7 +1246,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1312,6 +1312,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1396,6 +1403,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1492,7 +1506,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1503,7 +1517,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1647,7 +1661,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1763,7 +1777,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 2bb3731de..8985a7484 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -556,7 +556,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -568,7 +568,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -580,7 +580,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -592,7 +592,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1245,7 +1245,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1311,6 +1311,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1395,6 +1402,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1491,7 +1505,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1502,7 +1516,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1646,7 +1660,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1762,7 +1776,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 36580e118..7b2e1645e 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -555,7 +555,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -567,7 +567,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -579,7 +579,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -591,7 +591,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1244,7 +1244,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1310,6 +1310,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1394,6 +1401,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1490,7 +1504,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1501,7 +1515,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1645,7 +1659,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1761,7 +1775,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 0dc10e301..9f98c4515 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -555,7 +555,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -567,7 +567,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -579,7 +579,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -591,7 +591,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1244,7 +1244,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1310,6 +1310,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1394,6 +1401,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1490,7 +1504,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1501,7 +1515,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1645,7 +1659,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1761,7 +1775,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 f9e334ff0..92d742d39 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -556,7 +556,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -568,7 +568,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -580,7 +580,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -592,7 +592,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1245,7 +1245,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1311,6 +1311,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1395,6 +1402,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1491,7 +1505,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1502,7 +1516,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1646,7 +1660,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1762,7 +1776,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 95e76f70b..3852a7d01 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -556,7 +556,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -568,7 +568,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -580,7 +580,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -592,7 +592,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1247,7 +1247,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1313,6 +1313,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1397,6 +1404,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1493,7 +1507,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1504,7 +1518,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1648,7 +1662,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1764,7 +1778,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 cdc1775b1..1b23bf951 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "Contractregel geannuleerd: %s
- " #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -665,7 +665,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -683,7 +683,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -701,7 +701,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -719,7 +719,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "De korting moet kleiner of gelijk aan 100 zijn" @@ -1398,7 +1398,7 @@ msgid "Plan successor allowed?" msgstr "Opvolger plannen toegestaan?" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "Plannen opvolger niet toegestaan voor deze regel" @@ -1464,6 +1464,13 @@ msgstr "Inkoop Contracten" msgid "Quantity" msgstr "Hoeveelheid" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1552,6 +1559,13 @@ msgstr "Verkoop Contracten" msgid "Section" msgstr "Omschrijving" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1652,7 +1666,7 @@ msgid "Stop allowed?" msgstr "Stoppen toegestaan?" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "Stoppen niet toegestaan voor deze regel" @@ -1663,7 +1677,7 @@ msgid "Stop/Plan successor allowed?" msgstr "Stoppen / Plannen opvolger toegestaan?" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "Stoppen / Plannen opvolger is niet toegestaan" @@ -1821,7 +1835,7 @@ msgid "Un-cancel" msgstr "Terugdraaien van annuleren" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "Terugdraaien van annuleren niet toegestaan voor deze regel" @@ -1937,7 +1951,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 b6da93f74..fd59175e3 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -556,7 +556,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -568,7 +568,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -580,7 +580,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -592,7 +592,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1245,7 +1245,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1311,6 +1311,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1395,6 +1402,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1491,7 +1505,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1502,7 +1516,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1646,7 +1660,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1762,7 +1776,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 b1ad2433d..f72a59142 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -576,7 +576,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -588,7 +588,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -600,7 +600,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -612,7 +612,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1288,7 +1288,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1356,6 +1356,13 @@ msgstr "Contracten" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1442,6 +1449,13 @@ msgstr "Contracten" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1538,7 +1552,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1549,7 +1563,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1696,7 +1710,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1812,7 +1826,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 18c410015..02334b5cc 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -557,7 +557,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -569,7 +569,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -581,7 +581,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -593,7 +593,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1246,7 +1246,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1312,6 +1312,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1396,6 +1403,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1492,7 +1506,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1503,7 +1517,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1647,7 +1661,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1763,7 +1777,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 ea4430b94..bf5600a8e 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "Linha do contrato cancelada: %s
- " #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -658,7 +658,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -676,7 +676,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -694,7 +694,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -712,7 +712,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "O desconto deve ser igual ou inferior a 100" @@ -1381,7 +1381,7 @@ msgid "Plan successor allowed?" msgstr "Autorizado plano sucessor?" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "Plano sucessor não é autorizado para esta linha" @@ -1447,6 +1447,13 @@ msgstr "Contratos de Compras" msgid "Quantity" msgstr "Quantidade" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1533,6 +1540,13 @@ msgstr "Contratos de Vendas" msgid "Section" msgstr "Descrição" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1635,7 +1649,7 @@ msgid "Stop allowed?" msgstr "Paragem autorizada?" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "Paragem não autorizada para esta linha" @@ -1646,7 +1660,7 @@ msgid "Stop/Plan successor allowed?" msgstr "Paragem/Plano sucessor autorizados?" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "Paragem/Plano sucessor não autorizados para esta linha" @@ -1804,7 +1818,7 @@ msgid "Un-cancel" msgstr "Descancelar" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "Descancelamento não autorizado para esta linha" @@ -1920,7 +1934,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 138a30630..e07216a59 100644 --- a/contract/i18n/pt_BR.po +++ b/contract/i18n/pt_BR.po @@ -425,7 +425,7 @@ msgid "Cancel allowed?" msgstr "Cancelar Permitido?" #. module: contract -#: code:addons/contract/models/contract_line.py:1082 +#: code:addons/contract/models/contract_line.py:1086 #, python-format msgid "Cancel not allowed for this line" msgstr "Não é permitido o cancelamento para esta linha" @@ -616,7 +616,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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, python-format msgid "Contract line Un-canceled: %s
- " msgstr "Linha do Contrato Não Cancelada: %s
- " @@ -634,13 +634,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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "Linha do contrato cancelada: %s
- " #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -654,7 +654,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -672,7 +672,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -690,7 +690,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -708,7 +708,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, python-format msgid "Contract line must be canceled before delete" msgstr "Linha do contrato deve ser cancelada antes de ser deletada" @@ -894,7 +894,7 @@ msgid "Discount (%)" msgstr "Desconto (%)" #. module: contract -#: code:addons/contract/models/abstract_contract_line.py:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "Desconto deve ser menor ou igual a 100" @@ -1374,7 +1374,7 @@ msgid "Plan successor allowed?" msgstr "Plano sucessor permitido?" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "Plano sucessor não permitido para esta linha" @@ -1440,6 +1440,13 @@ msgstr "Contratos de Compra" msgid "Quantity" msgstr "Quantidade" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1526,6 +1533,13 @@ msgstr "Contratos de Venda" msgid "Section" msgstr "Descrição" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1628,7 +1642,7 @@ msgid "Stop allowed?" msgstr "Parar permitido?" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "Parar não permitido para esta linha" @@ -1639,7 +1653,7 @@ msgid "Stop/Plan successor allowed?" msgstr "Parar/Plano sucessor permitido?" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "Parar/Plano sucessor não permitido para esta linha" @@ -1796,7 +1810,7 @@ msgid "Un-cancel" msgstr "Cancelar Cancelamento" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "Cancelar cancelamento não permitido para esta linha" @@ -1912,7 +1926,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 28891ab8a..325e0aa4d 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -563,7 +563,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -575,7 +575,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -587,7 +587,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -599,7 +599,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1254,7 +1254,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1320,6 +1320,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1404,6 +1411,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1500,7 +1514,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1511,7 +1525,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1655,7 +1669,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1771,7 +1785,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 c1c1833fd..065cc8629 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -562,7 +562,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -574,7 +574,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -586,7 +586,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -598,7 +598,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1253,7 +1253,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1319,6 +1319,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1403,6 +1410,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1499,7 +1513,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1510,7 +1524,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1654,7 +1668,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1770,7 +1784,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 26aabbf11..1d8b0e770 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -572,7 +572,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -584,7 +584,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -596,7 +596,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -608,7 +608,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1281,7 +1281,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1349,6 +1349,13 @@ msgstr "Договоры" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1437,6 +1444,13 @@ msgstr "Договоры" msgid "Section" msgstr "Описание" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1533,7 +1547,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1544,7 +1558,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1691,7 +1705,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1807,7 +1821,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 2847ce1cc..603d507af 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -555,7 +555,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -567,7 +567,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -579,7 +579,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -591,7 +591,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1244,7 +1244,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1310,6 +1310,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1394,6 +1401,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1490,7 +1504,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1501,7 +1515,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1645,7 +1659,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1761,7 +1775,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 41c576c44..b4432cea3 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -562,7 +562,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -574,7 +574,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -586,7 +586,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -598,7 +598,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1247,7 +1247,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1313,6 +1313,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1397,6 +1404,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1493,7 +1507,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1504,7 +1518,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1648,7 +1662,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1764,7 +1778,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 b0bd3abb3..6b45346db 100644 --- a/contract/i18n/sl.po +++ b/contract/i18n/sl.po @@ -344,7 +344,7 @@ msgid "Cancel allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -562,7 +562,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -574,7 +574,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -586,7 +586,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -598,7 +598,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1255,7 +1255,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1321,6 +1321,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1407,6 +1414,13 @@ msgstr "" msgid "Section" msgstr "Opis" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1503,7 +1517,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1514,7 +1528,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1658,7 +1672,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1774,7 +1788,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 5e96cbb31..c921504a9 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -556,7 +556,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -568,7 +568,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -580,7 +580,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -592,7 +592,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1243,7 +1243,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1309,6 +1309,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1393,6 +1400,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1489,7 +1503,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1500,7 +1514,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1644,7 +1658,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1760,7 +1774,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 bfa8a9564..fdb459139 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -557,7 +557,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -569,7 +569,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -581,7 +581,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -593,7 +593,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1244,7 +1244,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1310,6 +1310,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1394,6 +1401,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1490,7 +1504,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1501,7 +1515,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1645,7 +1659,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1761,7 +1775,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 a3230002d..d0c991d0b 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -555,7 +555,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -567,7 +567,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -579,7 +579,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -591,7 +591,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1244,7 +1244,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1310,6 +1310,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1394,6 +1401,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1490,7 +1504,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1501,7 +1515,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1645,7 +1659,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1761,7 +1775,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 81a83a74d..4820ef01f 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -555,7 +555,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -567,7 +567,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -579,7 +579,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -591,7 +591,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1244,7 +1244,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1310,6 +1310,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1394,6 +1401,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1490,7 +1504,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1501,7 +1515,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1645,7 +1659,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1761,7 +1775,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 0e02cc785..dbd83142a 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -656,7 +656,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -668,7 +668,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -680,7 +680,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -692,7 +692,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "İndirim 100'den az veya ona eşit olmalıdır" @@ -1386,7 +1386,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1455,6 +1455,13 @@ msgstr "Sözleşmeler" msgid "Quantity" msgstr "Miktar" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1552,6 +1559,13 @@ msgstr "Sözleşmeler" msgid "Section" msgstr "Açıklama" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1650,7 +1664,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1661,7 +1675,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1810,7 +1824,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1928,7 +1942,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 57bc9eed5..30e9bab0c 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -576,7 +576,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -588,7 +588,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -600,7 +600,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -612,7 +612,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "İndirim 100'den az veya ona eşit olmalıdır" @@ -1297,7 +1297,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1365,6 +1365,13 @@ msgstr "Sözleşmeler" msgid "Quantity" msgstr "Miktar" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1457,6 +1464,13 @@ msgstr "Sözleşmeler" msgid "Section" msgstr "Açıklama" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1555,7 +1569,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1566,7 +1580,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1713,7 +1727,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1829,7 +1843,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 da5a86fe6..fcdbdcb70 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -556,7 +556,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -568,7 +568,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -580,7 +580,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -592,7 +592,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1245,7 +1245,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1311,6 +1311,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1395,6 +1402,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1491,7 +1505,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1502,7 +1516,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1646,7 +1660,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1762,7 +1776,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 239104fba..18efcfb56 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -555,7 +555,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -567,7 +567,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -579,7 +579,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -591,7 +591,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1242,7 +1242,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1308,6 +1308,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1392,6 +1399,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1488,7 +1502,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1499,7 +1513,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1643,7 +1657,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1759,7 +1773,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 09f5c8b40..2444d57b4 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -556,7 +556,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -568,7 +568,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -580,7 +580,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -592,7 +592,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1245,7 +1245,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1311,6 +1311,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1395,6 +1402,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1491,7 +1505,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1502,7 +1516,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1646,7 +1660,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1762,7 +1776,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 7dc0f521b..fcdf3792b 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "合同行取消:%s
- " #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -648,7 +648,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -666,7 +666,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -684,7 +684,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -702,7 +702,7 @@ msgstr "" " " #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "折扣应小于或等于100" @@ -1372,7 +1372,7 @@ msgid "Plan successor allowed?" msgstr "计划接替允许吗?" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "计划接替不允许此行" @@ -1438,6 +1438,13 @@ msgstr "采购合同" msgid "Quantity" msgstr "数量" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1524,6 +1531,13 @@ msgstr "销售合同" msgid "Section" msgstr "说明" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1624,7 +1638,7 @@ msgid "Stop allowed?" msgstr "停止允许?" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "停止不允许此行" @@ -1635,7 +1649,7 @@ msgid "Stop/Plan successor allowed?" msgstr "允许停止/计划接替?" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "此线路不允许停止/计划接替" @@ -1790,7 +1804,7 @@ msgid "Un-cancel" msgstr "不要取消" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "此行不允许取消" @@ -1906,7 +1920,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, 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 9abcb508d..a909c671e 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:1082 +#: code:addons/contract/models/contract_line.py:1086 #, 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:1111 +#: code:addons/contract/models/contract_line.py:1115 #, 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:1090 +#: code:addons/contract/models/contract_line.py:1094 #, python-format msgid "Contract line canceled: %s
- " msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:882 +#: code:addons/contract/models/contract_line.py:886 #, python-format msgid "" "Contract line for {product}\n" @@ -556,7 +556,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:962 +#: code:addons/contract/models/contract_line.py:966 #, python-format msgid "" "Contract line for {product}\n" @@ -568,7 +568,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1258 +#: code:addons/contract/models/contract_line.py:1262 #, python-format msgid "" "Contract line for {product}\n" @@ -580,7 +580,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1070 +#: code:addons/contract/models/contract_line.py:1074 #, python-format msgid "" "Contract line for {product}\n" @@ -592,7 +592,7 @@ msgid "" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1310 +#: code:addons/contract/models/contract_line.py:1314 #, 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:233 +#: code:addons/contract/models/abstract_contract_line.py:235 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -1243,7 +1243,7 @@ msgid "Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:945 +#: code:addons/contract/models/contract_line.py:949 #, python-format msgid "Plan successor not allowed for this line" msgstr "" @@ -1309,6 +1309,13 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Quarter(s)" +msgstr "" + #. module: contract #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type #: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type @@ -1393,6 +1400,13 @@ msgstr "" msgid "Section" msgstr "" +#. module: contract +#: selection:contract.abstract.contract.line,recurring_rule_type:0 +#: selection:contract.line,recurring_rule_type:0 +#: selection:contract.template.line,recurring_rule_type:0 +msgid "Semester(s)" +msgstr "" + #. module: contract #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view msgid "Send by Email" @@ -1489,7 +1503,7 @@ msgid "Stop allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:865 +#: code:addons/contract/models/contract_line.py:869 #, python-format msgid "Stop not allowed for this line" msgstr "" @@ -1500,7 +1514,7 @@ msgid "Stop/Plan successor allowed?" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1006 +#: code:addons/contract/models/contract_line.py:1010 #, python-format msgid "Stop/Plan successor not allowed for this line" msgstr "" @@ -1644,7 +1658,7 @@ msgid "Un-cancel" msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:1103 +#: code:addons/contract/models/contract_line.py:1107 #, python-format msgid "Un-cancel not allowed for this line" msgstr "" @@ -1760,7 +1774,7 @@ msgid "You are not allowed to terminate contracts." msgstr "" #. module: contract -#: code:addons/contract/models/contract_line.py:815 +#: code:addons/contract/models/contract_line.py:819 #, python-format msgid "You can't delay a contract line invoiced at least one time." msgstr "" diff --git a/contract/models/abstract_contract_line.py b/contract/models/abstract_contract_line.py index a1ed154dc..a7c603367 100644 --- a/contract/models/abstract_contract_line.py +++ b/contract/models/abstract_contract_line.py @@ -59,6 +59,8 @@ class ContractAbstractContractLine(models.AbstractModel): ('weekly', 'Week(s)'), ('monthly', 'Month(s)'), ('monthlylastday', 'Month(s) last day'), + ('quarterly', 'Quarter(s)'), + ('semesterly', 'Semester(s)'), ('yearly', 'Year(s)'), ], default='monthly', diff --git a/contract/models/contract_line.py b/contract/models/contract_line.py index e5074d654..d67447965 100644 --- a/contract/models/contract_line.py +++ b/contract/models/contract_line.py @@ -799,6 +799,10 @@ class ContractLine(models.Model): return relativedelta(months=interval) elif recurring_rule_type == 'monthlylastday': return relativedelta(months=interval, day=1) + elif recurring_rule_type == 'quarterly': + return relativedelta(months=3 * interval) + elif recurring_rule_type == 'semesterly': + return relativedelta(months=6 * interval) else: return relativedelta(years=interval) diff --git a/contract/tests/test_contract.py b/contract/tests/test_contract.py index e4b9c7d77..c31c2cbc5 100644 --- a/contract/tests/test_contract.py +++ b/contract/tests/test_contract.py @@ -272,6 +272,66 @@ class TestContract(TestContractBase): ) self.assertEqual(self.acct_line.last_date_invoiced, last_date_invoiced) + def test_contract_quarterly_pre_paid(self): + recurring_next_date = to_date('2018-05-22') + last_date_invoiced = to_date('2018-05-21') + self.acct_line.date_end = '2020-02-22' + self.acct_line.recurring_next_date = '2018-02-22' + self.acct_line.recurring_rule_type = 'quarterly' + self.acct_line.recurring_invoicing_type = 'pre-paid' + self.contract.recurring_create_invoice() + invoices_weekly = self.contract._get_related_invoices() + self.assertTrue(invoices_weekly) + self.assertEqual( + self.acct_line.recurring_next_date, recurring_next_date + ) + self.assertEqual(self.acct_line.last_date_invoiced, last_date_invoiced) + + def test_contract_quarterly_post_paid(self): + recurring_next_date = to_date('2018-05-22') + last_date_invoiced = to_date('2018-02-21') + self.acct_line.date_end = '2020-02-22' + self.acct_line.recurring_next_date = '2018-02-22' + self.acct_line.recurring_rule_type = 'quarterly' + self.acct_line.recurring_invoicing_type = 'post-paid' + self.contract.recurring_create_invoice() + invoices_weekly = self.contract._get_related_invoices() + self.assertTrue(invoices_weekly) + self.assertEqual( + self.acct_line.recurring_next_date, recurring_next_date + ) + self.assertEqual(self.acct_line.last_date_invoiced, last_date_invoiced) + + def test_contract_semesterly_pre_paid(self): + recurring_next_date = to_date('2018-08-22') + last_date_invoiced = to_date('2018-08-21') + self.acct_line.date_end = '2020-02-22' + self.acct_line.recurring_next_date = '2018-02-22' + self.acct_line.recurring_rule_type = 'semesterly' + self.acct_line.recurring_invoicing_type = 'pre-paid' + self.contract.recurring_create_invoice() + invoices_weekly = self.contract._get_related_invoices() + self.assertTrue(invoices_weekly) + self.assertEqual( + self.acct_line.recurring_next_date, recurring_next_date + ) + self.assertEqual(self.acct_line.last_date_invoiced, last_date_invoiced) + + def test_contract_semesterly_post_paid(self): + recurring_next_date = to_date('2018-08-22') + last_date_invoiced = to_date('2018-02-21') + self.acct_line.date_end = '2020-02-22' + self.acct_line.recurring_next_date = '2018-02-22' + self.acct_line.recurring_rule_type = 'semesterly' + self.acct_line.recurring_invoicing_type = 'post-paid' + self.contract.recurring_create_invoice() + invoices_weekly = self.contract._get_related_invoices() + self.assertTrue(invoices_weekly) + self.assertEqual( + self.acct_line.recurring_next_date, recurring_next_date + ) + self.assertEqual(self.acct_line.last_date_invoiced, last_date_invoiced) + def test_last_invoice_post_paid(self): self.acct_line.date_start = '2018-01-01' self.acct_line.recurring_invoicing_type = 'post-paid'