Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: account-financial-tools-13.0/account-financial-tools-13.0-account_move_template Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-13-0/account-financial-tools-13-0-account_move_template/
This commit is contained in:
parent
1026c32db2
commit
235bc6e9c1
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user