diff --git a/account_move_template/i18n/am.po b/account_move_template/i18n/am.po index 4c25227a..818cf004 100644 --- a/account_move_template/i18n/am.po +++ b/account_move_template/i18n/am.po @@ -18,6 +18,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -35,6 +45,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -188,6 +208,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -225,6 +253,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -308,6 +342,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -409,6 +454,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/ar.po b/account_move_template/i18n/ar.po index 5ea2518e..8e372a47 100644 --- a/account_move_template/i18n/ar.po +++ b/account_move_template/i18n/ar.po @@ -19,6 +19,16 @@ msgstr "" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -189,6 +209,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -226,6 +254,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -310,6 +344,17 @@ msgstr "" msgid "Override Partner" msgstr "الشريك" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -411,6 +456,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/bg.po b/account_move_template/i18n/bg.po index eba8bfae..f1381598 100644 --- a/account_move_template/i18n/bg.po +++ b/account_move_template/i18n/bg.po @@ -18,6 +18,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -35,6 +45,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -188,6 +208,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -225,6 +253,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -308,6 +342,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -409,6 +454,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/bs.po b/account_move_template/i18n/bs.po index 9a7c239b..ba9bd355 100644 --- a/account_move_template/i18n/bs.po +++ b/account_move_template/i18n/bs.po @@ -19,6 +19,16 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -189,6 +209,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -226,6 +254,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -310,6 +344,17 @@ msgstr "" msgid "Override Partner" msgstr "Partner" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -411,6 +456,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/ca.po b/account_move_template/i18n/ca.po index 46a70327..666e86af 100644 --- a/account_move_template/i18n/ca.po +++ b/account_move_template/i18n/ca.po @@ -18,6 +18,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -35,6 +45,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -188,6 +208,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -225,6 +253,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -309,6 +343,17 @@ msgstr "" msgid "Override Partner" msgstr "Empresa" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -410,6 +455,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/ca_ES.po b/account_move_template/i18n/ca_ES.po index 1122f3ed..470ea380 100644 --- a/account_move_template/i18n/ca_ES.po +++ b/account_move_template/i18n/ca_ES.po @@ -19,6 +19,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -188,6 +208,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -225,6 +253,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -308,6 +342,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -409,6 +454,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/cs.po b/account_move_template/i18n/cs.po index 7852b376..a19d4b39 100644 --- a/account_move_template/i18n/cs.po +++ b/account_move_template/i18n/cs.po @@ -18,6 +18,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -35,6 +45,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -188,6 +208,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -225,6 +253,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -309,6 +343,17 @@ msgstr "" msgid "Override Partner" msgstr "Společník" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -410,6 +455,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/da.po b/account_move_template/i18n/da.po index 052aff99..f5d2def5 100644 --- a/account_move_template/i18n/da.po +++ b/account_move_template/i18n/da.po @@ -18,6 +18,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -35,6 +45,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -188,6 +208,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -225,6 +253,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -308,6 +342,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -409,6 +454,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/de.po b/account_move_template/i18n/de.po index 6d0d2b14..595b2886 100644 --- a/account_move_template/i18n/de.po +++ b/account_move_template/i18n/de.po @@ -19,6 +19,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -37,6 +47,16 @@ msgstr "" msgid "Account" msgstr "Betrag" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -190,6 +210,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -227,6 +255,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -311,6 +345,17 @@ msgstr "" msgid "Override Partner" msgstr "Partner" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -412,6 +457,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/el_GR.po b/account_move_template/i18n/el_GR.po index 6a9858ff..702647ae 100644 --- a/account_move_template/i18n/el_GR.po +++ b/account_move_template/i18n/el_GR.po @@ -19,6 +19,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -189,6 +209,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -226,6 +254,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -309,6 +343,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -410,6 +455,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/en_AU.po b/account_move_template/i18n/en_AU.po index 45ad6b9f..12d719ae 100644 --- a/account_move_template/i18n/en_AU.po +++ b/account_move_template/i18n/en_AU.po @@ -19,6 +19,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -188,6 +208,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -225,6 +253,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -308,6 +342,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -409,6 +454,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/en_GB.po b/account_move_template/i18n/en_GB.po index bc7dae50..9b69d242 100644 --- a/account_move_template/i18n/en_GB.po +++ b/account_move_template/i18n/en_GB.po @@ -19,6 +19,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -189,6 +209,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -226,6 +254,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -310,6 +344,17 @@ msgstr "" msgid "Override Partner" msgstr "Partner" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -411,6 +456,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/es.po b/account_move_template/i18n/es.po index dc07382d..9b2081db 100644 --- a/account_move_template/i18n/es.po +++ b/account_move_template/i18n/es.po @@ -18,6 +18,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "Importe" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -189,6 +209,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -227,6 +255,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -311,6 +345,17 @@ msgstr "" msgid "Override Partner" msgstr "Empresa" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -412,6 +457,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/es_AR.po b/account_move_template/i18n/es_AR.po index d2eb4f3f..e05233a5 100644 --- a/account_move_template/i18n/es_AR.po +++ b/account_move_template/i18n/es_AR.po @@ -19,6 +19,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -189,6 +209,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -226,6 +254,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -309,6 +343,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -410,6 +455,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/es_CL.po b/account_move_template/i18n/es_CL.po index 8ae93458..aa7d4fd1 100644 --- a/account_move_template/i18n/es_CL.po +++ b/account_move_template/i18n/es_CL.po @@ -19,6 +19,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -189,6 +209,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -226,6 +254,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -309,6 +343,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -410,6 +455,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/es_CO.po b/account_move_template/i18n/es_CO.po index 292ec0ac..4cbb8610 100644 --- a/account_move_template/i18n/es_CO.po +++ b/account_move_template/i18n/es_CO.po @@ -19,6 +19,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -189,6 +209,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -226,6 +254,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -309,6 +343,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -410,6 +455,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/es_CR.po b/account_move_template/i18n/es_CR.po index a970ed34..79532906 100644 --- a/account_move_template/i18n/es_CR.po +++ b/account_move_template/i18n/es_CR.po @@ -19,6 +19,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -189,6 +209,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -226,6 +254,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -310,6 +344,17 @@ msgstr "" msgid "Override Partner" msgstr "Empresa" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -411,6 +456,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/es_DO.po b/account_move_template/i18n/es_DO.po index 41553af2..33cf52d4 100644 --- a/account_move_template/i18n/es_DO.po +++ b/account_move_template/i18n/es_DO.po @@ -19,6 +19,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -189,6 +209,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -226,6 +254,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -309,6 +343,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -410,6 +455,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/es_EC.po b/account_move_template/i18n/es_EC.po index 6df9e347..c7400081 100644 --- a/account_move_template/i18n/es_EC.po +++ b/account_move_template/i18n/es_EC.po @@ -20,6 +20,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -38,6 +48,16 @@ msgstr "" msgid "Account" msgstr "Monto" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -191,6 +211,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -228,6 +256,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -312,6 +346,17 @@ msgstr "" msgid "Override Partner" msgstr "Empresa" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -413,6 +458,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/es_ES.po b/account_move_template/i18n/es_ES.po index 31c0d074..ab844734 100644 --- a/account_move_template/i18n/es_ES.po +++ b/account_move_template/i18n/es_ES.po @@ -19,6 +19,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -189,6 +209,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -226,6 +254,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -309,6 +343,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -410,6 +455,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/es_MX.po b/account_move_template/i18n/es_MX.po index 0fc3e950..e30cd0a9 100644 --- a/account_move_template/i18n/es_MX.po +++ b/account_move_template/i18n/es_MX.po @@ -19,6 +19,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -189,6 +209,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -226,6 +254,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -310,6 +344,17 @@ msgstr "" msgid "Override Partner" msgstr "Empresa" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -411,6 +456,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/es_PE.po b/account_move_template/i18n/es_PE.po index 7a725a54..31d8a3ca 100644 --- a/account_move_template/i18n/es_PE.po +++ b/account_move_template/i18n/es_PE.po @@ -19,6 +19,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -189,6 +209,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -226,6 +254,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -309,6 +343,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -410,6 +455,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/es_PY.po b/account_move_template/i18n/es_PY.po index 8df61b96..0f3b2fa1 100644 --- a/account_move_template/i18n/es_PY.po +++ b/account_move_template/i18n/es_PY.po @@ -19,6 +19,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -189,6 +209,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -226,6 +254,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -309,6 +343,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -410,6 +455,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/es_VE.po b/account_move_template/i18n/es_VE.po index 8af71d64..e354ae44 100644 --- a/account_move_template/i18n/es_VE.po +++ b/account_move_template/i18n/es_VE.po @@ -19,6 +19,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -189,6 +209,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -226,6 +254,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -310,6 +344,17 @@ msgstr "" msgid "Override Partner" msgstr "Empresa" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -411,6 +456,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/et.po b/account_move_template/i18n/et.po index dce6bc1e..09d7df6a 100644 --- a/account_move_template/i18n/et.po +++ b/account_move_template/i18n/et.po @@ -18,6 +18,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -35,6 +45,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -188,6 +208,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -225,6 +253,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -309,6 +343,17 @@ msgstr "" msgid "Override Partner" msgstr "Partner" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -410,6 +455,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/eu.po b/account_move_template/i18n/eu.po index a020f923..f62c137e 100644 --- a/account_move_template/i18n/eu.po +++ b/account_move_template/i18n/eu.po @@ -18,6 +18,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -35,6 +45,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -188,6 +208,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -225,6 +253,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -308,6 +342,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -409,6 +454,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/fa.po b/account_move_template/i18n/fa.po index 11c31918..a226fc5a 100644 --- a/account_move_template/i18n/fa.po +++ b/account_move_template/i18n/fa.po @@ -18,6 +18,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -35,6 +45,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -188,6 +208,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -225,6 +253,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -308,6 +342,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -409,6 +454,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/fi.po b/account_move_template/i18n/fi.po index acc7e6f7..83ea9bfa 100644 --- a/account_move_template/i18n/fi.po +++ b/account_move_template/i18n/fi.po @@ -18,6 +18,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -35,6 +45,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -188,6 +208,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -225,6 +253,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -308,6 +342,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -409,6 +454,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/fr.po b/account_move_template/i18n/fr.po index 12f83498..1e0dea98 100644 --- a/account_move_template/i18n/fr.po +++ b/account_move_template/i18n/fr.po @@ -18,6 +18,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "Montant" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -189,6 +209,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -226,6 +254,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -310,6 +344,17 @@ msgstr "" msgid "Override Partner" msgstr "Partenaire" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -411,6 +456,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/fr_CA.po b/account_move_template/i18n/fr_CA.po index 3906be19..b5565c10 100644 --- a/account_move_template/i18n/fr_CA.po +++ b/account_move_template/i18n/fr_CA.po @@ -19,6 +19,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -189,6 +209,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -226,6 +254,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -309,6 +343,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -410,6 +455,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/fr_CH.po b/account_move_template/i18n/fr_CH.po index 2a61af75..a2029fb1 100644 --- a/account_move_template/i18n/fr_CH.po +++ b/account_move_template/i18n/fr_CH.po @@ -19,6 +19,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -189,6 +209,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -226,6 +254,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -309,6 +343,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -410,6 +455,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/fr_FR.po b/account_move_template/i18n/fr_FR.po index 3c5a8fe2..a0244af7 100644 --- a/account_move_template/i18n/fr_FR.po +++ b/account_move_template/i18n/fr_FR.po @@ -19,6 +19,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -188,6 +208,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -225,6 +253,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -308,6 +342,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -409,6 +454,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/gl.po b/account_move_template/i18n/gl.po index de95d94b..482df7c2 100644 --- a/account_move_template/i18n/gl.po +++ b/account_move_template/i18n/gl.po @@ -18,6 +18,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -35,6 +45,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -188,6 +208,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -225,6 +253,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -308,6 +342,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -409,6 +454,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/gl_ES.po b/account_move_template/i18n/gl_ES.po index 9c29f8ed..849903d1 100644 --- a/account_move_template/i18n/gl_ES.po +++ b/account_move_template/i18n/gl_ES.po @@ -19,6 +19,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -188,6 +208,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -225,6 +253,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -308,6 +342,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -409,6 +454,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/gu.po b/account_move_template/i18n/gu.po index de630b92..678e6d80 100644 --- a/account_move_template/i18n/gu.po +++ b/account_move_template/i18n/gu.po @@ -18,6 +18,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -35,6 +45,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -187,6 +207,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -224,6 +252,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -307,6 +341,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -408,6 +453,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/he.po b/account_move_template/i18n/he.po index 22cf004f..7ceab518 100644 --- a/account_move_template/i18n/he.po +++ b/account_move_template/i18n/he.po @@ -18,6 +18,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -35,6 +45,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -188,6 +208,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -225,6 +253,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -308,6 +342,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -409,6 +454,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/hi.po b/account_move_template/i18n/hi.po index 57c2ed50..426a1a97 100644 --- a/account_move_template/i18n/hi.po +++ b/account_move_template/i18n/hi.po @@ -18,6 +18,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -35,6 +45,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -187,6 +207,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -224,6 +252,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -307,6 +341,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -408,6 +453,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/hr.po b/account_move_template/i18n/hr.po index 64e36a21..c41a4b65 100644 --- a/account_move_template/i18n/hr.po +++ b/account_move_template/i18n/hr.po @@ -21,6 +21,16 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 3.10\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -38,6 +48,16 @@ msgstr "1250" msgid "Account" msgstr "Konto" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -190,6 +210,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -227,6 +255,12 @@ msgstr "Predlošci temeljnica" msgid "Journal Item Template" msgstr "Predložak temeljnice" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -310,6 +344,17 @@ msgstr "Izvorni porez" msgid "Override Partner" msgstr "Nadjačaj Partnera" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -411,6 +456,17 @@ msgstr "Koristi se za izračun datuma dospijeća stavke temeljnice." msgid "User input" msgstr "Ručni unos" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/hr_HR.po b/account_move_template/i18n/hr_HR.po index bd118faa..c0551496 100644 --- a/account_move_template/i18n/hr_HR.po +++ b/account_move_template/i18n/hr_HR.po @@ -21,6 +21,16 @@ msgstr "" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -38,6 +48,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -191,6 +211,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -228,6 +256,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -312,6 +346,17 @@ msgstr "" msgid "Override Partner" msgstr "Partner" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -413,6 +458,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/hu.po b/account_move_template/i18n/hu.po index b37db201..0f5af551 100644 --- a/account_move_template/i18n/hu.po +++ b/account_move_template/i18n/hu.po @@ -18,6 +18,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -35,6 +45,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -188,6 +208,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -225,6 +253,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -309,6 +343,17 @@ msgstr "" msgid "Override Partner" msgstr "Partner" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -410,6 +455,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/id.po b/account_move_template/i18n/id.po index afc39c8e..75799a1c 100644 --- a/account_move_template/i18n/id.po +++ b/account_move_template/i18n/id.po @@ -18,6 +18,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -35,6 +45,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -188,6 +208,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -225,6 +253,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -308,6 +342,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -409,6 +454,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/it.po b/account_move_template/i18n/it.po index 7a706832..be1917c9 100644 --- a/account_move_template/i18n/it.po +++ b/account_move_template/i18n/it.po @@ -18,6 +18,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "Importo" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -189,6 +209,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -226,6 +254,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -310,6 +344,17 @@ msgstr "" msgid "Override Partner" msgstr "Partner" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -411,6 +456,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/ja.po b/account_move_template/i18n/ja.po index 4a5a9a38..2b099093 100644 --- a/account_move_template/i18n/ja.po +++ b/account_move_template/i18n/ja.po @@ -18,6 +18,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -35,6 +45,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -188,6 +208,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -225,6 +253,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -309,6 +343,17 @@ msgstr "" msgid "Override Partner" msgstr "パートナ" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -410,6 +455,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/ko.po b/account_move_template/i18n/ko.po index c068bb97..c5acd824 100644 --- a/account_move_template/i18n/ko.po +++ b/account_move_template/i18n/ko.po @@ -18,6 +18,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -35,6 +45,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -188,6 +208,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -225,6 +253,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -308,6 +342,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -409,6 +454,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/lo.po b/account_move_template/i18n/lo.po index 4fbaddd6..7dc5b38d 100644 --- a/account_move_template/i18n/lo.po +++ b/account_move_template/i18n/lo.po @@ -18,6 +18,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -35,6 +45,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -187,6 +207,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -224,6 +252,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -307,6 +341,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -408,6 +453,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/lt.po b/account_move_template/i18n/lt.po index b4f1c53a..51730691 100644 --- a/account_move_template/i18n/lt.po +++ b/account_move_template/i18n/lt.po @@ -20,6 +20,16 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" "%100<10 || n%100>=20) ? 1 : 2);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -37,6 +47,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -190,6 +210,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -227,6 +255,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -311,6 +345,17 @@ msgstr "" msgid "Override Partner" msgstr "Partneris" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -412,6 +457,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/lt_LT.po b/account_move_template/i18n/lt_LT.po index f9a51de9..0d16df4c 100644 --- a/account_move_template/i18n/lt_LT.po +++ b/account_move_template/i18n/lt_LT.po @@ -20,6 +20,16 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" "%100<10 || n%100>=20) ? 1 : 2);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -37,6 +47,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -190,6 +210,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -227,6 +255,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -310,6 +344,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -411,6 +456,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/lv.po b/account_move_template/i18n/lv.po index ad94a777..4d80fe6e 100644 --- a/account_move_template/i18n/lv.po +++ b/account_move_template/i18n/lv.po @@ -19,6 +19,16 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -189,6 +209,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -226,6 +254,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -309,6 +343,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -410,6 +455,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/mk.po b/account_move_template/i18n/mk.po index f5467c1f..6f88728c 100644 --- a/account_move_template/i18n/mk.po +++ b/account_move_template/i18n/mk.po @@ -18,6 +18,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -35,6 +45,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -188,6 +208,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -225,6 +253,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -309,6 +343,17 @@ msgstr "" msgid "Override Partner" msgstr "Партнер" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -410,6 +455,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/mn.po b/account_move_template/i18n/mn.po index 8e8fe71d..65a23830 100644 --- a/account_move_template/i18n/mn.po +++ b/account_move_template/i18n/mn.po @@ -18,6 +18,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -35,6 +45,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -188,6 +208,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -225,6 +253,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -309,6 +343,17 @@ msgstr "" msgid "Override Partner" msgstr "Харилцагч" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -410,6 +455,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/nb.po b/account_move_template/i18n/nb.po index 71a0eb87..5a679411 100644 --- a/account_move_template/i18n/nb.po +++ b/account_move_template/i18n/nb.po @@ -19,6 +19,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -189,6 +209,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -226,6 +254,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -310,6 +344,17 @@ msgstr "" msgid "Override Partner" msgstr "Partner" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -411,6 +456,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/nb_NO.po b/account_move_template/i18n/nb_NO.po index 9b15b803..9fb3b2d7 100644 --- a/account_move_template/i18n/nb_NO.po +++ b/account_move_template/i18n/nb_NO.po @@ -19,6 +19,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -189,6 +209,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -226,6 +254,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -309,6 +343,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -410,6 +455,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/nl.po b/account_move_template/i18n/nl.po index b42e9952..6d52c0ed 100644 --- a/account_move_template/i18n/nl.po +++ b/account_move_template/i18n/nl.po @@ -19,6 +19,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -189,6 +209,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -226,6 +254,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -310,6 +344,17 @@ msgstr "" msgid "Override Partner" msgstr "Relatie" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -411,6 +456,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/nl_BE.po b/account_move_template/i18n/nl_BE.po index 7c6ac093..815e1b9e 100644 --- a/account_move_template/i18n/nl_BE.po +++ b/account_move_template/i18n/nl_BE.po @@ -19,6 +19,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -189,6 +209,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -226,6 +254,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -310,6 +344,17 @@ msgstr "" msgid "Override Partner" msgstr "Relatie" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -411,6 +456,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/nl_NL.po b/account_move_template/i18n/nl_NL.po index 15457217..479245bc 100644 --- a/account_move_template/i18n/nl_NL.po +++ b/account_move_template/i18n/nl_NL.po @@ -19,6 +19,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -189,6 +209,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -226,6 +254,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -310,6 +344,17 @@ msgstr "" msgid "Override Partner" msgstr "Relatie" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -411,6 +456,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/pl.po b/account_move_template/i18n/pl.po index 289e54ee..ee149afa 100644 --- a/account_move_template/i18n/pl.po +++ b/account_move_template/i18n/pl.po @@ -20,6 +20,16 @@ msgstr "" "%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n" "%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -37,6 +47,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -190,6 +210,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -227,6 +255,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -311,6 +345,17 @@ msgstr "" msgid "Override Partner" msgstr "Partner" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -412,6 +457,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/pt.po b/account_move_template/i18n/pt.po index 4b5e0b90..73bd3c88 100644 --- a/account_move_template/i18n/pt.po +++ b/account_move_template/i18n/pt.po @@ -20,6 +20,16 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Weblate 3.10\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -37,6 +47,16 @@ msgstr "1250" msgid "Account" msgstr "Conta" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -194,6 +214,14 @@ msgstr "" "Impossível calculara a f´rmula da linha com a sequência%s (formula: %s): a " "sintaxe da fórmula está errada." +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -231,6 +259,12 @@ msgstr "Modelos de Movimentos de Diário" msgid "Journal Item Template" msgstr "Modelo de Item de Diário" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -314,6 +348,17 @@ msgstr "Origem dos Impostos" msgid "Override Partner" msgstr "Substituir Parceiro" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -418,6 +463,17 @@ msgstr "Usado para calcular a data de vencimento o item de diário." msgid "User input" msgstr "Entrada do utilizador" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/pt_BR.po b/account_move_template/i18n/pt_BR.po index 45c928db..35d0001d 100644 --- a/account_move_template/i18n/pt_BR.po +++ b/account_move_template/i18n/pt_BR.po @@ -19,6 +19,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -189,6 +209,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -226,6 +254,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -310,6 +344,17 @@ msgstr "" msgid "Override Partner" msgstr "Parceiro" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -411,6 +456,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/pt_PT.po b/account_move_template/i18n/pt_PT.po index 65c39976..ac88a56d 100644 --- a/account_move_template/i18n/pt_PT.po +++ b/account_move_template/i18n/pt_PT.po @@ -19,6 +19,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -37,6 +47,16 @@ msgstr "" msgid "Account" msgstr "Valor" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -190,6 +210,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -227,6 +255,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -310,6 +344,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -411,6 +456,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/ro.po b/account_move_template/i18n/ro.po index 4e5235e2..cbfa7c44 100644 --- a/account_move_template/i18n/ro.po +++ b/account_move_template/i18n/ro.po @@ -19,6 +19,16 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" "2:1));\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -189,6 +209,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -226,6 +254,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -310,6 +344,17 @@ msgstr "" msgid "Override Partner" msgstr "Partener" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -411,6 +456,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/ru.po b/account_move_template/i18n/ru.po index 82c9c191..67f9f140 100644 --- a/account_move_template/i18n/ru.po +++ b/account_move_template/i18n/ru.po @@ -20,6 +20,16 @@ msgstr "" "%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" "%100>=11 && n%100<=14)? 2 : 3);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -37,6 +47,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -190,6 +210,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -227,6 +255,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -311,6 +345,17 @@ msgstr "" msgid "Override Partner" msgstr "Контрагент" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -412,6 +457,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/sk.po b/account_move_template/i18n/sk.po index 0380493c..cc3170bf 100644 --- a/account_move_template/i18n/sk.po +++ b/account_move_template/i18n/sk.po @@ -18,6 +18,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -35,6 +45,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -188,6 +208,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -225,6 +253,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -308,6 +342,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -409,6 +454,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/sl.po b/account_move_template/i18n/sl.po index 59b95f2d..8c418556 100644 --- a/account_move_template/i18n/sl.po +++ b/account_move_template/i18n/sl.po @@ -19,6 +19,16 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" "%100==4 ? 2 : 3);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -37,6 +47,16 @@ msgstr "" msgid "Account" msgstr "Znesek" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -190,6 +210,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -227,6 +255,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -311,6 +345,17 @@ msgstr "" msgid "Override Partner" msgstr "Partner" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -412,6 +457,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/sr.po b/account_move_template/i18n/sr.po index c83b29dc..217f7eca 100644 --- a/account_move_template/i18n/sr.po +++ b/account_move_template/i18n/sr.po @@ -19,6 +19,16 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -189,6 +209,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -226,6 +254,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -309,6 +343,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -410,6 +455,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/sr@latin.po b/account_move_template/i18n/sr@latin.po index 47cf7aac..192ace76 100644 --- a/account_move_template/i18n/sr@latin.po +++ b/account_move_template/i18n/sr@latin.po @@ -20,6 +20,16 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -37,6 +47,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -190,6 +210,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -227,6 +255,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -311,6 +345,17 @@ msgstr "" msgid "Override Partner" msgstr "Partner" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -412,6 +457,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/sv.po b/account_move_template/i18n/sv.po index 2e67ee48..f4627e92 100644 --- a/account_move_template/i18n/sv.po +++ b/account_move_template/i18n/sv.po @@ -18,6 +18,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -35,6 +45,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -188,6 +208,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -225,6 +253,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -309,6 +343,17 @@ msgstr "" msgid "Override Partner" msgstr "Företag" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -410,6 +455,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/th.po b/account_move_template/i18n/th.po index 78bceb8c..b2ddc4bc 100644 --- a/account_move_template/i18n/th.po +++ b/account_move_template/i18n/th.po @@ -18,6 +18,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -35,6 +45,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -188,6 +208,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -225,6 +253,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -309,6 +343,17 @@ msgstr "" msgid "Override Partner" msgstr "พาร์ทเนอร์" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -410,6 +455,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/tr.po b/account_move_template/i18n/tr.po index 30700241..30c4b195 100644 --- a/account_move_template/i18n/tr.po +++ b/account_move_template/i18n/tr.po @@ -18,6 +18,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -35,6 +45,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -188,6 +208,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -225,6 +253,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -309,6 +343,17 @@ msgstr "" msgid "Override Partner" msgstr "Cari" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -410,6 +455,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/tr_TR.po b/account_move_template/i18n/tr_TR.po index 915f017a..6e38016c 100644 --- a/account_move_template/i18n/tr_TR.po +++ b/account_move_template/i18n/tr_TR.po @@ -20,6 +20,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -38,6 +48,16 @@ msgstr "" msgid "Account" msgstr "Tutar" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -191,6 +211,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -228,6 +256,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -311,6 +345,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -412,6 +457,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/uk.po b/account_move_template/i18n/uk.po index 5cb09eb5..febd34b4 100644 --- a/account_move_template/i18n/uk.po +++ b/account_move_template/i18n/uk.po @@ -19,6 +19,16 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -189,6 +209,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -226,6 +254,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -309,6 +343,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -410,6 +455,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/vi.po b/account_move_template/i18n/vi.po index d62d1e55..082a13af 100644 --- a/account_move_template/i18n/vi.po +++ b/account_move_template/i18n/vi.po @@ -18,6 +18,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -35,6 +45,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -188,6 +208,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -225,6 +253,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -309,6 +343,17 @@ msgstr "" msgid "Override Partner" msgstr "Đối tác" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -410,6 +455,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/vi_VN.po b/account_move_template/i18n/vi_VN.po index ee54aa34..0d889d00 100644 --- a/account_move_template/i18n/vi_VN.po +++ b/account_move_template/i18n/vi_VN.po @@ -19,6 +19,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -189,6 +209,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -226,6 +254,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -309,6 +343,17 @@ msgstr "" msgid "Override Partner" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -410,6 +455,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/zh_CN.po b/account_move_template/i18n/zh_CN.po index 08a2d825..66c65c4b 100644 --- a/account_move_template/i18n/zh_CN.po +++ b/account_move_template/i18n/zh_CN.po @@ -20,6 +20,16 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 3.10\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -37,6 +47,16 @@ msgstr "" msgid "Account" msgstr "会计科目" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -189,6 +209,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -226,6 +254,12 @@ msgstr "模式凭证" msgid "Journal Item Template" msgstr "分录模板" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -309,6 +343,17 @@ msgstr "税项" msgid "Override Partner" msgstr "往来单位" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -410,6 +455,17 @@ msgstr "" msgid "User input" msgstr "用户输入" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard" diff --git a/account_move_template/i18n/zh_TW.po b/account_move_template/i18n/zh_TW.po index 74862466..0e20e458 100644 --- a/account_move_template/i18n/zh_TW.po +++ b/account_move_template/i18n/zh_TW.po @@ -19,6 +19,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +msgid "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " +msgstr "" + #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0 #, python-format @@ -36,6 +46,16 @@ msgstr "" msgid "Account" msgstr "" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__opt_account_id +msgid "Account Opt." +msgstr "" + +#. module: account_move_template +#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_run_form +msgid "Add an internal note here..." +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__amount #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form @@ -189,6 +209,14 @@ msgid "" "the syntax of the formula is wrong." msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "" +"Invalid dictionary: {}\n" +"{}" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund @@ -226,6 +254,12 @@ msgstr "" msgid "Journal Item Template" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Keys must be line sequence, i..e, L1, L2, ..." +msgstr "" + #. module: account_move_template #: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form msgid "L1 * 0.2" @@ -310,6 +344,17 @@ msgstr "" msgid "Override Partner" msgstr "夥伴" +#. module: account_move_template +#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_run__overwrite +msgid "Overwrite" +msgstr "" + +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Overwrite value must be a valid python dict" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__partner_id #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__partner_id @@ -411,6 +456,17 @@ msgstr "" msgid "User input" msgstr "" +#. module: account_move_template +#: code:addons/account_move_template/wizard/account_move_template_run.py:0 +#, python-format +msgid "Valid fields to overwrite are %s" +msgstr "" + +#. module: account_move_template +#: model:ir.model.fields,help:account_move_template.field_account_move_template_line__opt_account_id +msgid "When amount is negative, use this account in stead" +msgstr "" + #. module: account_move_template #: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__wizard_id msgid "Wizard"