diff --git a/account_move_template/i18n/account_move_template.pot b/account_move_template/i18n/account_move_template.pot index eb6a7b3e..8120824d 100644 --- a/account_move_template/i18n/account_move_template.pot +++ b/account_move_template/i18n/account_move_template.pot @@ -13,6 +13,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: \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 @@ -30,6 +40,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 @@ -182,6 +202,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 @@ -219,6 +247,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" @@ -302,6 +336,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 @@ -403,6 +448,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"