Skip to content

Commit

Permalink
[UPD] Update sale_triple_discount.pot
Browse files Browse the repository at this point in the history
  • Loading branch information
oca-travis committed Sep 2, 2019
1 parent 4a4b257 commit 3a0bfaf
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions sale_triple_discount/i18n/sale_triple_discount.pot
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: sale_triple_discount
#: selection:sale.order.line,discounting_type:0
msgid "Additive"
msgstr ""

#. module: sale_triple_discount
#: model:ir.model.fields,field_description:sale_triple_discount.field_sale_order_line_discount2
msgid "Disc. 2 (%)"
Expand All @@ -33,6 +38,22 @@ msgstr ""
msgid "Discount 3 must be lower than 100%."
msgstr ""

#. module: sale_triple_discount
#: model:ir.model.fields,field_description:sale_triple_discount.field_sale_order_line_discounting_type
msgid "Discounting type"
msgstr ""

#. module: sale_triple_discount
#: selection:sale.order.line,discounting_type:0
msgid "Multiplicative"
msgstr ""

#. module: sale_triple_discount
#: code:addons/sale_triple_discount/models/sale_order_line.py:23
#, python-format
msgid "Sale order line %s has unknown discounting type %s"
msgstr ""

#. module: sale_triple_discount
#: model:ir.model,name:sale_triple_discount.model_sale_order
msgid "Sales Order"
Expand All @@ -43,3 +64,11 @@ msgstr ""
msgid "Sales Order Line"
msgstr ""

#. module: sale_triple_discount
#: model:ir.model.fields,help:sale_triple_discount.field_sale_order_line_discounting_type
msgid "Specifies whether discounts should be additive or multiplicative.\n"
"Additive discounts are summed first and then applied.\n"
"Multiplicative discounts are applied sequentially.\n"
"Multiplicative discounts are default"
msgstr ""

0 comments on commit 3a0bfaf

Please sign in to comment.