[tryton-debian-vcs] tryton-modules-sale-opportunity branch debian updated. debian/4.4.1-1-4-g1ef2b04
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Fri Nov 10 12:18:09 UTC 2017
The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-opportunity.git;a=commitdiff;h=debian/4.4.1-1-4-g1ef2b04
commit 1ef2b04f932c47f80b4ec025d1c3a1053742f994
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Nov 7 16:24:56 2017 +0100
Releasing debian version 4.6.0-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 55e09f4..6e3c9e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-sale-opportunity (4.6.0-1) unstable; urgency=medium
+
+ * Bump the Standards-Version to 4.1.1, no changes needed.
+ * Merging upstream version 4.6.0.
+ * Use https in the watch file.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Tue, 07 Nov 2017 10:20:30 +0100
+
tryton-modules-sale-opportunity (4.4.1-1) unstable; urgency=medium
* Bump the Standards-Version to 4.1.0, no changes needed.
commit 1f7edcad6692089e521f8e130a18cacd1f0b18e2
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Nov 7 10:16:46 2017 +0100
Use https in the watch file.
diff --git a/debian/watch b/debian/watch
index 9ec502c..3b2975d 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
version=3
-opts=pgpsigurlmangle=s/$/.asc/ http://downloads.tryton.org/current/ .*trytond_sale_opportunity-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
+opts=pgpsigurlmangle=s/$/.asc/ https://downloads.tryton.org/current/ .*trytond_sale_opportunity-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
commit e43055a10b7a4920c8fcd4cd43f79ef43a57f1b7
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Nov 6 14:41:16 2017 +0100
Merging upstream version 4.6.0.
diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 0000000..e0bc2f7
--- /dev/null
+++ b/.drone.yml
@@ -0,0 +1,51 @@
+clone:
+ hg:
+ image: plugins/hg
+
+pipeline:
+ tox:
+ image: ${IMAGE}
+ environment:
+ - CFLAGS=-O0
+ - DB_CACHE=/cache
+ - TOX_TESTENV_PASSENV=CFLAGS DB_CACHE
+ - POSTGRESQL_URI=postgresql://postgres@postgresql:5432/
+ commands:
+ - pip install tox
+ - tox -e "${TOXENV}-${DATABASE}"
+ volumes:
+ - cache:/root/.cache
+
+services:
+ postgresql:
+ image: postgres
+ when:
+ matrix:
+ DATABASE: postgresql
+
+matrix:
+ include:
+ - IMAGE: python:2.7
+ TOXENV: py27
+ DATABASE: sqlite
+ - IMAGE: python:2.7
+ TOXENV: py27
+ DATABASE: postgresql
+ - IMAGE: python:3.4
+ TOXENV: py34
+ DATABASE: sqlite
+ - IMAGE: python:3.4
+ TOXENV: py34
+ DATABASE: postgresql
+ - IMAGE: python:3.5
+ TOXENV: py35
+ DATABASE: sqlite
+ - IMAGE: python:3.5
+ TOXENV: py35
+ DATABASE: postgresql
+ - IMAGE: python:3.6
+ TOXENV: py36
+ DATABASE: sqlite
+ - IMAGE: python:3.6
+ TOXENV: py36
+ DATABASE: postgresql
diff --git a/CHANGELOG b/CHANGELOG
index ee365f6..fe01cf9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-Version 4.4.1 - 2017-09-04
+Version 4.6.0 - 2017-10-30
* Bug fixes (see mercurial logs for details)
Version 4.4.0 - 2017-05-01
diff --git a/PKG-INFO b/PKG-INFO
index c149e8b..9b093bb 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond_sale_opportunity
-Version: 4.4.1
+Version: 4.6.0
Summary: Tryton module with leads and opportunities
Home-page: http://www.tryton.org/
Author: Tryton
Author-email: issue_tracker at tryton.org
License: GPL-3
-Download-URL: http://downloads.tryton.org/4.4/
+Download-URL: http://downloads.tryton.org/4.6/
Description: trytond_sale_opportunity
========================
@@ -69,9 +69,9 @@ Classifier: Natural Language :: Slovenian
Classifier: Natural Language :: Spanish
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
-Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Office/Business
diff --git a/locale/bg.po b/locale/bg.po
index 48edfe6..1c0278a 100644
--- a/locale/bg.po
+++ b/locale/bg.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -88,8 +88,8 @@ msgid "Payment Term"
msgstr "Условие за плащане"
msgctxt "field:sale.opportunity,rec_name:"
-msgid "Name"
-msgstr "Име"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:sale.opportunity,reference:"
@@ -146,8 +146,8 @@ msgid "Quantity"
msgstr "Количество"
msgctxt "field:sale.opportunity.line,rec_name:"
-msgid "Name"
-msgstr "Име"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity.line,sequence:"
msgid "Sequence"
@@ -226,8 +226,8 @@ msgid "Number"
msgstr "Номер"
msgctxt "field:sale.opportunity_employee,rec_name:"
-msgid "Name"
-msgstr "Име"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity_employee,winning_amount_rate:"
msgid "Winning Amount Rate"
@@ -330,8 +330,8 @@ msgid "Number"
msgstr "Номер"
msgctxt "field:sale.opportunity_employee_monthly,rec_name:"
-msgid "Name"
-msgstr "Име"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity_employee_monthly,winning_amount_rate:"
msgid "Winning Amount Rate"
@@ -419,8 +419,8 @@ msgid "Number"
msgstr "Номер"
msgctxt "field:sale.opportunity_monthly,rec_name:"
-msgid "Name"
-msgstr "Име"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity_monthly,winning_amount_rate:"
msgid "Winning Amount Rate"
diff --git a/locale/ca.po b/locale/ca.po
index ffa3c6c..38f2117 100644
--- a/locale/ca.po
+++ b/locale/ca.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -87,8 +87,8 @@ msgid "Payment Term"
msgstr "Termini de pagament"
msgctxt "field:sale.opportunity,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom del registre"
msgctxt "field:sale.opportunity,reference:"
msgid "Reference"
@@ -143,8 +143,8 @@ msgid "Quantity"
msgstr "Quantitat"
msgctxt "field:sale.opportunity.line,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom del registre"
msgctxt "field:sale.opportunity.line,sequence:"
msgid "Sequence"
@@ -223,8 +223,8 @@ msgid "Number"
msgstr "Número"
msgctxt "field:sale.opportunity_employee,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom del registre"
msgctxt "field:sale.opportunity_employee,winning_amount_rate:"
msgid "Winning Amount Rate"
@@ -323,8 +323,8 @@ msgid "Number"
msgstr "Número"
msgctxt "field:sale.opportunity_employee_monthly,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom del registre"
msgctxt "field:sale.opportunity_employee_monthly,winning_amount_rate:"
msgid "Winning Amount Rate"
@@ -411,8 +411,8 @@ msgid "Number"
msgstr "Número"
msgctxt "field:sale.opportunity_monthly,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom del registre"
msgctxt "field:sale.opportunity_monthly,winning_amount_rate:"
msgid "Winning Amount Rate"
diff --git a/locale/cs.po b/locale/cs.po
index b39baf7..9089848 100644
--- a/locale/cs.po
+++ b/locale/cs.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -86,10 +86,9 @@ msgctxt "field:sale.opportunity,payment_term:"
msgid "Payment Term"
msgstr ""
-#, fuzzy
msgctxt "field:sale.opportunity,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity,reference:"
msgid "Reference"
@@ -143,10 +142,9 @@ msgctxt "field:sale.opportunity.line,quantity:"
msgid "Quantity"
msgstr ""
-#, fuzzy
msgctxt "field:sale.opportunity.line,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity.line,sequence:"
msgid "Sequence"
@@ -224,10 +222,9 @@ msgctxt "field:sale.opportunity_employee,number:"
msgid "Number"
msgstr ""
-#, fuzzy
msgctxt "field:sale.opportunity_employee,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity_employee,winning_amount_rate:"
msgid "Winning Amount Rate"
@@ -326,10 +323,9 @@ msgctxt "field:sale.opportunity_employee_monthly,number:"
msgid "Number"
msgstr ""
-#, fuzzy
msgctxt "field:sale.opportunity_employee_monthly,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity_employee_monthly,winning_amount_rate:"
msgid "Winning Amount Rate"
@@ -416,10 +412,9 @@ msgctxt "field:sale.opportunity_monthly,number:"
msgid "Number"
msgstr ""
-#, fuzzy
msgctxt "field:sale.opportunity_monthly,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity_monthly,winning_amount_rate:"
msgid "Winning Amount Rate"
diff --git a/locale/de.po b/locale/de.po
index da3b9a9..f79dc2f 100644
--- a/locale/de.po
+++ b/locale/de.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -89,8 +89,8 @@ msgid "Payment Term"
msgstr "Zahlungsbedingung"
msgctxt "field:sale.opportunity,rec_name:"
-msgid "Name"
-msgstr "Name"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity,reference:"
msgid "Reference"
@@ -145,8 +145,8 @@ msgid "Quantity"
msgstr "Anzahl"
msgctxt "field:sale.opportunity.line,rec_name:"
-msgid "Name"
-msgstr "Name"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity.line,sequence:"
msgid "Sequence"
@@ -225,8 +225,8 @@ msgid "Number"
msgstr "Anzahl"
msgctxt "field:sale.opportunity_employee,rec_name:"
-msgid "Name"
-msgstr "Name"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity_employee,winning_amount_rate:"
msgid "Winning Amount Rate"
@@ -325,8 +325,8 @@ msgid "Number"
msgstr "Anzahl"
msgctxt "field:sale.opportunity_employee_monthly,rec_name:"
-msgid "Name"
-msgstr "Name"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity_employee_monthly,winning_amount_rate:"
msgid "Winning Amount Rate"
@@ -413,8 +413,8 @@ msgid "Number"
msgstr "Anzahl"
msgctxt "field:sale.opportunity_monthly,rec_name:"
-msgid "Name"
-msgstr "Name"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity_monthly,winning_amount_rate:"
msgid "Winning Amount Rate"
diff --git a/locale/es.po b/locale/es.po
index e88050f..a69c826 100644
--- a/locale/es.po
+++ b/locale/es.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -87,8 +87,8 @@ msgid "Payment Term"
msgstr "Plazo de pago"
msgctxt "field:sale.opportunity,rec_name:"
-msgid "Name"
-msgstr "Nombre"
+msgid "Record Name"
+msgstr "Nombre del registro"
msgctxt "field:sale.opportunity,reference:"
msgid "Reference"
@@ -143,8 +143,8 @@ msgid "Quantity"
msgstr "Cantidad"
msgctxt "field:sale.opportunity.line,rec_name:"
-msgid "Name"
-msgstr "Nombre"
+msgid "Record Name"
+msgstr "Nombre del registro"
msgctxt "field:sale.opportunity.line,sequence:"
msgid "Sequence"
@@ -223,8 +223,8 @@ msgid "Number"
msgstr "Número"
msgctxt "field:sale.opportunity_employee,rec_name:"
-msgid "Name"
-msgstr "Nombre"
+msgid "Record Name"
+msgstr "Nombre del registro"
msgctxt "field:sale.opportunity_employee,winning_amount_rate:"
msgid "Winning Amount Rate"
@@ -323,8 +323,8 @@ msgid "Number"
msgstr "Número"
msgctxt "field:sale.opportunity_employee_monthly,rec_name:"
-msgid "Name"
-msgstr "Nombre"
+msgid "Record Name"
+msgstr "Nombre del registro"
msgctxt "field:sale.opportunity_employee_monthly,winning_amount_rate:"
msgid "Winning Amount Rate"
@@ -411,8 +411,8 @@ msgid "Number"
msgstr "Número"
msgctxt "field:sale.opportunity_monthly,rec_name:"
-msgid "Name"
-msgstr "Nombre"
+msgid "Record Name"
+msgstr "Nombre del registro"
msgctxt "field:sale.opportunity_monthly,winning_amount_rate:"
msgid "Winning Amount Rate"
diff --git a/locale/es_419.po b/locale/es_419.po
index 738905f..0e0a8dc 100644
--- a/locale/es_419.po
+++ b/locale/es_419.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -87,7 +87,7 @@ msgid "Payment Term"
msgstr "Término de pago"
msgctxt "field:sale.opportunity,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:sale.opportunity,reference:"
@@ -143,7 +143,7 @@ msgid "Quantity"
msgstr ""
msgctxt "field:sale.opportunity.line,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:sale.opportunity.line,sequence:"
@@ -223,7 +223,7 @@ msgid "Number"
msgstr ""
msgctxt "field:sale.opportunity_employee,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:sale.opportunity_employee,winning_amount_rate:"
@@ -324,7 +324,7 @@ msgid "Number"
msgstr ""
msgctxt "field:sale.opportunity_employee_monthly,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:sale.opportunity_employee_monthly,winning_amount_rate:"
@@ -412,7 +412,7 @@ msgid "Number"
msgstr ""
msgctxt "field:sale.opportunity_monthly,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:sale.opportunity_monthly,winning_amount_rate:"
diff --git a/locale/fr.po b/locale/fr.po
index b4cae2f..b2617bd 100644
--- a/locale/fr.po
+++ b/locale/fr.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -87,8 +87,8 @@ msgid "Payment Term"
msgstr "Conditions de paiement"
msgctxt "field:sale.opportunity,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom de l'enregistrement"
msgctxt "field:sale.opportunity,reference:"
msgid "Reference"
@@ -143,8 +143,8 @@ msgid "Quantity"
msgstr "Quantité"
msgctxt "field:sale.opportunity.line,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom de l'enregistrement"
msgctxt "field:sale.opportunity.line,sequence:"
msgid "Sequence"
@@ -223,8 +223,8 @@ msgid "Number"
msgstr "Nombre"
msgctxt "field:sale.opportunity_employee,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom de l'enregistrement"
msgctxt "field:sale.opportunity_employee,winning_amount_rate:"
msgid "Winning Amount Rate"
@@ -323,8 +323,8 @@ msgid "Number"
msgstr "Nombre"
msgctxt "field:sale.opportunity_employee_monthly,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom de l'enregistrement"
msgctxt "field:sale.opportunity_employee_monthly,winning_amount_rate:"
msgid "Winning Amount Rate"
@@ -411,8 +411,8 @@ msgid "Number"
msgstr "Nombre"
msgctxt "field:sale.opportunity_monthly,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom de l'enregistrement"
msgctxt "field:sale.opportunity_monthly,winning_amount_rate:"
msgid "Winning Amount Rate"
diff --git a/locale/hu_HU.po b/locale/hu_HU.po
index 1e350e1..2a64d95 100644
--- a/locale/hu_HU.po
+++ b/locale/hu_HU.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -98,10 +98,9 @@ msgctxt "field:sale.opportunity,payment_term:"
msgid "Payment Term"
msgstr ""
-#, fuzzy
msgctxt "field:sale.opportunity,rec_name:"
-msgid "Name"
-msgstr "Név"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity,reference:"
msgid "Reference"
@@ -163,10 +162,9 @@ msgctxt "field:sale.opportunity.line,quantity:"
msgid "Quantity"
msgstr "Mennyiség"
-#, fuzzy
msgctxt "field:sale.opportunity.line,rec_name:"
-msgid "Name"
-msgstr "Név"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:sale.opportunity.line,sequence:"
@@ -256,10 +254,9 @@ msgctxt "field:sale.opportunity_employee,number:"
msgid "Number"
msgstr "Szám"
-#, fuzzy
msgctxt "field:sale.opportunity_employee,rec_name:"
-msgid "Name"
-msgstr "Név"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity_employee,winning_amount_rate:"
msgid "Winning Amount Rate"
@@ -369,10 +366,9 @@ msgctxt "field:sale.opportunity_employee_monthly,number:"
msgid "Number"
msgstr "Szám"
-#, fuzzy
msgctxt "field:sale.opportunity_employee_monthly,rec_name:"
-msgid "Name"
-msgstr "Név"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity_employee_monthly,winning_amount_rate:"
msgid "Winning Amount Rate"
@@ -469,10 +465,9 @@ msgctxt "field:sale.opportunity_monthly,number:"
msgid "Number"
msgstr "Szám"
-#, fuzzy
msgctxt "field:sale.opportunity_monthly,rec_name:"
-msgid "Name"
-msgstr "Név"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity_monthly,winning_amount_rate:"
msgid "Winning Amount Rate"
diff --git a/locale/it_IT.po b/locale/it_IT.po
index ed97cab..dade288 100644
--- a/locale/it_IT.po
+++ b/locale/it_IT.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -88,8 +88,8 @@ msgid "Payment Term"
msgstr "Termine di pagamento"
msgctxt "field:sale.opportunity,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity,reference:"
msgid "Reference"
@@ -144,8 +144,8 @@ msgid "Quantity"
msgstr "Quantità"
msgctxt "field:sale.opportunity.line,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity.line,sequence:"
msgid "Sequence"
@@ -224,8 +224,8 @@ msgid "Number"
msgstr "Numero"
msgctxt "field:sale.opportunity_employee,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity_employee,winning_amount_rate:"
msgid "Winning Amount Rate"
@@ -324,8 +324,8 @@ msgid "Number"
msgstr "Numero"
msgctxt "field:sale.opportunity_employee_monthly,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity_employee_monthly,winning_amount_rate:"
msgid "Winning Amount Rate"
@@ -412,8 +412,8 @@ msgid "Number"
msgstr "Numero"
msgctxt "field:sale.opportunity_monthly,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity_monthly,winning_amount_rate:"
msgid "Winning Amount Rate"
diff --git a/locale/ja_JP.po b/locale/ja_JP.po
index 2a7b7dc..8c6b873 100644
--- a/locale/ja_JP.po
+++ b/locale/ja_JP.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -87,7 +87,7 @@ msgid "Payment Term"
msgstr ""
msgctxt "field:sale.opportunity,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:sale.opportunity,reference:"
@@ -145,7 +145,7 @@ msgid "Quantity"
msgstr ""
msgctxt "field:sale.opportunity.line,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:sale.opportunity.line,sequence:"
@@ -227,7 +227,7 @@ msgid "Number"
msgstr ""
msgctxt "field:sale.opportunity_employee,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:sale.opportunity_employee,winning_amount_rate:"
@@ -330,7 +330,7 @@ msgid "Number"
msgstr ""
msgctxt "field:sale.opportunity_employee_monthly,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:sale.opportunity_employee_monthly,winning_amount_rate:"
@@ -421,7 +421,7 @@ msgid "Number"
msgstr ""
msgctxt "field:sale.opportunity_monthly,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:sale.opportunity_monthly,winning_amount_rate:"
diff --git a/locale/lo.po b/locale/lo.po
index 652b431..b1a1ae3 100644
--- a/locale/lo.po
+++ b/locale/lo.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -102,10 +102,9 @@ msgctxt "field:sale.opportunity,payment_term:"
msgid "Payment Term"
msgstr "ໄລຍະຊໍາລະ"
-#, fuzzy
msgctxt "field:sale.opportunity,rec_name:"
-msgid "Name"
-msgstr "ຊື່"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:sale.opportunity,reference:"
@@ -169,10 +168,9 @@ msgctxt "field:sale.opportunity.line,quantity:"
msgid "Quantity"
msgstr "ຈຳນວນ"
-#, fuzzy
msgctxt "field:sale.opportunity.line,rec_name:"
-msgid "Name"
-msgstr "ຊື່"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:sale.opportunity.line,sequence:"
@@ -264,10 +262,9 @@ msgctxt "field:sale.opportunity_employee,number:"
msgid "Number"
msgstr "ເລກທີ"
-#, fuzzy
msgctxt "field:sale.opportunity_employee,rec_name:"
-msgid "Name"
-msgstr "ຊື່"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity_employee,winning_amount_rate:"
msgid "Winning Amount Rate"
@@ -381,10 +378,9 @@ msgctxt "field:sale.opportunity_employee_monthly,number:"
msgid "Number"
msgstr "ເລກທີ"
-#, fuzzy
msgctxt "field:sale.opportunity_employee_monthly,rec_name:"
-msgid "Name"
-msgstr "ຊື່"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity_employee_monthly,winning_amount_rate:"
msgid "Winning Amount Rate"
@@ -483,10 +479,9 @@ msgctxt "field:sale.opportunity_monthly,number:"
msgid "Number"
msgstr "ເລກທີ"
-#, fuzzy
msgctxt "field:sale.opportunity_monthly,rec_name:"
-msgid "Name"
-msgstr "ຊື່"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity_monthly,winning_amount_rate:"
msgid "Winning Amount Rate"
diff --git a/locale/lt.po b/locale/lt.po
index 25470cc..f106278 100644
--- a/locale/lt.po
+++ b/locale/lt.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -86,10 +86,9 @@ msgctxt "field:sale.opportunity,payment_term:"
msgid "Payment Term"
msgstr ""
-#, fuzzy
msgctxt "field:sale.opportunity,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity,reference:"
msgid "Reference"
@@ -143,10 +142,9 @@ msgctxt "field:sale.opportunity.line,quantity:"
msgid "Quantity"
msgstr ""
-#, fuzzy
msgctxt "field:sale.opportunity.line,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity.line,sequence:"
msgid "Sequence"
@@ -224,10 +222,9 @@ msgctxt "field:sale.opportunity_employee,number:"
msgid "Number"
msgstr ""
-#, fuzzy
msgctxt "field:sale.opportunity_employee,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity_employee,winning_amount_rate:"
msgid "Winning Amount Rate"
@@ -326,10 +323,9 @@ msgctxt "field:sale.opportunity_employee_monthly,number:"
msgid "Number"
msgstr ""
-#, fuzzy
msgctxt "field:sale.opportunity_employee_monthly,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity_employee_monthly,winning_amount_rate:"
msgid "Winning Amount Rate"
@@ -416,10 +412,9 @@ msgctxt "field:sale.opportunity_monthly,number:"
msgid "Number"
msgstr ""
-#, fuzzy
msgctxt "field:sale.opportunity_monthly,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity_monthly,winning_amount_rate:"
msgid "Winning Amount Rate"
diff --git a/locale/nl.po b/locale/nl.po
index 5878ac6..572dfe5 100644
--- a/locale/nl.po
+++ b/locale/nl.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -102,10 +102,9 @@ msgctxt "field:sale.opportunity,payment_term:"
msgid "Payment Term"
msgstr "Betalingstermijn"
-#, fuzzy
msgctxt "field:sale.opportunity,rec_name:"
-msgid "Name"
-msgstr "Naam bijlage"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:sale.opportunity,reference:"
@@ -170,10 +169,9 @@ msgctxt "field:sale.opportunity.line,quantity:"
msgid "Quantity"
msgstr "Hoeveelheid"
-#, fuzzy
msgctxt "field:sale.opportunity.line,rec_name:"
-msgid "Name"
-msgstr "Naam bijlage"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:sale.opportunity.line,sequence:"
@@ -265,10 +263,9 @@ msgctxt "field:sale.opportunity_employee,number:"
msgid "Number"
msgstr "Nummer"
-#, fuzzy
msgctxt "field:sale.opportunity_employee,rec_name:"
-msgid "Name"
-msgstr "Naam bijlage"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity_employee,winning_amount_rate:"
msgid "Winning Amount Rate"
@@ -382,10 +379,9 @@ msgctxt "field:sale.opportunity_employee_monthly,number:"
msgid "Number"
msgstr "Nummer"
-#, fuzzy
msgctxt "field:sale.opportunity_employee_monthly,rec_name:"
-msgid "Name"
-msgstr "Naam bijlage"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity_employee_monthly,winning_amount_rate:"
msgid "Winning Amount Rate"
@@ -484,10 +480,9 @@ msgctxt "field:sale.opportunity_monthly,number:"
msgid "Number"
msgstr "Nummer"
-#, fuzzy
msgctxt "field:sale.opportunity_monthly,rec_name:"
-msgid "Name"
-msgstr "Naam bijlage"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity_monthly,winning_amount_rate:"
msgid "Winning Amount Rate"
diff --git a/locale/pl.po b/locale/pl.po
index 2a7b7dc..4102fd2 100644
--- a/locale/pl.po
+++ b/locale/pl.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -16,7 +16,7 @@ msgstr ""
msgctxt "field:sale.opportunity,address:"
msgid "Address"
-msgstr ""
+msgstr "Adres"
msgctxt "field:sale.opportunity,amount:"
msgid "Amount"
@@ -24,11 +24,11 @@ msgstr ""
msgctxt "field:sale.opportunity,comment:"
msgid "Comment"
-msgstr ""
+msgstr "Komentarz"
msgctxt "field:sale.opportunity,company:"
msgid "Company"
-msgstr ""
+msgstr "Firma"
msgctxt "field:sale.opportunity,conversion_probability:"
msgid "Conversion Probability"
@@ -36,39 +36,39 @@ msgstr ""
msgctxt "field:sale.opportunity,create_date:"
msgid "Create Date"
-msgstr ""
+msgstr "Data utworzenia"
msgctxt "field:sale.opportunity,create_uid:"
msgid "Create User"
-msgstr ""
+msgstr "Utworzył"
msgctxt "field:sale.opportunity,currency:"
msgid "Currency"
-msgstr ""
+msgstr "Waluta"
msgctxt "field:sale.opportunity,currency_digits:"
msgid "Currency Digits"
-msgstr ""
+msgstr "Cyfry waluty"
msgctxt "field:sale.opportunity,description:"
msgid "Description"
-msgstr ""
+msgstr "Opis"
msgctxt "field:sale.opportunity,employee:"
msgid "Employee"
-msgstr ""
+msgstr "Pracownik"
msgctxt "field:sale.opportunity,end_date:"
msgid "End Date"
-msgstr ""
+msgstr "Data ukończenia"
msgctxt "field:sale.opportunity,id:"
msgid "ID"
-msgstr ""
+msgstr "ID"
msgctxt "field:sale.opportunity,lines:"
msgid "Lines"
-msgstr ""
+msgstr "Wiersze"
msgctxt "field:sale.opportunity,lost_reason:"
msgid "Reason for loss"
@@ -76,56 +76,55 @@ msgstr ""
msgctxt "field:sale.opportunity,number:"
msgid "Number"
-msgstr ""
+msgstr "Numer"
msgctxt "field:sale.opportunity,party:"
msgid "Party"
-msgstr ""
+msgstr "Strona"
msgctxt "field:sale.opportunity,payment_term:"
msgid "Payment Term"
-msgstr ""
+msgstr "Termin płatności"
msgctxt "field:sale.opportunity,rec_name:"
-msgid "Name"
-msgstr ""
+msgid "Record Name"
+msgstr "Nazwa rekordu"
msgctxt "field:sale.opportunity,reference:"
msgid "Reference"
-msgstr ""
+msgstr "Referencja"
-#, fuzzy
msgctxt "field:sale.opportunity,sales:"
msgid "Sales"
-msgstr "Sales"
+msgstr "Sprzedaż"
msgctxt "field:sale.opportunity,start_date:"
msgid "Start Date"
-msgstr ""
+msgstr "Data rozpoczęcia"
msgctxt "field:sale.opportunity,state:"
msgid "State"
-msgstr ""
+msgstr "Stan"
msgctxt "field:sale.opportunity,write_date:"
msgid "Write Date"
-msgstr ""
+msgstr "Data zapisu"
msgctxt "field:sale.opportunity,write_uid:"
msgid "Write User"
-msgstr ""
+msgstr "Zapisał"
msgctxt "field:sale.opportunity.line,create_date:"
msgid "Create Date"
-msgstr ""
+msgstr "Data utworzenia"
msgctxt "field:sale.opportunity.line,create_uid:"
msgid "Create User"
-msgstr ""
+msgstr "Utworzył"
msgctxt "field:sale.opportunity.line,id:"
msgid "ID"
-msgstr ""
+msgstr "ID"
#, fuzzy
msgctxt "field:sale.opportunity.line,opportunity:"
@@ -138,35 +137,35 @@ msgstr ""
msgctxt "field:sale.opportunity.line,product:"
msgid "Product"
-msgstr ""
+msgstr "Produkt"
msgctxt "field:sale.opportunity.line,quantity:"
msgid "Quantity"
-msgstr ""
+msgstr "Ilość"
msgctxt "field:sale.opportunity.line,rec_name:"
-msgid "Name"
-msgstr ""
+msgid "Record Name"
+msgstr "Nazwa rekordu"
msgctxt "field:sale.opportunity.line,sequence:"
msgid "Sequence"
-msgstr ""
+msgstr "Sekwencja"
msgctxt "field:sale.opportunity.line,unit:"
msgid "Unit"
-msgstr ""
+msgstr "Jednostka"
msgctxt "field:sale.opportunity.line,unit_digits:"
msgid "Unit Digits"
-msgstr ""
+msgstr "Cyfry jednostki"
msgctxt "field:sale.opportunity.line,write_date:"
msgid "Write Date"
-msgstr ""
+msgstr "Data zapisu"
msgctxt "field:sale.opportunity.line,write_uid:"
msgid "Write User"
-msgstr ""
+msgstr "Zapisał"
msgctxt "field:sale.opportunity_employee,amount:"
msgid "Amount"
@@ -174,7 +173,7 @@ msgstr ""
msgctxt "field:sale.opportunity_employee,company:"
msgid "Company"
-msgstr ""
+msgstr "Firma"
msgctxt "field:sale.opportunity_employee,conversion_amount_rate:"
msgid "Conversion Amount Rate"
@@ -195,27 +194,27 @@ msgstr ""
msgctxt "field:sale.opportunity_employee,create_date:"
msgid "Create Date"
-msgstr ""
+msgstr "Data utworzenia"
msgctxt "field:sale.opportunity_employee,create_uid:"
msgid "Create User"
-msgstr ""
+msgstr "Utworzył"
msgctxt "field:sale.opportunity_employee,currency:"
msgid "Currency"
-msgstr ""
+msgstr "Waluta"
msgctxt "field:sale.opportunity_employee,currency_digits:"
msgid "Currency Digits"
-msgstr ""
+msgstr "Cyfry waluty"
msgctxt "field:sale.opportunity_employee,employee:"
msgid "Employee"
-msgstr ""
+msgstr "Pracownik"
msgctxt "field:sale.opportunity_employee,id:"
msgid "ID"
-msgstr ""
+msgstr "ID"
#, fuzzy
msgctxt "field:sale.opportunity_employee,lost:"
@@ -224,11 +223,11 @@ msgstr "Lost"
msgctxt "field:sale.opportunity_employee,number:"
msgid "Number"
-msgstr ""
+msgstr "Numer"
msgctxt "field:sale.opportunity_employee,rec_name:"
-msgid "Name"
-msgstr ""
+msgid "Record Name"
+msgstr "Nazwa rekordu"
msgctxt "field:sale.opportunity_employee,winning_amount_rate:"
msgid "Winning Amount Rate"
@@ -238,10 +237,9 @@ msgctxt "field:sale.opportunity_employee,winning_rate:"
msgid "Winning Rate"
msgstr ""
-#, fuzzy
msgctxt "field:sale.opportunity_employee,won:"
msgid "Won"
-msgstr "Won"
+msgstr ""
msgctxt "field:sale.opportunity_employee,won_amount:"
msgid "Won Amount"
@@ -249,23 +247,23 @@ msgstr ""
msgctxt "field:sale.opportunity_employee,write_date:"
msgid "Write Date"
-msgstr ""
+msgstr "Data zapisu"
msgctxt "field:sale.opportunity_employee,write_uid:"
msgid "Write User"
-msgstr ""
+msgstr "Zapisał"
msgctxt "field:sale.opportunity_employee.context,end_date:"
msgid "End Date"
-msgstr ""
+msgstr "Data ukończenia"
msgctxt "field:sale.opportunity_employee.context,id:"
msgid "ID"
-msgstr ""
+msgstr "ID"
msgctxt "field:sale.opportunity_employee.context,start_date:"
msgid "Start Date"
-msgstr ""
+msgstr "Data rozpoczęcia"
msgctxt "field:sale.opportunity_employee_monthly,amount:"
msgid "Amount"
@@ -273,7 +271,7 @@ msgstr ""
msgctxt "field:sale.opportunity_employee_monthly,company:"
msgid "Company"
-msgstr ""
+msgstr "Firma"
msgctxt "field:sale.opportunity_employee_monthly,conversion_amount_rate:"
msgid "Conversion Amount Rate"
@@ -294,27 +292,27 @@ msgstr ""
msgctxt "field:sale.opportunity_employee_monthly,create_date:"
msgid "Create Date"
-msgstr ""
+msgstr "Data utworzenia"
msgctxt "field:sale.opportunity_employee_monthly,create_uid:"
msgid "Create User"
-msgstr ""
+msgstr "Utworzył"
msgctxt "field:sale.opportunity_employee_monthly,currency:"
msgid "Currency"
-msgstr ""
+msgstr "Waluta"
msgctxt "field:sale.opportunity_employee_monthly,currency_digits:"
msgid "Currency Digits"
-msgstr ""
+msgstr "Cyfry waluty"
msgctxt "field:sale.opportunity_employee_monthly,employee:"
msgid "Employee"
-msgstr ""
+msgstr "Pracownik"
msgctxt "field:sale.opportunity_employee_monthly,id:"
msgid "ID"
-msgstr ""
+msgstr "ID"
#, fuzzy
msgctxt "field:sale.opportunity_employee_monthly,lost:"
@@ -323,15 +321,15 @@ msgstr "Lost"
msgctxt "field:sale.opportunity_employee_monthly,month:"
msgid "Month"
-msgstr ""
+msgstr "Miesiąc"
msgctxt "field:sale.opportunity_employee_monthly,number:"
msgid "Number"
-msgstr ""
+msgstr "Numer"
msgctxt "field:sale.opportunity_employee_monthly,rec_name:"
-msgid "Name"
-msgstr ""
+msgid "Record Name"
+msgstr "Nazwa rekordu"
msgctxt "field:sale.opportunity_employee_monthly,winning_amount_rate:"
msgid "Winning Amount Rate"
@@ -352,15 +350,15 @@ msgstr ""
msgctxt "field:sale.opportunity_employee_monthly,write_date:"
msgid "Write Date"
-msgstr ""
+msgstr "Data zapisu"
msgctxt "field:sale.opportunity_employee_monthly,write_uid:"
msgid "Write User"
-msgstr ""
+msgstr "Zapisał"
msgctxt "field:sale.opportunity_employee_monthly,year:"
msgid "Year"
-msgstr ""
+msgstr "Rok"
msgctxt "field:sale.opportunity_monthly,amount:"
msgid "Amount"
@@ -368,7 +366,7 @@ msgstr ""
msgctxt "field:sale.opportunity_monthly,company:"
msgid "Company"
-msgstr ""
+msgstr "Firma"
msgctxt "field:sale.opportunity_monthly,conversion_amount_rate:"
msgid "Conversion Amount Rate"
@@ -389,23 +387,23 @@ msgstr ""
msgctxt "field:sale.opportunity_monthly,create_date:"
msgid "Create Date"
-msgstr ""
+msgstr "Data utworzenia"
msgctxt "field:sale.opportunity_monthly,create_uid:"
msgid "Create User"
-msgstr ""
+msgstr "Utworzył"
msgctxt "field:sale.opportunity_monthly,currency:"
msgid "Currency"
-msgstr ""
+msgstr "Waluta"
msgctxt "field:sale.opportunity_monthly,currency_digits:"
msgid "Currency Digits"
-msgstr ""
+msgstr "Cyfry waluty"
msgctxt "field:sale.opportunity_monthly,id:"
msgid "ID"
-msgstr ""
+msgstr "ID"
#, fuzzy
msgctxt "field:sale.opportunity_monthly,lost:"
@@ -414,15 +412,15 @@ msgstr "Lost"
msgctxt "field:sale.opportunity_monthly,month:"
msgid "Month"
-msgstr ""
+msgstr "Miesiąc"
msgctxt "field:sale.opportunity_monthly,number:"
msgid "Number"
-msgstr ""
+msgstr "Numer"
msgctxt "field:sale.opportunity_monthly,rec_name:"
-msgid "Name"
-msgstr ""
+msgid "Record Name"
+msgstr "Nazwa rekordu"
msgctxt "field:sale.opportunity_monthly,winning_amount_rate:"
msgid "Winning Amount Rate"
@@ -443,19 +441,19 @@ msgstr ""
msgctxt "field:sale.opportunity_monthly,write_date:"
msgid "Write Date"
-msgstr ""
+msgstr "Data zapisu"
msgctxt "field:sale.opportunity_monthly,write_uid:"
msgid "Write User"
-msgstr ""
+msgstr "Zapisał"
msgctxt "field:sale.opportunity_monthly,year:"
msgid "Year"
-msgstr ""
+msgstr "Rok"
msgctxt "field:sale.opportunity_monthly,year_month:"
msgid "Year-Month"
-msgstr ""
+msgstr "Rok-Miesiąc"
msgctxt "help:sale.opportunity,amount:"
msgid "Estimated revenue amount"
@@ -467,94 +465,94 @@ msgstr ""
msgctxt "model:ir.action,name:act_open_sale_form"
msgid "Sales"
-msgstr "Sales"
+msgstr "Sprzedaż"
msgctxt "model:ir.action,name:act_opportunity_employee_form"
msgid "Opportunities per Employee"
-msgstr "Opportunities per Employee"
+msgstr ""
msgctxt "model:ir.action,name:act_opportunity_employee_monthly_form"
msgid "Opportunities per Employee per Month"
-msgstr "Opportunities per Employee per Month"
+msgstr ""
msgctxt "model:ir.action,name:act_opportunity_form"
msgid "Leads and Opportunities"
-msgstr "Leads and Opportunities"
+msgstr ""
msgctxt "model:ir.action,name:act_opportunity_form2"
msgid "Sales Leads/Opportunities"
-msgstr "Sales Leads/Opportunities"
+msgstr ""
msgctxt "model:ir.action,name:act_opportunity_monthly_form"
msgid "Opportunities per Month"
-msgstr "Opportunities per Month"
+msgstr ""
msgctxt ""
"model:ir.action.act_window.domain,name:act_opportunity_form_domain_all"
msgid "All"
-msgstr "All"
+msgstr "Wszystko"
msgctxt ""
"model:ir.action.act_window.domain,name:act_opportunity_form_domain_cancelled"
msgid "Cancelled"
-msgstr "Cancelled"
+msgstr "Anulowano"
msgctxt ""
"model:ir.action.act_window.domain,name:act_opportunity_form_domain_converted"
msgid "Converted"
-msgstr "Converted"
+msgstr ""
msgctxt ""
"model:ir.action.act_window.domain,name:act_opportunity_form_domain_leads"
msgid "Leads"
-msgstr "Leads"
+msgstr ""
msgctxt ""
"model:ir.action.act_window.domain,name:act_opportunity_form_domain_lost"
msgid "Lost"
-msgstr "Lost"
+msgstr ""
msgctxt ""
"model:ir.action.act_window.domain,name:act_opportunity_form_domain_opportunities"
msgid "Opportunities"
-msgstr "Opportunities"
+msgstr ""
msgctxt ""
"model:ir.action.act_window.domain,name:act_opportunity_form_domain_won"
msgid "Won"
-msgstr "Won"
+msgstr ""
msgctxt "model:ir.sequence,name:sequence_sale_opportunity"
msgid "Sale Opportunity"
-msgstr "Sale Opportunity"
+msgstr ""
msgctxt "model:ir.sequence.type,name:sequence_type_sale_opportunity"
msgid "Sale Opportunity"
-msgstr "Sale Opportunity"
+msgstr ""
msgctxt "model:ir.ui.menu,name:menu_opportunity_employee_monthly_form"
msgid "Opportunities per Employee per Month"
-msgstr "Opportunities per Employee per Month"
+msgstr ""
msgctxt "model:ir.ui.menu,name:menu_opportunity_employee_open"
msgid "Opportunities per Employee"
-msgstr "Opportunities per Employee"
+msgstr ""
msgctxt "model:ir.ui.menu,name:menu_opportunity_form"
msgid "Leads and Opportunities"
-msgstr "Leads and Opportunities"
+msgstr ""
msgctxt "model:ir.ui.menu,name:menu_opportunity_monthly_form"
msgid "Opportunities per Month"
-msgstr "Opportunities per Month"
+msgstr ""
msgctxt "model:ir.ui.menu,name:menu_reporting"
msgid "Reporting"
-msgstr "Reporting"
+msgstr ""
msgctxt "model:res.group,name:group_opportunity"
msgid "Sale Opportunity"
-msgstr "Sale Opportunity"
+msgstr ""
#, fuzzy
msgctxt "model:sale.opportunity,name:"
@@ -586,10 +584,9 @@ msgctxt "model:sale.opportunity_monthly,name:"
msgid "Sale Opportunity per Month"
msgstr "Opportunities per Employee per Month"
-#, fuzzy
msgctxt "selection:sale.opportunity,state:"
msgid "Cancelled"
-msgstr "Cancelled"
+msgstr "Anulowano"
#, fuzzy
msgctxt "selection:sale.opportunity,state:"
@@ -616,10 +613,9 @@ msgctxt "selection:sale.opportunity,state:"
msgid "Won"
msgstr "Won"
-#, fuzzy
msgctxt "selection:sale.opportunity.line,opportunity_state:"
msgid "Cancelled"
-msgstr "Cancelled"
+msgstr "Anulowano"
#, fuzzy
msgctxt "selection:sale.opportunity.line,opportunity_state:"
@@ -648,11 +644,11 @@ msgstr "Won"
msgctxt "view:sale.opportunity:"
msgid "%"
-msgstr ""
+msgstr "%"
msgctxt "view:sale.opportunity:"
msgid "Cancel"
-msgstr ""
+msgstr "Anuluj"
msgctxt "view:sale.opportunity:"
msgid "Convert to Opportunity"
@@ -674,17 +670,14 @@ msgctxt "view:sale.opportunity:"
msgid "Set as Lead"
msgstr ""
-#, fuzzy
msgctxt "view:sale.opportunity_employee:"
msgid "%"
msgstr "%"
-#, fuzzy
msgctxt "view:sale.opportunity_employee_monthly:"
msgid "%"
msgstr "%"
-#, fuzzy
msgctxt "view:sale.opportunity_monthly:"
msgid "%"
msgstr "%"
diff --git a/locale/pt_BR.po b/locale/pt_BR.po
index 1abc157..f285c1e 100644
--- a/locale/pt_BR.po
+++ b/locale/pt_BR.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -87,8 +87,8 @@ msgid "Payment Term"
msgstr "Prazo de Pagamento"
msgctxt "field:sale.opportunity,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr "Nome do Registro"
msgctxt "field:sale.opportunity,reference:"
msgid "Reference"
@@ -143,8 +143,8 @@ msgid "Quantity"
msgstr "Quantidade"
msgctxt "field:sale.opportunity.line,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr "Nome do Registro"
msgctxt "field:sale.opportunity.line,sequence:"
msgid "Sequence"
@@ -223,8 +223,8 @@ msgid "Number"
msgstr "Numero"
msgctxt "field:sale.opportunity_employee,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr "Nome do Registro"
msgctxt "field:sale.opportunity_employee,winning_amount_rate:"
msgid "Winning Amount Rate"
@@ -323,8 +323,8 @@ msgid "Number"
msgstr "Numero"
msgctxt "field:sale.opportunity_employee_monthly,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr "Nome do Registro"
msgctxt "field:sale.opportunity_employee_monthly,winning_amount_rate:"
msgid "Winning Amount Rate"
@@ -411,8 +411,8 @@ msgid "Number"
msgstr "Numero"
msgctxt "field:sale.opportunity_monthly,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr "Nome do Registro"
msgctxt "field:sale.opportunity_monthly,winning_amount_rate:"
msgid "Winning Amount Rate"
diff --git a/locale/ru.po b/locale/ru.po
index 03a3fc9..3fbbe43 100644
--- a/locale/ru.po
+++ b/locale/ru.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -88,8 +88,8 @@ msgid "Payment Term"
msgstr "Правило оплаты"
msgctxt "field:sale.opportunity,rec_name:"
-msgid "Name"
-msgstr "Наименование"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:sale.opportunity,reference:"
@@ -146,8 +146,8 @@ msgid "Quantity"
msgstr "Кол-во"
msgctxt "field:sale.opportunity.line,rec_name:"
-msgid "Name"
-msgstr "Наименование"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity.line,sequence:"
msgid "Sequence"
@@ -226,8 +226,8 @@ msgid "Number"
msgstr "Номер"
msgctxt "field:sale.opportunity_employee,rec_name:"
-msgid "Name"
-msgstr "Наименование"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity_employee,winning_amount_rate:"
msgid "Winning Amount Rate"
@@ -330,8 +330,8 @@ msgid "Number"
msgstr "Номер"
msgctxt "field:sale.opportunity_employee_monthly,rec_name:"
-msgid "Name"
-msgstr "Наименование"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity_employee_monthly,winning_amount_rate:"
msgid "Winning Amount Rate"
@@ -419,8 +419,8 @@ msgid "Number"
msgstr "Номер"
msgctxt "field:sale.opportunity_monthly,rec_name:"
-msgid "Name"
-msgstr "Наименование"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity_monthly,winning_amount_rate:"
msgid "Winning Amount Rate"
diff --git a/locale/sl.po b/locale/sl.po
index 0633726..c90f145 100644
--- a/locale/sl.po
+++ b/locale/sl.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -87,8 +87,8 @@ msgid "Payment Term"
msgstr "Plačilni rok"
msgctxt "field:sale.opportunity,rec_name:"
-msgid "Name"
-msgstr "Ime"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity,reference:"
msgid "Reference"
@@ -143,8 +143,8 @@ msgid "Quantity"
msgstr "Količina"
msgctxt "field:sale.opportunity.line,rec_name:"
-msgid "Name"
-msgstr "Ime"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity.line,sequence:"
msgid "Sequence"
@@ -223,8 +223,8 @@ msgid "Number"
msgstr "Številka"
msgctxt "field:sale.opportunity_employee,rec_name:"
-msgid "Name"
-msgstr "Ime"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity_employee,winning_amount_rate:"
msgid "Winning Amount Rate"
@@ -323,8 +323,8 @@ msgid "Number"
msgstr "Številka"
msgctxt "field:sale.opportunity_employee_monthly,rec_name:"
-msgid "Name"
-msgstr "Ime"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity_employee_monthly,winning_amount_rate:"
msgid "Winning Amount Rate"
@@ -411,8 +411,8 @@ msgid "Number"
msgstr "Številka"
msgctxt "field:sale.opportunity_monthly,rec_name:"
-msgid "Name"
-msgstr "Ime"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity_monthly,winning_amount_rate:"
msgid "Winning Amount Rate"
diff --git a/locale/zh_CN.po b/locale/zh_CN.po
index e463f66..8e8514d 100644
--- a/locale/zh_CN.po
+++ b/locale/zh_CN.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -90,10 +90,9 @@ msgctxt "field:sale.opportunity,payment_term:"
msgid "Payment Term"
msgstr ""
-#, fuzzy
msgctxt "field:sale.opportunity,rec_name:"
-msgid "Name"
-msgstr "纳木"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity,reference:"
msgid "Reference"
@@ -153,10 +152,9 @@ msgctxt "field:sale.opportunity.line,quantity:"
msgid "Quantity"
msgstr ""
-#, fuzzy
msgctxt "field:sale.opportunity.line,rec_name:"
-msgid "Name"
-msgstr "纳木"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:sale.opportunity.line,sequence:"
@@ -240,10 +238,9 @@ msgctxt "field:sale.opportunity_employee,number:"
msgid "Number"
msgstr ""
-#, fuzzy
msgctxt "field:sale.opportunity_employee,rec_name:"
-msgid "Name"
-msgstr "纳木"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity_employee,winning_amount_rate:"
msgid "Winning Amount Rate"
@@ -348,10 +345,9 @@ msgctxt "field:sale.opportunity_employee_monthly,number:"
msgid "Number"
msgstr ""
-#, fuzzy
msgctxt "field:sale.opportunity_employee_monthly,rec_name:"
-msgid "Name"
-msgstr "纳木"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity_employee_monthly,winning_amount_rate:"
msgid "Winning Amount Rate"
@@ -443,10 +439,9 @@ msgctxt "field:sale.opportunity_monthly,number:"
msgid "Number"
msgstr ""
-#, fuzzy
msgctxt "field:sale.opportunity_monthly,rec_name:"
-msgid "Name"
-msgstr "纳木"
+msgid "Record Name"
+msgstr ""
msgctxt "field:sale.opportunity_monthly,winning_amount_rate:"
msgid "Winning Amount Rate"
diff --git a/opportunity.py b/opportunity.py
index 0ae768b..4f31a57 100644
--- a/opportunity.py
+++ b/opportunity.py
@@ -514,7 +514,7 @@ class SaleOpportunityLine(sequence_ordered(), ModelSQL, ModelView):
@classmethod
def search_rec_name(cls, name, clause):
- return [('product',) + tuple(clause[1:])]
+ return [('product.rec_name',) + tuple(clause[1:])]
class SaleOpportunityReportMixin:
diff --git a/opportunity.xml b/opportunity.xml
index 2242af2..2e40b9c 100644
--- a/opportunity.xml
+++ b/opportunity.xml
@@ -117,6 +117,11 @@ this repository contains the full copyright notices and license terms. -->
</record>
<menuitem parent="sale.menu_sale" action="act_opportunity_form"
id="menu_opportunity_form" sequence="5"/>
+ <record model="ir.ui.menu-res.group"
+ id="menu_sale_opportunity_group_opportunity">
+ <field name="menu" ref="sale.menu_sale"/>
+ <field name="group" ref="group_opportunity"/>
+ </record>
<record model="ir.model.access" id="access_opportunity">
<field name="model" search="[('model', '=', 'sale.opportunity')]"/>
@@ -207,7 +212,7 @@ this repository contains the full copyright notices and license terms. -->
<field name="name">Sales</field>
<field name="res_model">sale.sale</field>
<field name="domain"
- eval="[If(Eval('active_ids', []) == [Eval('active_id')], ('origin.id', '=', Eval('active_id', 'sale.opportunity')), ('origin.id', 'in', Eval('active_ids'), 'sale.opportunity'))]"
+ eval="[If(Eval('active_ids', []) == [Eval('active_id')], ('origin.id', '=', Eval('active_id'), 'sale.opportunity'), ('origin.id', 'in', Eval('active_ids'), 'sale.opportunity'))]"
pyson="1"/>
</record>
<record model="ir.action.keyword" id="act_open_sale_keyword1">
diff --git a/setup.py b/setup.py
index 182bfe6..21a390d 100644
--- a/setup.py
+++ b/setup.py
@@ -102,9 +102,9 @@ setup(name=name,
'Natural Language :: Spanish',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.7',
- 'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Office/Business',
diff --git a/tests/scenario_sale_opportunity.rst b/tests/scenario_sale_opportunity.rst
index b78741f..99505fb 100644
--- a/tests/scenario_sale_opportunity.rst
+++ b/tests/scenario_sale_opportunity.rst
@@ -6,7 +6,7 @@ Imports::
>>> from decimal import Decimal
>>> from proteus import Model, Wizard
- >>> from trytond.tests.tools import activate_modules
+ >>> from trytond.tests.tools import activate_modules, set_user
>>> from trytond.modules.company.tests.tools import create_company, \
... get_company
>>> from trytond.modules.account.tests.tools import create_chart, \
@@ -73,20 +73,16 @@ Create product::
>>> ProductUom = Model.get('product.uom')
>>> unit, = ProductUom.find([('name', '=', 'Unit')])
>>> ProductTemplate = Model.get('product.template')
- >>> Product = Model.get('product.product')
- >>> product = Product()
+
>>> template = ProductTemplate()
>>> template.name = 'product'
>>> template.default_uom = unit
>>> template.type = 'goods'
>>> template.salable = True
>>> template.list_price = Decimal('10')
- >>> template.cost_price = Decimal('5')
- >>> template.cost_price_method = 'fixed'
>>> template.account_revenue = revenue
>>> template.save()
- >>> product.template = template
- >>> product.save()
+ >>> product, = template.products
Create payment term::
@@ -95,7 +91,7 @@ Create payment term::
Create an lead::
- >>> config.user = sale_opportunity_user.id
+ >>> set_user(sale_opportunity_user)
>>> Opportunity = Model.get('sale.opportunity')
>>> opportunity = Opportunity()
>>> opportunity.description = 'Opportunity'
@@ -129,7 +125,7 @@ Convert to sale::
Find the sale::
- >>> config.user = sale_user.id
+ >>> set_user(sale_user)
>>> Sale = Model.get('sale.sale')
>>> sale, = Sale.find(
... [('origin', '=', 'sale.opportunity,%s' % opportunity.id)])
@@ -146,7 +142,7 @@ Quote different quantity::
Check opportunity amount updated::
- >>> config.user = sale_opportunity_user.id
+ >>> set_user(sale_opportunity_user)
>>> opportunity.reload()
>>> opportunity.amount
Decimal('90.00')
@@ -155,7 +151,7 @@ Check opportunity amount updated::
Add a second quotation::
- >>> config.user = sale_user.id
+ >>> set_user(sale_user)
>>> second_sale = Sale()
>>> second_sale.origin = opportunity
>>> second_sale.party = customer
@@ -167,7 +163,7 @@ Add a second quotation::
Check opportunity amount updated::
- >>> config.user = sale_opportunity_user.id
+ >>> set_user(sale_opportunity_user)
>>> opportunity.reload()
>>> opportunity.amount
Decimal('100.00')
@@ -176,14 +172,14 @@ Check opportunity amount updated::
Cancel second quotation::
- >>> config.user = sale_user.id
+ >>> set_user(sale_user)
>>> second_sale.click('cancel')
>>> second_sale.state
u'cancel'
Check opportunity amount updated::
- >>> config.user = sale_opportunity_user.id
+ >>> set_user(sale_opportunity_user)
>>> opportunity.reload()
>>> opportunity.amount
Decimal('90.00')
@@ -192,16 +188,16 @@ Check opportunity amount updated::
Won opportunity::
- >>> config.user = sale_user.id
+ >>> set_user(sale_user)
>>> sale.click('confirm')
- >>> config.user = sale_opportunity_user.id
+ >>> set_user(sale_opportunity_user)
>>> opportunity.reload()
>>> opportunity.state
u'won'
Check opportunity state updated::
- >>> config.user = sale_opportunity_user.id
+ >>> set_user(sale_opportunity_user)
>>> opportunity.reload()
>>> opportunity.state
u'won'
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..527d859
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,18 @@
+[tox]
+envlist = {py27,py34,py35,py36}-{sqlite,postgresql,mysql},pypy-{sqlite,postgresql}
+
+[testenv]
+commands = {envpython} setup.py test
+deps =
+ {py27,py34,py35,py36}-postgresql: psycopg2 >= 2.5
+ pypy-postgresql: psycopg2cffi >= 2.5
+ mysql: MySQL-python
+ sqlite: sqlitebck
+setenv =
+ sqlite: TRYTOND_DATABASE_URI={env:SQLITE_URI:sqlite://}
+ postgresql: TRYTOND_DATABASE_URI={env:POSTGRESQL_URI:postgresql://}
+ mysql: TRYTOND_DATABASE_URI={env:MYSQL_URI:mysql://}
+ sqlite: DB_NAME={env:SQLITE_NAME::memory:}
+ postgresql: DB_NAME={env:POSTGRESQL_NAME:test}
+ mysql: DB_NAME={env:MYSQL_NAME:test}
+install_command = pip install --pre --find-links https://trydevpi.tryton.org/ {opts} {packages}
diff --git a/tryton.cfg b/tryton.cfg
index 81c743c..4441d33 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=4.4.1
+version=4.6.0
depends:
account
account_invoice
diff --git a/trytond_sale_opportunity.egg-info/PKG-INFO b/trytond_sale_opportunity.egg-info/PKG-INFO
index ae2ccde..f4b6092 100644
--- a/trytond_sale_opportunity.egg-info/PKG-INFO
+++ b/trytond_sale_opportunity.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond-sale-opportunity
-Version: 4.4.1
+Version: 4.6.0
Summary: Tryton module with leads and opportunities
Home-page: http://www.tryton.org/
Author: Tryton
Author-email: issue_tracker at tryton.org
License: GPL-3
-Download-URL: http://downloads.tryton.org/4.4/
+Download-URL: http://downloads.tryton.org/4.6/
Description: trytond_sale_opportunity
========================
@@ -69,9 +69,9 @@ Classifier: Natural Language :: Slovenian
Classifier: Natural Language :: Spanish
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
-Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Office/Business
diff --git a/trytond_sale_opportunity.egg-info/SOURCES.txt b/trytond_sale_opportunity.egg-info/SOURCES.txt
index 4bb1caa..239ca4b 100644
--- a/trytond_sale_opportunity.egg-info/SOURCES.txt
+++ b/trytond_sale_opportunity.egg-info/SOURCES.txt
@@ -1,13 +1,24 @@
+.drone.yml
+.hgtags
CHANGELOG
COPYRIGHT
INSTALL
LICENSE
MANIFEST.in
README
+__init__.py
+account.py
+company.py
+configuration.py
configuration.xml
+opportunity.py
opportunity.xml
+party.py
party.xml
+product.py
+sale.py
setup.py
+tox.ini
tryton.cfg
./__init__.py
./account.py
@@ -75,8 +86,10 @@ locale/ru.po
locale/sl.po
locale/zh_CN.po
tests/__init__.py
+tests/__init__.pyc
tests/scenario_sale_opportunity.rst
tests/test_sale_opportunity.py
+tests/test_sale_opportunity.pyc
trytond_sale_opportunity.egg-info/PKG-INFO
trytond_sale_opportunity.egg-info/SOURCES.txt
trytond_sale_opportunity.egg-info/dependency_links.txt
diff --git a/trytond_sale_opportunity.egg-info/requires.txt b/trytond_sale_opportunity.egg-info/requires.txt
index 9c6e8ee..c0d8639 100644
--- a/trytond_sale_opportunity.egg-info/requires.txt
+++ b/trytond_sale_opportunity.egg-info/requires.txt
@@ -1,10 +1,10 @@
python-sql >= 0.4
-trytond_account >= 4.4, < 4.5
-trytond_account_invoice >= 4.4, < 4.5
-trytond_company >= 4.4, < 4.5
-trytond_currency >= 4.4, < 4.5
-trytond_party >= 4.4, < 4.5
-trytond_product >= 4.4, < 4.5
-trytond_sale >= 4.4, < 4.5
-trytond_stock >= 4.4, < 4.5
-trytond >= 4.4, < 4.5
+trytond_account >= 4.6, < 4.7
+trytond_account_invoice >= 4.6, < 4.7
+trytond_company >= 4.6, < 4.7
+trytond_currency >= 4.6, < 4.7
+trytond_party >= 4.6, < 4.7
+trytond_product >= 4.6, < 4.7
+trytond_sale >= 4.6, < 4.7
+trytond_stock >= 4.6, < 4.7
+trytond >= 4.6, < 4.7
--
tryton-modules-sale-opportunity
More information about the tryton-debian-vcs
mailing list