changeset 5c8b8b33f6a9 in modules/sale_secondary_unit:default
details: 
https://hg.tryton.org/modules/sale_secondary_unit?cmd=changeset;node=5c8b8b33f6a9
description:
        Switch help text between factor and rate fields for secondary unit

        issue9683
        review318401002
diffstat:

 locale/bg.po     |  20 ++++++++++----------
 locale/ca.po     |  12 ++++++------
 locale/cs.po     |  20 ++++++++++----------
 locale/de.po     |  12 ++++++------
 locale/es.po     |  12 ++++++------
 locale/es_419.po |  20 ++++++++++----------
 locale/et.po     |  20 ++++++++++----------
 locale/fa.po     |  20 ++++++++++----------
 locale/fi.po     |  20 ++++++++++----------
 locale/fr.po     |  12 ++++++------
 locale/hu.po     |  20 ++++++++++----------
 locale/id.po     |  20 ++++++++++----------
 locale/it.po     |  20 ++++++++++----------
 locale/lo.po     |  20 ++++++++++----------
 locale/lt.po     |  20 ++++++++++----------
 locale/nl.po     |  12 ++++++------
 locale/pl.po     |  20 ++++++++++----------
 locale/pt.po     |  20 ++++++++++----------
 locale/ru.po     |  20 ++++++++++----------
 locale/sl.po     |  20 ++++++++++----------
 locale/tr.po     |  20 ++++++++++----------
 locale/zh_CN.po  |  20 ++++++++++----------
 product.py       |   4 ++--
 23 files changed, 202 insertions(+), 202 deletions(-)

diffs (1173 lines):

diff -r 1f6beacf913c -r 5c8b8b33f6a9 locale/bg.po
--- a/locale/bg.po      Fri Oct 09 19:09:06 2020 +0200
+++ b/locale/bg.po      Tue Oct 13 18:24:44 2020 +0200
@@ -70,37 +70,37 @@
 msgid "Sale Secondary UOM Rate"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_factor:"
+msgctxt "help:product.product,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_rate:"
+msgctxt "help:product.product,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
+msgctxt "help:product.template,sale_secondary_uom_rate:"
+msgid ""
+"The coefficient for the formula:\n"
+"coefficient (sale unit) = 1 (secondary unit)"
+msgstr ""
+
 msgctxt "help:product.template,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
-"coefficient (sale unit) = 1 (secondary unit)"
-msgstr ""
-
-msgctxt "help:product.template,sale_secondary_uom_rate:"
-msgid ""
-"The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
diff -r 1f6beacf913c -r 5c8b8b33f6a9 locale/ca.po
--- a/locale/ca.po      Fri Oct 09 19:09:06 2020 +0200
+++ b/locale/ca.po      Tue Oct 13 18:24:44 2020 +0200
@@ -70,7 +70,7 @@
 msgid "Sale Secondary UOM Rate"
 msgstr "Rati UdM de venta secundaria"
 
-msgctxt "help:product.product,sale_secondary_uom_factor:"
+msgctxt "help:product.product,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
@@ -78,7 +78,7 @@
 "El coeficient per la fórmula:\n"
 "coeficient (unitat de venta) = 1 (unitat secundaria)"
 
-msgctxt "help:product.product,sale_secondary_uom_rate:"
+msgctxt "help:product.product,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
@@ -86,7 +86,7 @@
 "El coeficient per la fórmula:\n"
 "1 (unitat de venta) = coeficient (unitat secundaria)"
 
-msgctxt "help:product.template,sale_secondary_uom_factor:"
+msgctxt "help:product.template,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
@@ -94,7 +94,7 @@
 "El coeficient per la fórmula:\n"
 "coeficient (unitat de venta) = 1 (unitat secundaria)"
 
-msgctxt "help:product.template,sale_secondary_uom_rate:"
+msgctxt "help:product.template,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
@@ -102,7 +102,7 @@
 "El coeficient per la fórmula:\n"
 "1 (unitat de venta) = coeficient (unitat secundaria)"
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
@@ -110,7 +110,7 @@
 "El coeficient per la fórmula:\n"
 "coeficient (unitat de venta) = 1 (unitat secundaria)"
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
diff -r 1f6beacf913c -r 5c8b8b33f6a9 locale/cs.po
--- a/locale/cs.po      Fri Oct 09 19:09:06 2020 +0200
+++ b/locale/cs.po      Tue Oct 13 18:24:44 2020 +0200
@@ -70,37 +70,37 @@
 msgid "Sale Secondary UOM Rate"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_factor:"
+msgctxt "help:product.product,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_rate:"
+msgctxt "help:product.product,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
+msgctxt "help:product.template,sale_secondary_uom_rate:"
+msgid ""
+"The coefficient for the formula:\n"
+"coefficient (sale unit) = 1 (secondary unit)"
+msgstr ""
+
 msgctxt "help:product.template,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
-"coefficient (sale unit) = 1 (secondary unit)"
-msgstr ""
-
-msgctxt "help:product.template,sale_secondary_uom_rate:"
-msgid ""
-"The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
diff -r 1f6beacf913c -r 5c8b8b33f6a9 locale/de.po
--- a/locale/de.po      Fri Oct 09 19:09:06 2020 +0200
+++ b/locale/de.po      Tue Oct 13 18:24:44 2020 +0200
@@ -70,7 +70,7 @@
 msgid "Sale Secondary UOM Rate"
 msgstr "Verkauf Zweitmaßeinheit Kehrwert Faktor"
 
-msgctxt "help:product.product,sale_secondary_uom_factor:"
+msgctxt "help:product.product,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
@@ -78,7 +78,7 @@
 "Der Koeffizient für die Formel:\n"
 "Koeffizient (Einheit) = 1 (Zweitmaßeinheit)"
 
-msgctxt "help:product.product,sale_secondary_uom_rate:"
+msgctxt "help:product.product,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
@@ -86,7 +86,7 @@
 "Der Koeffizient für die Formel:\n"
 "1 (Einheit) = Koeffizient (Zweitmaßeinheit)"
 
-msgctxt "help:product.template,sale_secondary_uom_factor:"
+msgctxt "help:product.template,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
@@ -94,7 +94,7 @@
 "Der Koeffizient für die Formel:\n"
 "Koeffizient  (Einheit) = 1 (Zweitmaßeinheit)"
 
-msgctxt "help:product.template,sale_secondary_uom_rate:"
+msgctxt "help:product.template,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
@@ -102,7 +102,7 @@
 "Der Koeffizient für die Formel:\n"
 "1  (Einheit) = Koeffizient (Zweitmaßeinheit)"
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
@@ -110,7 +110,7 @@
 "Der Koeffizient für die Formel:\n"
 "Koeffizient  (Einheit) = 1 (Zweitmaßeinheit)"
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
diff -r 1f6beacf913c -r 5c8b8b33f6a9 locale/es.po
--- a/locale/es.po      Fri Oct 09 19:09:06 2020 +0200
+++ b/locale/es.po      Tue Oct 13 18:24:44 2020 +0200
@@ -70,7 +70,7 @@
 msgid "Sale Secondary UOM Rate"
 msgstr "Ratio UdM de venta secundaria"
 
-msgctxt "help:product.product,sale_secondary_uom_factor:"
+msgctxt "help:product.product,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
@@ -78,7 +78,7 @@
 "El coeficiente para la formula:\n"
 "coeficiente (unidad de venta) = 1 (unidad secundaria)"
 
-msgctxt "help:product.product,sale_secondary_uom_rate:"
+msgctxt "help:product.product,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
@@ -86,7 +86,7 @@
 "El coeficiente para la formula:\n"
 "1 (unidad de venta) = coeficiente (unidad secundaria)"
 
-msgctxt "help:product.template,sale_secondary_uom_factor:"
+msgctxt "help:product.template,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
@@ -94,7 +94,7 @@
 "El coeficiente para la formula:\n"
 "coeficiente (unidad de venta) = 1 (unidad secundaria)"
 
-msgctxt "help:product.template,sale_secondary_uom_rate:"
+msgctxt "help:product.template,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
@@ -102,7 +102,7 @@
 "El coeficiente para la formula:\n"
 "1 (unidad de venta) = coeficiente (unidad secundaria)"
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
@@ -110,7 +110,7 @@
 "El coeficiente para la formula:\n"
 "coeficiente (unidad de venta) = 1 (unidad secundaria)"
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
diff -r 1f6beacf913c -r 5c8b8b33f6a9 locale/es_419.po
--- a/locale/es_419.po  Fri Oct 09 19:09:06 2020 +0200
+++ b/locale/es_419.po  Tue Oct 13 18:24:44 2020 +0200
@@ -70,37 +70,37 @@
 msgid "Sale Secondary UOM Rate"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_factor:"
+msgctxt "help:product.product,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_rate:"
+msgctxt "help:product.product,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
+msgctxt "help:product.template,sale_secondary_uom_rate:"
+msgid ""
+"The coefficient for the formula:\n"
+"coefficient (sale unit) = 1 (secondary unit)"
+msgstr ""
+
 msgctxt "help:product.template,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
-"coefficient (sale unit) = 1 (secondary unit)"
-msgstr ""
-
-msgctxt "help:product.template,sale_secondary_uom_rate:"
-msgid ""
-"The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
diff -r 1f6beacf913c -r 5c8b8b33f6a9 locale/et.po
--- a/locale/et.po      Fri Oct 09 19:09:06 2020 +0200
+++ b/locale/et.po      Tue Oct 13 18:24:44 2020 +0200
@@ -70,37 +70,37 @@
 msgid "Sale Secondary UOM Rate"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_factor:"
+msgctxt "help:product.product,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_rate:"
+msgctxt "help:product.product,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
+msgctxt "help:product.template,sale_secondary_uom_rate:"
+msgid ""
+"The coefficient for the formula:\n"
+"coefficient (sale unit) = 1 (secondary unit)"
+msgstr ""
+
 msgctxt "help:product.template,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
-"coefficient (sale unit) = 1 (secondary unit)"
-msgstr ""
-
-msgctxt "help:product.template,sale_secondary_uom_rate:"
-msgid ""
-"The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
diff -r 1f6beacf913c -r 5c8b8b33f6a9 locale/fa.po
--- a/locale/fa.po      Fri Oct 09 19:09:06 2020 +0200
+++ b/locale/fa.po      Tue Oct 13 18:24:44 2020 +0200
@@ -70,37 +70,37 @@
 msgid "Sale Secondary UOM Rate"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_factor:"
+msgctxt "help:product.product,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_rate:"
+msgctxt "help:product.product,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
+msgctxt "help:product.template,sale_secondary_uom_rate:"
+msgid ""
+"The coefficient for the formula:\n"
+"coefficient (sale unit) = 1 (secondary unit)"
+msgstr ""
+
 msgctxt "help:product.template,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
-"coefficient (sale unit) = 1 (secondary unit)"
-msgstr ""
-
-msgctxt "help:product.template,sale_secondary_uom_rate:"
-msgid ""
-"The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
diff -r 1f6beacf913c -r 5c8b8b33f6a9 locale/fi.po
--- a/locale/fi.po      Fri Oct 09 19:09:06 2020 +0200
+++ b/locale/fi.po      Tue Oct 13 18:24:44 2020 +0200
@@ -70,37 +70,37 @@
 msgid "Sale Secondary UOM Rate"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_factor:"
+msgctxt "help:product.product,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_rate:"
+msgctxt "help:product.product,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
+msgctxt "help:product.template,sale_secondary_uom_rate:"
+msgid ""
+"The coefficient for the formula:\n"
+"coefficient (sale unit) = 1 (secondary unit)"
+msgstr ""
+
 msgctxt "help:product.template,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
-"coefficient (sale unit) = 1 (secondary unit)"
-msgstr ""
-
-msgctxt "help:product.template,sale_secondary_uom_rate:"
-msgid ""
-"The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
diff -r 1f6beacf913c -r 5c8b8b33f6a9 locale/fr.po
--- a/locale/fr.po      Fri Oct 09 19:09:06 2020 +0200
+++ b/locale/fr.po      Tue Oct 13 18:24:44 2020 +0200
@@ -70,7 +70,7 @@
 msgid "Sale Secondary UOM Rate"
 msgstr "Taux d'UDM secondaire de vente"
 
-msgctxt "help:product.product,sale_secondary_uom_factor:"
+msgctxt "help:product.product,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
@@ -78,7 +78,7 @@
 "Le coefficient pour la formule :\n"
 "coefficient (unité de vente) = 1 (unité secondaire)"
 
-msgctxt "help:product.product,sale_secondary_uom_rate:"
+msgctxt "help:product.product,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
@@ -86,7 +86,7 @@
 "Le coefficient pour la formule :\n"
 "1 (unité de vente) = coefficient (unité secondaire)"
 
-msgctxt "help:product.template,sale_secondary_uom_factor:"
+msgctxt "help:product.template,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
@@ -94,7 +94,7 @@
 "Le coefficient pour la formule :\n"
 "coefficient (unité de vente) = 1 (unité secondaire)"
 
-msgctxt "help:product.template,sale_secondary_uom_rate:"
+msgctxt "help:product.template,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
@@ -102,7 +102,7 @@
 "Le coefficient pour la formule :\n"
 "1 (unité de vente) = coefficient (unité secondaire)"
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
@@ -110,7 +110,7 @@
 "Le coefficient pour la formule :\n"
 "coefficient (unité de vente) = 1 (unité secondaire)"
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
diff -r 1f6beacf913c -r 5c8b8b33f6a9 locale/hu.po
--- a/locale/hu.po      Fri Oct 09 19:09:06 2020 +0200
+++ b/locale/hu.po      Tue Oct 13 18:24:44 2020 +0200
@@ -70,37 +70,37 @@
 msgid "Sale Secondary UOM Rate"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_factor:"
+msgctxt "help:product.product,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_rate:"
+msgctxt "help:product.product,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
+msgctxt "help:product.template,sale_secondary_uom_rate:"
+msgid ""
+"The coefficient for the formula:\n"
+"coefficient (sale unit) = 1 (secondary unit)"
+msgstr ""
+
 msgctxt "help:product.template,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
-"coefficient (sale unit) = 1 (secondary unit)"
-msgstr ""
-
-msgctxt "help:product.template,sale_secondary_uom_rate:"
-msgid ""
-"The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
diff -r 1f6beacf913c -r 5c8b8b33f6a9 locale/id.po
--- a/locale/id.po      Fri Oct 09 19:09:06 2020 +0200
+++ b/locale/id.po      Tue Oct 13 18:24:44 2020 +0200
@@ -70,37 +70,37 @@
 msgid "Sale Secondary UOM Rate"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_factor:"
+msgctxt "help:product.product,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_rate:"
+msgctxt "help:product.product,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
+msgctxt "help:product.template,sale_secondary_uom_rate:"
+msgid ""
+"The coefficient for the formula:\n"
+"coefficient (sale unit) = 1 (secondary unit)"
+msgstr ""
+
 msgctxt "help:product.template,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
-"coefficient (sale unit) = 1 (secondary unit)"
-msgstr ""
-
-msgctxt "help:product.template,sale_secondary_uom_rate:"
-msgid ""
-"The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
diff -r 1f6beacf913c -r 5c8b8b33f6a9 locale/it.po
--- a/locale/it.po      Fri Oct 09 19:09:06 2020 +0200
+++ b/locale/it.po      Tue Oct 13 18:24:44 2020 +0200
@@ -70,37 +70,37 @@
 msgid "Sale Secondary UOM Rate"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_factor:"
+msgctxt "help:product.product,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_rate:"
+msgctxt "help:product.product,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
+msgctxt "help:product.template,sale_secondary_uom_rate:"
+msgid ""
+"The coefficient for the formula:\n"
+"coefficient (sale unit) = 1 (secondary unit)"
+msgstr ""
+
 msgctxt "help:product.template,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
-"coefficient (sale unit) = 1 (secondary unit)"
-msgstr ""
-
-msgctxt "help:product.template,sale_secondary_uom_rate:"
-msgid ""
-"The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
diff -r 1f6beacf913c -r 5c8b8b33f6a9 locale/lo.po
--- a/locale/lo.po      Fri Oct 09 19:09:06 2020 +0200
+++ b/locale/lo.po      Tue Oct 13 18:24:44 2020 +0200
@@ -70,37 +70,37 @@
 msgid "Sale Secondary UOM Rate"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_factor:"
+msgctxt "help:product.product,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_rate:"
+msgctxt "help:product.product,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
+msgctxt "help:product.template,sale_secondary_uom_rate:"
+msgid ""
+"The coefficient for the formula:\n"
+"coefficient (sale unit) = 1 (secondary unit)"
+msgstr ""
+
 msgctxt "help:product.template,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
-"coefficient (sale unit) = 1 (secondary unit)"
-msgstr ""
-
-msgctxt "help:product.template,sale_secondary_uom_rate:"
-msgid ""
-"The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
diff -r 1f6beacf913c -r 5c8b8b33f6a9 locale/lt.po
--- a/locale/lt.po      Fri Oct 09 19:09:06 2020 +0200
+++ b/locale/lt.po      Tue Oct 13 18:24:44 2020 +0200
@@ -70,37 +70,37 @@
 msgid "Sale Secondary UOM Rate"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_factor:"
+msgctxt "help:product.product,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_rate:"
+msgctxt "help:product.product,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
+msgctxt "help:product.template,sale_secondary_uom_rate:"
+msgid ""
+"The coefficient for the formula:\n"
+"coefficient (sale unit) = 1 (secondary unit)"
+msgstr ""
+
 msgctxt "help:product.template,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
-"coefficient (sale unit) = 1 (secondary unit)"
-msgstr ""
-
-msgctxt "help:product.template,sale_secondary_uom_rate:"
-msgid ""
-"The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
diff -r 1f6beacf913c -r 5c8b8b33f6a9 locale/nl.po
--- a/locale/nl.po      Fri Oct 09 19:09:06 2020 +0200
+++ b/locale/nl.po      Tue Oct 13 18:24:44 2020 +0200
@@ -70,7 +70,7 @@
 msgid "Sale Secondary UOM Rate"
 msgstr "Verkoop Secundair maateenheid-tarief"
 
-msgctxt "help:product.product,sale_secondary_uom_factor:"
+msgctxt "help:product.product,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
@@ -78,7 +78,7 @@
 "De coëfficiënt voor de formule:\n"
 "coëfficiënt (verkoopeenheid) = 1 (secundaire eenheid)"
 
-msgctxt "help:product.product,sale_secondary_uom_rate:"
+msgctxt "help:product.product,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
@@ -86,7 +86,7 @@
 "De coëfficiënt voor de formule:\n"
 "1 (verkoopeenheid) = coëfficiënt (secundaire eenheid)"
 
-msgctxt "help:product.template,sale_secondary_uom_factor:"
+msgctxt "help:product.template,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
@@ -94,7 +94,7 @@
 "De coëfficiënt voor de formule:\n"
 "coëfficiënt (verkoopeenheid) = 1 (secundaire eenheid)"
 
-msgctxt "help:product.template,sale_secondary_uom_rate:"
+msgctxt "help:product.template,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
@@ -102,7 +102,7 @@
 "De coëfficiënt voor de formule:\n"
 "1 (verkoopeenheid) = coëfficiënt (secundaire eenheid)"
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
@@ -110,7 +110,7 @@
 "De coëfficiënt voor de formule:\n"
 "coëfficiënt (verkoopeenheid) = 1 (secundaire eenheid)"
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
diff -r 1f6beacf913c -r 5c8b8b33f6a9 locale/pl.po
--- a/locale/pl.po      Fri Oct 09 19:09:06 2020 +0200
+++ b/locale/pl.po      Tue Oct 13 18:24:44 2020 +0200
@@ -70,37 +70,37 @@
 msgid "Sale Secondary UOM Rate"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_factor:"
+msgctxt "help:product.product,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_rate:"
+msgctxt "help:product.product,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
+msgctxt "help:product.template,sale_secondary_uom_rate:"
+msgid ""
+"The coefficient for the formula:\n"
+"coefficient (sale unit) = 1 (secondary unit)"
+msgstr ""
+
 msgctxt "help:product.template,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
-"coefficient (sale unit) = 1 (secondary unit)"
-msgstr ""
-
-msgctxt "help:product.template,sale_secondary_uom_rate:"
-msgid ""
-"The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
diff -r 1f6beacf913c -r 5c8b8b33f6a9 locale/pt.po
--- a/locale/pt.po      Fri Oct 09 19:09:06 2020 +0200
+++ b/locale/pt.po      Tue Oct 13 18:24:44 2020 +0200
@@ -70,37 +70,37 @@
 msgid "Sale Secondary UOM Rate"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_factor:"
+msgctxt "help:product.product,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_rate:"
+msgctxt "help:product.product,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
+msgctxt "help:product.template,sale_secondary_uom_rate:"
+msgid ""
+"The coefficient for the formula:\n"
+"coefficient (sale unit) = 1 (secondary unit)"
+msgstr ""
+
 msgctxt "help:product.template,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
-"coefficient (sale unit) = 1 (secondary unit)"
-msgstr ""
-
-msgctxt "help:product.template,sale_secondary_uom_rate:"
-msgid ""
-"The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
diff -r 1f6beacf913c -r 5c8b8b33f6a9 locale/ru.po
--- a/locale/ru.po      Fri Oct 09 19:09:06 2020 +0200
+++ b/locale/ru.po      Tue Oct 13 18:24:44 2020 +0200
@@ -70,37 +70,37 @@
 msgid "Sale Secondary UOM Rate"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_factor:"
+msgctxt "help:product.product,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_rate:"
+msgctxt "help:product.product,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
+msgctxt "help:product.template,sale_secondary_uom_rate:"
+msgid ""
+"The coefficient for the formula:\n"
+"coefficient (sale unit) = 1 (secondary unit)"
+msgstr ""
+
 msgctxt "help:product.template,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
-"coefficient (sale unit) = 1 (secondary unit)"
-msgstr ""
-
-msgctxt "help:product.template,sale_secondary_uom_rate:"
-msgid ""
-"The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
diff -r 1f6beacf913c -r 5c8b8b33f6a9 locale/sl.po
--- a/locale/sl.po      Fri Oct 09 19:09:06 2020 +0200
+++ b/locale/sl.po      Tue Oct 13 18:24:44 2020 +0200
@@ -70,37 +70,37 @@
 msgid "Sale Secondary UOM Rate"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_factor:"
+msgctxt "help:product.product,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_rate:"
+msgctxt "help:product.product,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
+msgctxt "help:product.template,sale_secondary_uom_rate:"
+msgid ""
+"The coefficient for the formula:\n"
+"coefficient (sale unit) = 1 (secondary unit)"
+msgstr ""
+
 msgctxt "help:product.template,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
-"coefficient (sale unit) = 1 (secondary unit)"
-msgstr ""
-
-msgctxt "help:product.template,sale_secondary_uom_rate:"
-msgid ""
-"The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
diff -r 1f6beacf913c -r 5c8b8b33f6a9 locale/tr.po
--- a/locale/tr.po      Fri Oct 09 19:09:06 2020 +0200
+++ b/locale/tr.po      Tue Oct 13 18:24:44 2020 +0200
@@ -70,37 +70,37 @@
 msgid "Sale Secondary UOM Rate"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_factor:"
+msgctxt "help:product.product,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_rate:"
+msgctxt "help:product.product,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
+msgctxt "help:product.template,sale_secondary_uom_rate:"
+msgid ""
+"The coefficient for the formula:\n"
+"coefficient (sale unit) = 1 (secondary unit)"
+msgstr ""
+
 msgctxt "help:product.template,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
-"coefficient (sale unit) = 1 (secondary unit)"
-msgstr ""
-
-msgctxt "help:product.template,sale_secondary_uom_rate:"
-msgid ""
-"The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
diff -r 1f6beacf913c -r 5c8b8b33f6a9 locale/zh_CN.po
--- a/locale/zh_CN.po   Fri Oct 09 19:09:06 2020 +0200
+++ b/locale/zh_CN.po   Tue Oct 13 18:24:44 2020 +0200
@@ -70,37 +70,37 @@
 msgid "Sale Secondary UOM Rate"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_factor:"
+msgctxt "help:product.product,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:product.product,sale_secondary_uom_rate:"
+msgctxt "help:product.product,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
+msgctxt "help:product.template,sale_secondary_uom_rate:"
+msgid ""
+"The coefficient for the formula:\n"
+"coefficient (sale unit) = 1 (secondary unit)"
+msgstr ""
+
 msgctxt "help:product.template,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
-"coefficient (sale unit) = 1 (secondary unit)"
-msgstr ""
-
-msgctxt "help:product.template,sale_secondary_uom_rate:"
-msgid ""
-"The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
 msgid ""
 "The coefficient for the formula:\n"
 "coefficient (sale unit) = 1 (secondary unit)"
 msgstr ""
 
-msgctxt "help:sale.product_customer,sale_secondary_uom_rate:"
+msgctxt "help:sale.product_customer,sale_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
 "1 (sale unit) = coefficient (secondary unit)"
diff -r 1f6beacf913c -r 5c8b8b33f6a9 product.py
--- a/product.py        Fri Oct 09 19:09:06 2020 +0200
+++ b/product.py        Tue Oct 13 18:24:44 2020 +0200
@@ -26,7 +26,7 @@
             },
         depends=['sale_secondary_uom'],
         help="The coefficient for the formula:\n"
-        "coefficient (sale unit) = 1 (secondary unit)")
+        "1 (sale unit) = coefficient (secondary unit)")
     sale_secondary_uom_rate = fields.Float(
         "Sale Secondary UOM Rate", digits=uom_conversion_digits,
         states={
@@ -35,7 +35,7 @@
             },
         depends=['sale_secondary_uom'],
         help="The coefficient for the formula:\n"
-        "1 (sale unit) = coefficient (secondary unit)")
+        "coefficient (sale unit) = 1 (secondary unit)")
 
     @fields.depends('sale_secondary_uom_factor')
     def on_change_sale_secondary_uom_factor(self):

Reply via email to