[tryton-debian-vcs] tryton-modules-production branch upstream updated. upstream/4.4.1-1-g74c336a
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Fri Nov 10 12:12:45 UTC 2017
The following commit has been merged in the upstream branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-production.git;a=commitdiff;h=upstream/4.4.1-1-g74c336a
commit 74c336a56444b08847ff2e4a32c16e6e825f3b85
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Nov 6 14:41:03 2017 +0100
Adding upstream version 4.6.0.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
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 a9d14c2..516a644 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 b566eb5..81477b5 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond_production
-Version: 4.4.1
+Version: 4.6.0
Summary: Tryton module for production
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_production
==================
@@ -70,9 +70,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/bom.py b/bom.py
index f30169f..42da085 100644
--- a/bom.py
+++ b/bom.py
@@ -115,7 +115,7 @@ class BOMInput(ModelSQL, ModelView):
@classmethod
def search_rec_name(cls, name, clause):
- return [('product',) + tuple(clause[1:])]
+ return [('product.rec_name',) + tuple(clause[1:])]
@classmethod
def validate(cls, boms):
diff --git a/locale/bg.po b/locale/bg.po
index 049f438..49a2557 100644
--- a/locale/bg.po
+++ b/locale/bg.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -71,8 +71,8 @@ msgid "Product"
msgstr "Продукт"
msgctxt "field:product.product-production.bom,rec_name:"
-msgid "Name"
-msgstr "Име"
+msgid "Record Name"
+msgstr ""
msgctxt "field:product.product-production.bom,sequence:"
msgid "Sequence"
@@ -157,8 +157,8 @@ msgid "Quantity"
msgstr "Количество"
msgctxt "field:production,rec_name:"
-msgid "Name"
-msgstr "Име"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production,reference:"
msgid "Reference"
@@ -233,8 +233,8 @@ msgid "Outputs"
msgstr "Изходящи"
msgctxt "field:production.bom,rec_name:"
-msgid "Name"
-msgstr "Име"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.bom,write_date:"
msgid "Write Date"
@@ -269,8 +269,8 @@ msgid "Quantity"
msgstr "Количество"
msgctxt "field:production.bom.input,rec_name:"
-msgid "Name"
-msgstr "Име"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.bom.input,unit_digits:"
msgid "Unit Digits"
@@ -317,8 +317,8 @@ msgid "Quantity"
msgstr "Количество"
msgctxt "field:production.bom.output,rec_name:"
-msgid "Name"
-msgstr "Име"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.bom.output,unit_digits:"
msgid "Unit Digits"
@@ -418,8 +418,8 @@ msgid "Production Sequence"
msgstr "Последователност на производство"
msgctxt "field:production.configuration,rec_name:"
-msgid "Name"
-msgstr "Име"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.configuration,write_date:"
msgid "Write Date"
@@ -455,10 +455,9 @@ msgctxt ""
msgid "Production Sequence"
msgstr "Последователност на производство"
-#, fuzzy
msgctxt "field:production.configuration.production_sequence,rec_name:"
-msgid "Name"
-msgstr "Име"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:production.configuration.production_sequence,write_date:"
@@ -499,10 +498,9 @@ msgctxt "field:production.lead_time,product:"
msgid "Product"
msgstr "Продукт"
-#, fuzzy
msgctxt "field:production.lead_time,rec_name:"
-msgid "Name"
-msgstr "Условие за плащане"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:production.lead_time,sequence:"
diff --git a/locale/ca.po b/locale/ca.po
index 4405538..1dabe5f 100644
--- a/locale/ca.po
+++ b/locale/ca.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -75,8 +75,8 @@ msgid "Product"
msgstr "Producte"
msgctxt "field:product.product-production.bom,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom del registre"
msgctxt "field:product.product-production.bom,sequence:"
msgid "Sequence"
@@ -159,8 +159,8 @@ msgid "Quantity"
msgstr "Quantitat"
msgctxt "field:production,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom del registre"
msgctxt "field:production,reference:"
msgid "Reference"
@@ -235,8 +235,8 @@ msgid "Outputs"
msgstr "Sortides"
msgctxt "field:production.bom,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom del registre"
msgctxt "field:production.bom,write_date:"
msgid "Write Date"
@@ -271,8 +271,8 @@ msgid "Quantity"
msgstr "Quantitat"
msgctxt "field:production.bom.input,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom del registre"
msgctxt "field:production.bom.input,unit_digits:"
msgid "Unit Digits"
@@ -319,8 +319,8 @@ msgid "Quantity"
msgstr "Quantitat"
msgctxt "field:production.bom.output,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom del registre"
msgctxt "field:production.bom.output,unit_digits:"
msgid "Unit Digits"
@@ -419,8 +419,8 @@ msgid "Production Sequence"
msgstr "Seqüència de producció"
msgctxt "field:production.configuration,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom del registre"
msgctxt "field:production.configuration,write_date:"
msgid "Write Date"
@@ -452,8 +452,8 @@ msgid "Production Sequence"
msgstr "Seqüència de producció"
msgctxt "field:production.configuration.production_sequence,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom del registre"
msgctxt "field:production.configuration.production_sequence,write_date:"
msgid "Write Date"
@@ -488,8 +488,8 @@ msgid "Product"
msgstr "Producte"
msgctxt "field:production.lead_time,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom del registre"
msgctxt "field:production.lead_time,sequence:"
msgid "Sequence"
diff --git a/locale/cs.po b/locale/cs.po
index 1313b2b..0b9ca64 100644
--- a/locale/cs.po
+++ b/locale/cs.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -70,10 +70,9 @@ msgctxt "field:product.product-production.bom,product:"
msgid "Product"
msgstr ""
-#, fuzzy
msgctxt "field:product.product-production.bom,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:product.product-production.bom,sequence:"
msgid "Sequence"
@@ -155,10 +154,9 @@ msgctxt "field:production,quantity:"
msgid "Quantity"
msgstr ""
-#, fuzzy
msgctxt "field:production,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production,reference:"
msgid "Reference"
@@ -233,10 +231,9 @@ msgctxt "field:production.bom,outputs:"
msgid "Outputs"
msgstr ""
-#, fuzzy
msgctxt "field:production.bom,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.bom,write_date:"
msgid "Write Date"
@@ -270,10 +267,9 @@ msgctxt "field:production.bom.input,quantity:"
msgid "Quantity"
msgstr ""
-#, fuzzy
msgctxt "field:production.bom.input,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.bom.input,unit_digits:"
msgid "Unit Digits"
@@ -319,10 +315,9 @@ msgctxt "field:production.bom.output,quantity:"
msgid "Quantity"
msgstr ""
-#, fuzzy
msgctxt "field:production.bom.output,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.bom.output,unit_digits:"
msgid "Unit Digits"
@@ -420,10 +415,9 @@ msgctxt "field:production.configuration,production_sequence:"
msgid "Production Sequence"
msgstr ""
-#, fuzzy
msgctxt "field:production.configuration,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.configuration,write_date:"
msgid "Write Date"
@@ -454,10 +448,9 @@ msgctxt ""
msgid "Production Sequence"
msgstr ""
-#, fuzzy
msgctxt "field:production.configuration.production_sequence,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.configuration.production_sequence,write_date:"
msgid "Write Date"
@@ -491,10 +484,9 @@ msgctxt "field:production.lead_time,product:"
msgid "Product"
msgstr ""
-#, fuzzy
msgctxt "field:production.lead_time,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.lead_time,sequence:"
msgid "Sequence"
diff --git a/locale/de.po b/locale/de.po
index 7b86091..13762bf 100644
--- a/locale/de.po
+++ b/locale/de.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -74,8 +74,8 @@ msgid "Product"
msgstr "Variante"
msgctxt "field:product.product-production.bom,rec_name:"
-msgid "Name"
-msgstr "Name"
+msgid "Record Name"
+msgstr ""
msgctxt "field:product.product-production.bom,sequence:"
msgid "Sequence"
@@ -158,8 +158,8 @@ msgid "Quantity"
msgstr "Menge"
msgctxt "field:production,rec_name:"
-msgid "Name"
-msgstr "Name"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production,reference:"
msgid "Reference"
@@ -234,8 +234,8 @@ msgid "Outputs"
msgstr "Ausgänge"
msgctxt "field:production.bom,rec_name:"
-msgid "Name"
-msgstr "Name"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.bom,write_date:"
msgid "Write Date"
@@ -270,8 +270,8 @@ msgid "Quantity"
msgstr "Menge"
msgctxt "field:production.bom.input,rec_name:"
-msgid "Name"
-msgstr "Name"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.bom.input,unit_digits:"
msgid "Unit Digits"
@@ -318,8 +318,8 @@ msgid "Quantity"
msgstr "Menge"
msgctxt "field:production.bom.output,rec_name:"
-msgid "Name"
-msgstr "Name"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.bom.output,unit_digits:"
msgid "Unit Digits"
@@ -418,8 +418,8 @@ msgid "Production Sequence"
msgstr "Nummernkreis Produktion"
msgctxt "field:production.configuration,rec_name:"
-msgid "Name"
-msgstr "Name"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.configuration,write_date:"
msgid "Write Date"
@@ -451,8 +451,8 @@ msgid "Production Sequence"
msgstr "Nummernkreis Produktion"
msgctxt "field:production.configuration.production_sequence,rec_name:"
-msgid "Name"
-msgstr "Name"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.configuration.production_sequence,write_date:"
msgid "Write Date"
@@ -487,8 +487,8 @@ msgid "Product"
msgstr "Variante"
msgctxt "field:production.lead_time,rec_name:"
-msgid "Name"
-msgstr "Name"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.lead_time,sequence:"
msgid "Sequence"
diff --git a/locale/es.po b/locale/es.po
index f4aa44d..fd3734a 100644
--- a/locale/es.po
+++ b/locale/es.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -75,8 +75,8 @@ msgid "Product"
msgstr "Producto"
msgctxt "field:product.product-production.bom,rec_name:"
-msgid "Name"
-msgstr "Nombre"
+msgid "Record Name"
+msgstr "Nombre del registro"
msgctxt "field:product.product-production.bom,sequence:"
msgid "Sequence"
@@ -159,8 +159,8 @@ msgid "Quantity"
msgstr "Cantidad"
msgctxt "field:production,rec_name:"
-msgid "Name"
-msgstr "Nombre"
+msgid "Record Name"
+msgstr "Nombre del registro"
msgctxt "field:production,reference:"
msgid "Reference"
@@ -235,8 +235,8 @@ msgid "Outputs"
msgstr "Salidas"
msgctxt "field:production.bom,rec_name:"
-msgid "Name"
-msgstr "Nombre"
+msgid "Record Name"
+msgstr "Nombre del registro"
msgctxt "field:production.bom,write_date:"
msgid "Write Date"
@@ -271,8 +271,8 @@ msgid "Quantity"
msgstr "Cantidad"
msgctxt "field:production.bom.input,rec_name:"
-msgid "Name"
-msgstr "Nombre"
+msgid "Record Name"
+msgstr "Nombre del registro"
msgctxt "field:production.bom.input,unit_digits:"
msgid "Unit Digits"
@@ -319,8 +319,8 @@ msgid "Quantity"
msgstr "Cantidad"
msgctxt "field:production.bom.output,rec_name:"
-msgid "Name"
-msgstr "Nombre"
+msgid "Record Name"
+msgstr "Nombre del registro"
msgctxt "field:production.bom.output,unit_digits:"
msgid "Unit Digits"
@@ -419,8 +419,8 @@ msgid "Production Sequence"
msgstr "Secuencia de producción"
msgctxt "field:production.configuration,rec_name:"
-msgid "Name"
-msgstr "Nombre"
+msgid "Record Name"
+msgstr "Nombre del registro"
msgctxt "field:production.configuration,write_date:"
msgid "Write Date"
@@ -452,8 +452,8 @@ msgid "Production Sequence"
msgstr "Secuencia de producción"
msgctxt "field:production.configuration.production_sequence,rec_name:"
-msgid "Name"
-msgstr "Nombre"
+msgid "Record Name"
+msgstr "Nombre del registro"
msgctxt "field:production.configuration.production_sequence,write_date:"
msgid "Write Date"
@@ -488,8 +488,8 @@ msgid "Product"
msgstr "Producto"
msgctxt "field:production.lead_time,rec_name:"
-msgid "Name"
-msgstr "Nombre"
+msgid "Record Name"
+msgstr "Nombre del registro"
msgctxt "field:production.lead_time,sequence:"
msgid "Sequence"
diff --git a/locale/es_419.po b/locale/es_419.po
index 3ca2f42..d430f26 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"
@@ -71,7 +71,7 @@ msgid "Product"
msgstr ""
msgctxt "field:product.product-production.bom,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:product.product-production.bom,sequence:"
@@ -155,7 +155,7 @@ msgid "Quantity"
msgstr ""
msgctxt "field:production,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:production,reference:"
@@ -231,7 +231,7 @@ msgid "Outputs"
msgstr ""
msgctxt "field:production.bom,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:production.bom,write_date:"
@@ -267,7 +267,7 @@ msgid "Quantity"
msgstr ""
msgctxt "field:production.bom.input,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:production.bom.input,unit_digits:"
@@ -315,7 +315,7 @@ msgid "Quantity"
msgstr ""
msgctxt "field:production.bom.output,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:production.bom.output,unit_digits:"
@@ -415,7 +415,7 @@ msgid "Production Sequence"
msgstr ""
msgctxt "field:production.configuration,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:production.configuration,write_date:"
@@ -448,7 +448,7 @@ msgid "Production Sequence"
msgstr ""
msgctxt "field:production.configuration.production_sequence,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:production.configuration.production_sequence,write_date:"
@@ -484,7 +484,7 @@ msgid "Product"
msgstr ""
msgctxt "field:production.lead_time,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:production.lead_time,sequence:"
diff --git a/locale/fr.po b/locale/fr.po
index 6de66ee..869b5a7 100644
--- a/locale/fr.po
+++ b/locale/fr.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -75,8 +75,8 @@ msgid "Product"
msgstr "Produit"
msgctxt "field:product.product-production.bom,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom de l'enregistrement"
msgctxt "field:product.product-production.bom,sequence:"
msgid "Sequence"
@@ -159,8 +159,8 @@ msgid "Quantity"
msgstr "Quantité"
msgctxt "field:production,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom de l'enregistrement"
msgctxt "field:production,reference:"
msgid "Reference"
@@ -235,8 +235,8 @@ msgid "Outputs"
msgstr "Sorties"
msgctxt "field:production.bom,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom de l'enregistrement"
msgctxt "field:production.bom,write_date:"
msgid "Write Date"
@@ -271,8 +271,8 @@ msgid "Quantity"
msgstr "Quantité"
msgctxt "field:production.bom.input,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom de l'enregistrement"
msgctxt "field:production.bom.input,unit_digits:"
msgid "Unit Digits"
@@ -319,8 +319,8 @@ msgid "Quantity"
msgstr "Quantité"
msgctxt "field:production.bom.output,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom de l'enregistrement"
msgctxt "field:production.bom.output,unit_digits:"
msgid "Unit Digits"
@@ -419,8 +419,8 @@ msgid "Production Sequence"
msgstr "Séquence de production"
msgctxt "field:production.configuration,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom de l'enregistrement"
msgctxt "field:production.configuration,write_date:"
msgid "Write Date"
@@ -452,8 +452,8 @@ msgid "Production Sequence"
msgstr "Séquence de production"
msgctxt "field:production.configuration.production_sequence,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom de l'enregistrement"
msgctxt "field:production.configuration.production_sequence,write_date:"
msgid "Write Date"
@@ -488,8 +488,8 @@ msgid "Product"
msgstr "Produit"
msgctxt "field:production.lead_time,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom de l'enregistrement"
msgctxt "field:production.lead_time,sequence:"
msgid "Sequence"
diff --git a/locale/hu_HU.po b/locale/hu_HU.po
index 26b857c..d3be407 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"
@@ -74,10 +74,9 @@ msgctxt "field:product.product-production.bom,product:"
msgid "Product"
msgstr "Termék"
-#, fuzzy
msgctxt "field:product.product-production.bom,rec_name:"
-msgid "Name"
-msgstr "Név"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:product.product-production.bom,sequence:"
@@ -171,10 +170,9 @@ msgctxt "field:production,quantity:"
msgid "Quantity"
msgstr "Mennyiség"
-#, fuzzy
msgctxt "field:production,rec_name:"
-msgid "Name"
-msgstr "Név"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production,reference:"
msgid "Reference"
@@ -262,10 +260,9 @@ msgctxt "field:production.bom,outputs:"
msgid "Outputs"
msgstr ""
-#, fuzzy
msgctxt "field:production.bom,rec_name:"
-msgid "Name"
-msgstr "Név"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:production.bom,write_date:"
@@ -306,10 +303,9 @@ msgctxt "field:production.bom.input,quantity:"
msgid "Quantity"
msgstr "Mennyiség"
-#, fuzzy
msgctxt "field:production.bom.input,rec_name:"
-msgid "Name"
-msgstr "Név"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:production.bom.input,unit_digits:"
@@ -365,10 +361,9 @@ msgctxt "field:production.bom.output,quantity:"
msgid "Quantity"
msgstr "Mennyiség"
-#, fuzzy
msgctxt "field:production.bom.output,rec_name:"
-msgid "Name"
-msgstr "Név"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:production.bom.output,unit_digits:"
@@ -487,10 +482,9 @@ msgctxt "field:production.configuration,production_sequence:"
msgid "Production Sequence"
msgstr ""
-#, fuzzy
msgctxt "field:production.configuration,rec_name:"
-msgid "Name"
-msgstr "Név"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:production.configuration,write_date:"
@@ -527,10 +521,9 @@ msgctxt ""
msgid "Production Sequence"
msgstr ""
-#, fuzzy
msgctxt "field:production.configuration.production_sequence,rec_name:"
-msgid "Name"
-msgstr "Név"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:production.configuration.production_sequence,write_date:"
@@ -570,10 +563,9 @@ msgctxt "field:production.lead_time,product:"
msgid "Product"
msgstr "Termék"
-#, fuzzy
msgctxt "field:production.lead_time,rec_name:"
-msgid "Name"
-msgstr "Név"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:production.lead_time,sequence:"
diff --git a/locale/it_IT.po b/locale/it_IT.po
index d7c3745..fb8637c 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"
@@ -74,10 +74,9 @@ msgctxt "field:product.product-production.bom,product:"
msgid "Product"
msgstr "Prodotto"
-#, fuzzy
msgctxt "field:product.product-production.bom,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:product.product-production.bom,sequence:"
@@ -171,10 +170,9 @@ msgctxt "field:production,quantity:"
msgid "Quantity"
msgstr "Quantità"
-#, fuzzy
msgctxt "field:production,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:production,reference:"
@@ -260,10 +258,9 @@ msgctxt "field:production.bom,outputs:"
msgid "Outputs"
msgstr ""
-#, fuzzy
msgctxt "field:production.bom,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:production.bom,write_date:"
@@ -304,10 +301,9 @@ msgctxt "field:production.bom.input,quantity:"
msgid "Quantity"
msgstr "Quantità"
-#, fuzzy
msgctxt "field:production.bom.input,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:production.bom.input,unit_digits:"
@@ -361,10 +357,9 @@ msgctxt "field:production.bom.output,quantity:"
msgid "Quantity"
msgstr "Quantità"
-#, fuzzy
msgctxt "field:production.bom.output,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:production.bom.output,unit_digits:"
@@ -480,10 +475,9 @@ msgctxt "field:production.configuration,production_sequence:"
msgid "Production Sequence"
msgstr ""
-#, fuzzy
msgctxt "field:production.configuration,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:production.configuration,write_date:"
@@ -520,10 +514,9 @@ msgctxt ""
msgid "Production Sequence"
msgstr ""
-#, fuzzy
msgctxt "field:production.configuration.production_sequence,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:production.configuration.production_sequence,write_date:"
@@ -563,10 +556,9 @@ msgctxt "field:production.lead_time,product:"
msgid "Product"
msgstr "Prodotto"
-#, fuzzy
msgctxt "field:production.lead_time,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:production.lead_time,sequence:"
diff --git a/locale/ja_JP.po b/locale/ja_JP.po
index d603b2f..72d6efa 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"
@@ -73,7 +73,7 @@ msgid "Product"
msgstr ""
msgctxt "field:product.product-production.bom,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:product.product-production.bom,sequence:"
@@ -158,7 +158,7 @@ msgid "Quantity"
msgstr ""
msgctxt "field:production,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:production,reference:"
@@ -234,7 +234,7 @@ msgid "Outputs"
msgstr ""
msgctxt "field:production.bom,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:production.bom,write_date:"
@@ -271,7 +271,7 @@ msgid "Quantity"
msgstr ""
msgctxt "field:production.bom.input,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:production.bom.input,unit_digits:"
@@ -320,7 +320,7 @@ msgid "Quantity"
msgstr ""
msgctxt "field:production.bom.output,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:production.bom.output,unit_digits:"
@@ -422,7 +422,7 @@ msgid "Production Sequence"
msgstr ""
msgctxt "field:production.configuration,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:production.configuration,write_date:"
@@ -455,7 +455,7 @@ msgid "Production Sequence"
msgstr ""
msgctxt "field:production.configuration.production_sequence,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:production.configuration.production_sequence,write_date:"
@@ -492,7 +492,7 @@ msgid "Product"
msgstr ""
msgctxt "field:production.lead_time,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:production.lead_time,sequence:"
diff --git a/locale/lo.po b/locale/lo.po
index 0b3fc5f..3c332fd 100644
--- a/locale/lo.po
+++ b/locale/lo.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -71,8 +71,8 @@ msgid "Product"
msgstr "ຜະລິດຕະພັນ"
msgctxt "field:product.product-production.bom,rec_name:"
-msgid "Name"
-msgstr "ຊື່"
+msgid "Record Name"
+msgstr ""
msgctxt "field:product.product-production.bom,sequence:"
msgid "Sequence"
@@ -155,8 +155,8 @@ msgid "Quantity"
msgstr "ຈຳນວນ"
msgctxt "field:production,rec_name:"
-msgid "Name"
-msgstr "ຊື່"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production,reference:"
msgid "Reference"
@@ -231,8 +231,8 @@ msgid "Outputs"
msgstr ""
msgctxt "field:production.bom,rec_name:"
-msgid "Name"
-msgstr "ຊື່"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.bom,write_date:"
msgid "Write Date"
@@ -271,10 +271,9 @@ msgctxt "field:production.bom.input,quantity:"
msgid "Quantity"
msgstr "ຈຳນວນ"
-#, fuzzy
msgctxt "field:production.bom.input,rec_name:"
-msgid "Name"
-msgstr "ຊື່"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:production.bom.input,unit_digits:"
@@ -330,10 +329,9 @@ msgctxt "field:production.bom.output,quantity:"
msgid "Quantity"
msgstr "ຈຳນວນ"
-#, fuzzy
msgctxt "field:production.bom.output,rec_name:"
-msgid "Name"
-msgstr "ຊື່"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:production.bom.output,unit_digits:"
@@ -451,10 +449,9 @@ msgctxt "field:production.configuration,production_sequence:"
msgid "Production Sequence"
msgstr ""
-#, fuzzy
msgctxt "field:production.configuration,rec_name:"
-msgid "Name"
-msgstr "ຊື່"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:production.configuration,write_date:"
@@ -491,10 +488,9 @@ msgctxt ""
msgid "Production Sequence"
msgstr ""
-#, fuzzy
msgctxt "field:production.configuration.production_sequence,rec_name:"
-msgid "Name"
-msgstr "ຊື່"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:production.configuration.production_sequence,write_date:"
@@ -534,10 +530,9 @@ msgctxt "field:production.lead_time,product:"
msgid "Product"
msgstr "ຜະລິດຕະພັນ"
-#, fuzzy
msgctxt "field:production.lead_time,rec_name:"
-msgid "Name"
-msgstr "ຊື່"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:production.lead_time,sequence:"
diff --git a/locale/lt.po b/locale/lt.po
index 1313b2b..0b9ca64 100644
--- a/locale/lt.po
+++ b/locale/lt.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -70,10 +70,9 @@ msgctxt "field:product.product-production.bom,product:"
msgid "Product"
msgstr ""
-#, fuzzy
msgctxt "field:product.product-production.bom,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:product.product-production.bom,sequence:"
msgid "Sequence"
@@ -155,10 +154,9 @@ msgctxt "field:production,quantity:"
msgid "Quantity"
msgstr ""
-#, fuzzy
msgctxt "field:production,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production,reference:"
msgid "Reference"
@@ -233,10 +231,9 @@ msgctxt "field:production.bom,outputs:"
msgid "Outputs"
msgstr ""
-#, fuzzy
msgctxt "field:production.bom,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.bom,write_date:"
msgid "Write Date"
@@ -270,10 +267,9 @@ msgctxt "field:production.bom.input,quantity:"
msgid "Quantity"
msgstr ""
-#, fuzzy
msgctxt "field:production.bom.input,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.bom.input,unit_digits:"
msgid "Unit Digits"
@@ -319,10 +315,9 @@ msgctxt "field:production.bom.output,quantity:"
msgid "Quantity"
msgstr ""
-#, fuzzy
msgctxt "field:production.bom.output,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.bom.output,unit_digits:"
msgid "Unit Digits"
@@ -420,10 +415,9 @@ msgctxt "field:production.configuration,production_sequence:"
msgid "Production Sequence"
msgstr ""
-#, fuzzy
msgctxt "field:production.configuration,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.configuration,write_date:"
msgid "Write Date"
@@ -454,10 +448,9 @@ msgctxt ""
msgid "Production Sequence"
msgstr ""
-#, fuzzy
msgctxt "field:production.configuration.production_sequence,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.configuration.production_sequence,write_date:"
msgid "Write Date"
@@ -491,10 +484,9 @@ msgctxt "field:production.lead_time,product:"
msgid "Product"
msgstr ""
-#, fuzzy
msgctxt "field:production.lead_time,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.lead_time,sequence:"
msgid "Sequence"
diff --git a/locale/nl.po b/locale/nl.po
index 52022f5..561987a 100644
--- a/locale/nl.po
+++ b/locale/nl.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -74,10 +74,9 @@ msgctxt "field:product.product-production.bom,product:"
msgid "Product"
msgstr "Producten"
-#, fuzzy
msgctxt "field:product.product-production.bom,rec_name:"
-msgid "Name"
-msgstr "Naam bijlage"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:product.product-production.bom,sequence:"
@@ -170,10 +169,9 @@ msgctxt "field:production,quantity:"
msgid "Quantity"
msgstr "Hoeveelheid"
-#, fuzzy
msgctxt "field:production,rec_name:"
-msgid "Name"
-msgstr "Naam bijlage"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:production,reference:"
@@ -260,10 +258,9 @@ msgctxt "field:production.bom,outputs:"
msgid "Outputs"
msgstr ""
-#, fuzzy
msgctxt "field:production.bom,rec_name:"
-msgid "Name"
-msgstr "Naam bijlage"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:production.bom,write_date:"
@@ -304,10 +301,9 @@ msgctxt "field:production.bom.input,quantity:"
msgid "Quantity"
msgstr "Hoeveelheid"
-#, fuzzy
msgctxt "field:production.bom.input,rec_name:"
-msgid "Name"
-msgstr "Naam bijlage"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:production.bom.input,unit_digits:"
@@ -361,10 +357,9 @@ msgctxt "field:production.bom.output,quantity:"
msgid "Quantity"
msgstr "Hoeveelheid"
-#, fuzzy
msgctxt "field:production.bom.output,rec_name:"
-msgid "Name"
-msgstr "Naam bijlage"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:production.bom.output,unit_digits:"
@@ -479,10 +474,9 @@ msgctxt "field:production.configuration,production_sequence:"
msgid "Production Sequence"
msgstr ""
-#, fuzzy
msgctxt "field:production.configuration,rec_name:"
-msgid "Name"
-msgstr "Naam bijlage"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:production.configuration,write_date:"
@@ -519,10 +513,9 @@ msgctxt ""
msgid "Production Sequence"
msgstr ""
-#, fuzzy
msgctxt "field:production.configuration.production_sequence,rec_name:"
-msgid "Name"
-msgstr "Naam bijlage"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:production.configuration.production_sequence,write_date:"
@@ -562,10 +555,9 @@ msgctxt "field:production.lead_time,product:"
msgid "Product"
msgstr "Producten"
-#, fuzzy
msgctxt "field:production.lead_time,rec_name:"
-msgid "Name"
-msgstr "Naam bijlage"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:production.lead_time,sequence:"
diff --git a/locale/pl.po b/locale/pl.po
index d603b2f..ba78974 100644
--- a/locale/pl.po
+++ b/locale/pl.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -10,27 +10,27 @@ msgstr ""
msgctxt "error:production.bom.input:"
msgid "Product must be unique per BOM."
-msgstr ""
+msgstr "Produkt musi być unikatowe na każdy BOM."
msgctxt "error:production.bom.input:"
msgid "You can not create recursive BOMs."
-msgstr ""
+msgstr "Nie możliwe jest tworzenie rekurencyjnych BOMów."
msgctxt "error:production.bom.input:"
msgid "product_bom_uniq"
-msgstr ""
+msgstr "product_bom_uniq"
msgctxt "error:production.bom.output:"
msgid "Product must be unique per BOM."
-msgstr ""
+msgstr "Produkt musi być unikatowy na każdy BOM."
msgctxt "error:production.bom.output:"
msgid "You can not create recursive BOMs."
-msgstr ""
+msgstr "Nie możliwe jest tworzenie rekurencyjnych BOMów."
msgctxt "error:production.bom.output:"
msgid "product_bom_uniq"
-msgstr ""
+msgstr "product_bom_uniq"
msgctxt "error:production:"
msgid ""
@@ -38,10 +38,9 @@ msgid ""
"not match the cost of the production (%(costs)s)."
msgstr ""
-#, fuzzy
msgctxt "field:product.product,boms:"
msgid "BOMs"
-msgstr "BOMs"
+msgstr "BOMy"
msgctxt "field:product.product,lead_times:"
msgid "Lead Times"
@@ -51,67 +50,65 @@ msgctxt "field:product.product,producible:"
msgid "Producible"
msgstr ""
-#, fuzzy
msgctxt "field:product.product-production.bom,bom:"
msgid "BOM"
msgstr "BOM"
msgctxt "field:product.product-production.bom,create_date:"
msgid "Create Date"
-msgstr ""
+msgstr "Data utworzenia"
msgctxt "field:product.product-production.bom,create_uid:"
msgid "Create User"
-msgstr ""
+msgstr "Utworzył"
msgctxt "field:product.product-production.bom,id:"
msgid "ID"
-msgstr ""
+msgstr "ID"
msgctxt "field:product.product-production.bom,product:"
msgid "Product"
-msgstr ""
+msgstr "Produkt"
msgctxt "field:product.product-production.bom,rec_name:"
-msgid "Name"
-msgstr ""
+msgid "Record Name"
+msgstr "Nazwa rekordu"
msgctxt "field:product.product-production.bom,sequence:"
msgid "Sequence"
-msgstr ""
+msgstr "Sekwencja"
msgctxt "field:product.product-production.bom,write_date:"
msgid "Write Date"
-msgstr ""
+msgstr "Data zapisu"
msgctxt "field:product.product-production.bom,write_uid:"
msgid "Write User"
-msgstr ""
+msgstr "Zapisał"
msgctxt "field:product.template,producible:"
msgid "Producible"
msgstr ""
-#, fuzzy
msgctxt "field:production,bom:"
msgid "BOM"
msgstr "BOM"
msgctxt "field:production,company:"
msgid "Company"
-msgstr ""
+msgstr "Firma"
msgctxt "field:production,cost:"
msgid "Cost"
-msgstr ""
+msgstr "Koszt"
msgctxt "field:production,create_date:"
msgid "Create Date"
-msgstr ""
+msgstr "Data utworzenia"
msgctxt "field:production,create_uid:"
msgid "Create User"
-msgstr ""
+msgstr "Utworzył"
msgctxt "field:production,effective_date:"
msgid "Effective Date"
@@ -123,7 +120,7 @@ msgstr ""
msgctxt "field:production,id:"
msgid "ID"
-msgstr ""
+msgstr "ID"
msgctxt "field:production,inputs:"
msgid "Inputs"
@@ -131,11 +128,11 @@ msgstr ""
msgctxt "field:production,location:"
msgid "Location"
-msgstr ""
+msgstr "Lokalizacja"
msgctxt "field:production,number:"
msgid "Number"
-msgstr ""
+msgstr "Numer"
msgctxt "field:production,outputs:"
msgid "Outputs"
@@ -143,31 +140,31 @@ msgstr ""
msgctxt "field:production,planned_date:"
msgid "Planned Date"
-msgstr ""
+msgstr "Data planowana"
msgctxt "field:production,planned_start_date:"
msgid "Planned Start Date"
-msgstr ""
+msgstr "Zaplanowana data rozpoczęcia"
msgctxt "field:production,product:"
msgid "Product"
-msgstr ""
+msgstr "Produkt"
msgctxt "field:production,quantity:"
msgid "Quantity"
-msgstr ""
+msgstr "Ilość"
msgctxt "field:production,rec_name:"
-msgid "Name"
-msgstr ""
+msgid "Record Name"
+msgstr "Nazwa rekordu"
msgctxt "field:production,reference:"
msgid "Reference"
-msgstr ""
+msgstr "Referencja"
msgctxt "field:production,state:"
msgid "State"
-msgstr ""
+msgstr "Stan"
msgctxt "field:production,unit_digits:"
msgid "Unit Digits"
@@ -175,27 +172,27 @@ msgstr ""
msgctxt "field:production,uom:"
msgid "Uom"
-msgstr ""
+msgstr "Jm"
msgctxt "field:production,uom_category:"
msgid "Uom Category"
-msgstr ""
+msgstr "Kategoria jednostki miary"
msgctxt "field:production,warehouse:"
msgid "Warehouse"
-msgstr ""
+msgstr "Magazyn"
msgctxt "field:production,write_date:"
msgid "Write Date"
-msgstr ""
+msgstr "Data zapisu"
msgctxt "field:production,write_uid:"
msgid "Write User"
-msgstr ""
+msgstr "Zapisał"
msgctxt "field:production.assign.failed,id:"
msgid "ID"
-msgstr ""
+msgstr "ID"
msgctxt "field:production.assign.failed,moves:"
msgid "Moves"
@@ -203,27 +200,27 @@ msgstr ""
msgctxt "field:production.bom,active:"
msgid "Active"
-msgstr ""
+msgstr "Aktywny"
msgctxt "field:production.bom,create_date:"
msgid "Create Date"
-msgstr ""
+msgstr "Data utworzenia"
msgctxt "field:production.bom,create_uid:"
msgid "Create User"
-msgstr ""
+msgstr "Utworzył"
msgctxt "field:production.bom,id:"
msgid "ID"
-msgstr ""
+msgstr "ID"
msgctxt "field:production.bom,inputs:"
msgid "Inputs"
-msgstr ""
+msgstr "Wejścia"
msgctxt "field:production.bom,name:"
msgid "Name"
-msgstr ""
+msgstr "Nazwa"
msgctxt "field:production.bom,output_products:"
msgid "Output Products"
@@ -231,48 +228,47 @@ msgstr ""
msgctxt "field:production.bom,outputs:"
msgid "Outputs"
-msgstr ""
+msgstr "Wyjścia"
msgctxt "field:production.bom,rec_name:"
-msgid "Name"
-msgstr ""
+msgid "Record Name"
+msgstr "Nazwa rekordu"
msgctxt "field:production.bom,write_date:"
msgid "Write Date"
-msgstr ""
+msgstr "Data zapisu"
msgctxt "field:production.bom,write_uid:"
msgid "Write User"
-msgstr ""
+msgstr "Zapisał"
-#, fuzzy
msgctxt "field:production.bom.input,bom:"
msgid "BOM"
msgstr "BOM"
msgctxt "field:production.bom.input,create_date:"
msgid "Create Date"
-msgstr ""
+msgstr "Data utworzenia"
msgctxt "field:production.bom.input,create_uid:"
msgid "Create User"
-msgstr ""
+msgstr "Utworzył"
msgctxt "field:production.bom.input,id:"
msgid "ID"
-msgstr ""
+msgstr "ID"
msgctxt "field:production.bom.input,product:"
msgid "Product"
-msgstr ""
+msgstr "Produkt"
msgctxt "field:production.bom.input,quantity:"
msgid "Quantity"
-msgstr ""
+msgstr "Ilość"
msgctxt "field:production.bom.input,rec_name:"
-msgid "Name"
-msgstr ""
+msgid "Record Name"
+msgstr "Nazwa rekordu"
msgctxt "field:production.bom.input,unit_digits:"
msgid "Unit Digits"
@@ -280,48 +276,47 @@ msgstr ""
msgctxt "field:production.bom.input,uom:"
msgid "Uom"
-msgstr ""
+msgstr "Jm"
msgctxt "field:production.bom.input,uom_category:"
msgid "Uom Category"
-msgstr ""
+msgstr "Kategoria jednostki miary"
msgctxt "field:production.bom.input,write_date:"
msgid "Write Date"
-msgstr ""
+msgstr "Data zapisu"
msgctxt "field:production.bom.input,write_uid:"
msgid "Write User"
-msgstr ""
+msgstr "Zapisał"
-#, fuzzy
msgctxt "field:production.bom.output,bom:"
msgid "BOM"
msgstr "BOM"
msgctxt "field:production.bom.output,create_date:"
msgid "Create Date"
-msgstr ""
+msgstr "Data utworzenia"
msgctxt "field:production.bom.output,create_uid:"
msgid "Create User"
-msgstr ""
+msgstr "Utworzył"
msgctxt "field:production.bom.output,id:"
msgid "ID"
-msgstr ""
+msgstr "ID"
msgctxt "field:production.bom.output,product:"
msgid "Product"
-msgstr ""
+msgstr "Produkt"
msgctxt "field:production.bom.output,quantity:"
msgid "Quantity"
-msgstr ""
+msgstr "Ilość"
msgctxt "field:production.bom.output,rec_name:"
-msgid "Name"
-msgstr ""
+msgid "Record Name"
+msgstr "Nazwa rekordu"
msgctxt "field:production.bom.output,unit_digits:"
msgid "Unit Digits"
@@ -329,35 +324,35 @@ msgstr ""
msgctxt "field:production.bom.output,uom:"
msgid "Uom"
-msgstr ""
+msgstr "Jm"
msgctxt "field:production.bom.output,uom_category:"
msgid "Uom Category"
-msgstr ""
+msgstr "Kategoria jednostki miary"
msgctxt "field:production.bom.output,write_date:"
msgid "Write Date"
-msgstr ""
+msgstr "Data zapisu"
msgctxt "field:production.bom.output,write_uid:"
msgid "Write User"
-msgstr ""
+msgstr "Zapisał"
msgctxt "field:production.bom.tree,childs:"
msgid "Childs"
-msgstr ""
+msgstr "Elementy podrzędne"
msgctxt "field:production.bom.tree,id:"
msgid "ID"
-msgstr ""
+msgstr "ID"
msgctxt "field:production.bom.tree,product:"
msgid "Product"
-msgstr ""
+msgstr "Produkt"
msgctxt "field:production.bom.tree,quantity:"
msgid "Quantity"
-msgstr ""
+msgstr "Ilość"
msgctxt "field:production.bom.tree,unit_digits:"
msgid "Unit Digits"
@@ -365,28 +360,27 @@ msgstr ""
msgctxt "field:production.bom.tree,uom:"
msgid "Uom"
-msgstr ""
+msgstr "Jm"
-#, fuzzy
msgctxt "field:production.bom.tree.open.start,bom:"
msgid "BOM"
msgstr "BOM"
msgctxt "field:production.bom.tree.open.start,category:"
msgid "Category"
-msgstr ""
+msgstr "Kategoria"
msgctxt "field:production.bom.tree.open.start,id:"
msgid "ID"
-msgstr ""
+msgstr "ID"
msgctxt "field:production.bom.tree.open.start,product:"
msgid "Product"
-msgstr ""
+msgstr "Produkt"
msgctxt "field:production.bom.tree.open.start,quantity:"
msgid "Quantity"
-msgstr ""
+msgstr "Ilość"
msgctxt "field:production.bom.tree.open.start,unit_digits:"
msgid "Unit Digits"
@@ -394,94 +388,92 @@ msgstr ""
msgctxt "field:production.bom.tree.open.start,uom:"
msgid "Unit"
-msgstr ""
+msgstr "Jednostka"
-#, fuzzy
msgctxt "field:production.bom.tree.open.tree,bom_tree:"
msgid "BOM Tree"
-msgstr "BOM Tree"
+msgstr "Drzewo BOM"
msgctxt "field:production.bom.tree.open.tree,id:"
msgid "ID"
-msgstr ""
+msgstr "ID"
msgctxt "field:production.configuration,create_date:"
msgid "Create Date"
-msgstr ""
+msgstr "Data utworzenia"
msgctxt "field:production.configuration,create_uid:"
msgid "Create User"
-msgstr ""
+msgstr "Utworzył"
msgctxt "field:production.configuration,id:"
msgid "ID"
-msgstr ""
+msgstr "ID"
msgctxt "field:production.configuration,production_sequence:"
msgid "Production Sequence"
-msgstr ""
+msgstr "Sekwencja produkcji"
msgctxt "field:production.configuration,rec_name:"
-msgid "Name"
-msgstr ""
+msgid "Record Name"
+msgstr "Nazwa rekordu"
msgctxt "field:production.configuration,write_date:"
msgid "Write Date"
-msgstr ""
+msgstr "Data zapisu"
msgctxt "field:production.configuration,write_uid:"
msgid "Write User"
-msgstr ""
+msgstr "Zapisał"
msgctxt "field:production.configuration.production_sequence,company:"
msgid "Company"
-msgstr ""
+msgstr "Firma"
msgctxt "field:production.configuration.production_sequence,create_date:"
msgid "Create Date"
-msgstr ""
+msgstr "Data utworzenia"
msgctxt "field:production.configuration.production_sequence,create_uid:"
msgid "Create User"
-msgstr ""
+msgstr "Utworzył"
msgctxt "field:production.configuration.production_sequence,id:"
msgid "ID"
-msgstr ""
+msgstr "ID"
msgctxt ""
"field:production.configuration.production_sequence,production_sequence:"
msgid "Production Sequence"
-msgstr ""
+msgstr "Sekwencja produkcji"
msgctxt "field:production.configuration.production_sequence,rec_name:"
-msgid "Name"
-msgstr ""
+msgid "Record Name"
+msgstr "Nazwa rekordu"
msgctxt "field:production.configuration.production_sequence,write_date:"
msgid "Write Date"
-msgstr ""
+msgstr "Data zapisu"
msgctxt "field:production.configuration.production_sequence,write_uid:"
msgid "Write User"
-msgstr ""
+msgstr "Zapisał"
-#, fuzzy
msgctxt "field:production.lead_time,bom:"
msgid "BOM"
msgstr "BOM"
msgctxt "field:production.lead_time,create_date:"
msgid "Create Date"
-msgstr ""
+msgstr "Data utworzenia"
msgctxt "field:production.lead_time,create_uid:"
msgid "Create User"
-msgstr ""
+msgstr "Utworzył"
msgctxt "field:production.lead_time,id:"
msgid "ID"
-msgstr ""
+msgstr "ID"
msgctxt "field:production.lead_time,lead_time:"
msgid "Lead Time"
@@ -489,28 +481,27 @@ msgstr ""
msgctxt "field:production.lead_time,product:"
msgid "Product"
-msgstr ""
+msgstr "Produkt"
msgctxt "field:production.lead_time,rec_name:"
-msgid "Name"
-msgstr ""
+msgid "Record Name"
+msgstr "Nazwa rekordu"
msgctxt "field:production.lead_time,sequence:"
msgid "Sequence"
-msgstr ""
+msgstr "Sekwencja"
msgctxt "field:production.lead_time,write_date:"
msgid "Write Date"
-msgstr ""
+msgstr "Data zapisu"
msgctxt "field:production.lead_time,write_uid:"
msgid "Write User"
-msgstr ""
+msgstr "Zapisał"
-#, fuzzy
msgctxt "field:stock.location,production_location:"
msgid "Production"
-msgstr "Production"
+msgstr "Produkcja"
msgctxt "field:stock.move,production_input:"
msgid "Production Input"
@@ -526,122 +517,119 @@ msgstr "BOM"
msgctxt "model:ir.action,name:act_bom_list"
msgid "BOMs"
-msgstr "BOMs"
+msgstr "BOMy"
-#, fuzzy
msgctxt "model:ir.action,name:act_product_in_bom"
msgid "BOMs"
-msgstr "BOMs"
+msgstr "BOMy"
msgctxt "model:ir.action,name:act_production_calendar"
msgid "Productions"
-msgstr "Productions"
+msgstr "Produkcje"
msgctxt "model:ir.action,name:act_production_configuration_form"
msgid "Production Configuration"
-msgstr "Production Configuration"
+msgstr "Konfiguracja produkcji"
msgctxt "model:ir.action,name:act_production_list"
msgid "Productions"
-msgstr "Productions"
+msgstr "Produkcje"
msgctxt "model:ir.action,name:wizard_assign"
msgid "Assign Production"
-msgstr "Assign Production"
+msgstr "Przydziel produkcję"
msgctxt "model:ir.action,name:wizard_bom_tree_open"
msgid "BOM Tree"
-msgstr "BOM Tree"
+msgstr "Drzewo BOM"
msgctxt ""
"model:ir.action.act_window.domain,name:act_product_in_bom_output_domain_input"
msgid "As Inputs"
-msgstr ""
+msgstr "Jako wejścia"
msgctxt ""
"model:ir.action.act_window.domain,name:act_product_in_bom_output_domain_output"
msgid "As Outputs"
-msgstr ""
+msgstr "Jako wyjścia"
msgctxt ""
"model:ir.action.act_window.domain,name:act_production_list_domain_all"
msgid "All"
-msgstr "All"
+msgstr "Wszystkie"
msgctxt ""
"model:ir.action.act_window.domain,name:act_production_list_domain_assigned"
msgid "Assigned"
-msgstr "Assigned"
+msgstr "Przydzielone"
msgctxt ""
"model:ir.action.act_window.domain,name:act_production_list_domain_draft"
msgid "Draft"
-msgstr "Draft"
+msgstr ""
msgctxt ""
"model:ir.action.act_window.domain,name:act_production_list_domain_requests"
msgid "Requests"
-msgstr "Requests"
+msgstr ""
msgctxt ""
"model:ir.action.act_window.domain,name:act_production_list_domain_running"
msgid "Running"
-msgstr "Running"
+msgstr "Uruchomione"
msgctxt ""
"model:ir.action.act_window.domain,name:act_production_list_domain_waiting"
msgid "Waiting"
-msgstr "Waiting"
+msgstr ""
msgctxt "model:ir.sequence,name:sequence_production"
msgid "Production"
-msgstr "Production"
+msgstr "Produkcja"
msgctxt "model:ir.sequence.type,name:sequence_type_production"
msgid "Production"
-msgstr "Production"
+msgstr "Produkcja"
msgctxt "model:ir.ui.menu,name:menu_bom_list"
msgid "BOMs"
-msgstr "BOMs"
+msgstr "BOMy"
msgctxt "model:ir.ui.menu,name:menu_configuration"
msgid "Configuration"
-msgstr "Configuration"
+msgstr "Konfiguracja"
msgctxt "model:ir.ui.menu,name:menu_production"
msgid "Production"
-msgstr "Production"
+msgstr "Produkcja"
msgctxt "model:ir.ui.menu,name:menu_production_calendar"
msgid "Productions"
-msgstr "Productions"
+msgstr "Produkcje"
msgctxt "model:ir.ui.menu,name:menu_production_configuration"
msgid "Production Configuration"
-msgstr "Production Configuration"
+msgstr "Konfiguracja produkcji"
msgctxt "model:ir.ui.menu,name:menu_production_list"
msgid "Productions"
-msgstr "Productions"
+msgstr "Produkcje"
msgctxt "model:product.product-production.bom,name:"
msgid "Product - BOM"
-msgstr ""
+msgstr "Produkt - BOM"
-#, fuzzy
msgctxt "model:production,name:"
msgid "Production"
-msgstr "Production"
+msgstr "Produkcja"
-#, fuzzy
msgctxt "model:production.assign.failed,name:"
msgid "Assign Production"
-msgstr "Assign Production"
+msgstr "Przydziel produkcję"
msgctxt "model:production.bom,name:"
msgid "Bill of Material"
-msgstr ""
+msgstr "Wielopoziomowa struktura produktu (BOM)"
msgctxt "model:production.bom.input,name:"
msgid "Bill of Material Input"
@@ -651,23 +639,21 @@ msgctxt "model:production.bom.output,name:"
msgid "Bill of Material Output"
msgstr ""
-#, fuzzy
msgctxt "model:production.bom.tree,name:"
msgid "BOM Tree"
-msgstr "BOM Tree"
+msgstr "Drzewo BOM"
msgctxt "model:production.bom.tree.open.start,name:"
msgid "Open BOM Tree"
-msgstr ""
+msgstr "Otwórz drzewo BOM"
msgctxt "model:production.bom.tree.open.tree,name:"
msgid "Open BOM Tree"
-msgstr ""
+msgstr "Otwórz drzewo BOM"
-#, fuzzy
msgctxt "model:production.configuration,name:"
msgid "Production Configuration"
-msgstr "Production Configuration"
+msgstr "Konfiguracja produkcji"
msgctxt "model:production.configuration.production_sequence,name:"
msgid "Production Configuration Production Sequence"
@@ -679,28 +665,27 @@ msgstr ""
msgctxt "model:res.group,name:group_production"
msgid "Production"
-msgstr "Production"
+msgstr "Produkcja"
msgctxt "model:res.group,name:group_production_admin"
msgid "Production Administration"
-msgstr "Production Administration"
+msgstr "Administracja produkcją"
msgctxt "model:stock.location,name:location_production"
msgid "Production"
-msgstr "Production"
+msgstr "Produkcja"
-#, fuzzy
msgctxt "selection:production,state:"
msgid "Assigned"
-msgstr "Assigned"
+msgstr "Przydzielono"
msgctxt "selection:production,state:"
msgid "Canceled"
-msgstr ""
+msgstr "Anulowano"
msgctxt "selection:production,state:"
msgid "Done"
-msgstr ""
+msgstr "Wykonano"
#, fuzzy
msgctxt "selection:production,state:"
@@ -712,20 +697,18 @@ msgctxt "selection:production,state:"
msgid "Request"
msgstr "Requests"
-#, fuzzy
msgctxt "selection:production,state:"
msgid "Running"
-msgstr "Running"
+msgstr "Uruchomione"
#, fuzzy
msgctxt "selection:production,state:"
msgid "Waiting"
msgstr "Waiting"
-#, fuzzy
msgctxt "view:product.product:"
msgid "Production"
-msgstr "Production"
+msgstr "Produkcja"
msgctxt "view:production.assign.failed:"
msgid "Unable to assign those products:"
@@ -735,18 +718,17 @@ msgctxt "view:production.bom:"
msgid "Lines"
msgstr ""
-#, fuzzy
msgctxt "view:production:"
msgid "Assign"
-msgstr "Assigned"
+msgstr "Przydziel"
msgctxt "view:production:"
msgid "Cancel"
-msgstr ""
+msgstr "Anuluj"
msgctxt "view:production:"
msgid "Done"
-msgstr ""
+msgstr "Wykonano"
#, fuzzy
msgctxt "view:production:"
@@ -759,7 +741,7 @@ msgstr ""
msgctxt "view:production:"
msgid "Other Info"
-msgstr ""
+msgstr "Inne informacje"
msgctxt "view:production:"
msgid "Reset to BOM"
@@ -767,31 +749,31 @@ msgstr ""
msgctxt "view:production:"
msgid "Run"
-msgstr ""
+msgstr "Uruchom"
msgctxt "view:production:"
msgid "Wait"
-msgstr ""
+msgstr "Czekaj"
msgctxt "wizard_button:production.assign,failed,end:"
msgid "OK"
-msgstr ""
+msgstr "OK"
msgctxt "wizard_button:production.assign,failed,force:"
msgid "Force Assign"
-msgstr ""
+msgstr "Wymuś przydzielenie"
msgctxt "wizard_button:production.bom.tree.open,start,end:"
msgid "Cancel"
-msgstr ""
+msgstr "Anuluj"
msgctxt "wizard_button:production.bom.tree.open,start,tree:"
msgid "OK"
-msgstr ""
+msgstr "OK"
msgctxt "wizard_button:production.bom.tree.open,tree,end:"
msgid "Close"
-msgstr ""
+msgstr "Zamknij"
msgctxt "wizard_button:production.bom.tree.open,tree,start:"
msgid "Change"
diff --git a/locale/pt_BR.po b/locale/pt_BR.po
index bb9fa71..f5760dc 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"
@@ -75,8 +75,8 @@ msgid "Product"
msgstr "Produto"
msgctxt "field:product.product-production.bom,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr "Nome do Registro"
msgctxt "field:product.product-production.bom,sequence:"
msgid "Sequence"
@@ -159,8 +159,8 @@ msgid "Quantity"
msgstr "Quantidade"
msgctxt "field:production,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr "Nome do Registro"
msgctxt "field:production,reference:"
msgid "Reference"
@@ -235,8 +235,8 @@ msgid "Outputs"
msgstr "Produtos de saída"
msgctxt "field:production.bom,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr "Nome do Registro"
msgctxt "field:production.bom,write_date:"
msgid "Write Date"
@@ -271,8 +271,8 @@ msgid "Quantity"
msgstr "Quantidade"
msgctxt "field:production.bom.input,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr "Nome do Registro"
msgctxt "field:production.bom.input,unit_digits:"
msgid "Unit Digits"
@@ -319,8 +319,8 @@ msgid "Quantity"
msgstr "Quantidade"
msgctxt "field:production.bom.output,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr "Nome do Registro"
msgctxt "field:production.bom.output,unit_digits:"
msgid "Unit Digits"
@@ -419,8 +419,8 @@ msgid "Production Sequence"
msgstr "Sequência de produção"
msgctxt "field:production.configuration,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr "Nome do Registro"
msgctxt "field:production.configuration,write_date:"
msgid "Write Date"
@@ -452,8 +452,8 @@ msgid "Production Sequence"
msgstr "Sequência de Produção"
msgctxt "field:production.configuration.production_sequence,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr "Nome do Registro"
msgctxt "field:production.configuration.production_sequence,write_date:"
msgid "Write Date"
@@ -488,8 +488,8 @@ msgid "Product"
msgstr "Produto"
msgctxt "field:production.lead_time,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr "Nome do Registro"
msgctxt "field:production.lead_time,sequence:"
msgid "Sequence"
diff --git a/locale/ru.po b/locale/ru.po
index b38b0a0..2a97826 100644
--- a/locale/ru.po
+++ b/locale/ru.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -71,8 +71,8 @@ msgid "Product"
msgstr "Продукт"
msgctxt "field:product.product-production.bom,rec_name:"
-msgid "Name"
-msgstr "Наименование"
+msgid "Record Name"
+msgstr ""
msgctxt "field:product.product-production.bom,sequence:"
msgid "Sequence"
@@ -156,8 +156,8 @@ msgid "Quantity"
msgstr "Кол-во"
msgctxt "field:production,rec_name:"
-msgid "Name"
-msgstr "Наименование"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production,reference:"
msgid "Reference"
@@ -232,8 +232,8 @@ msgid "Outputs"
msgstr "Продукция"
msgctxt "field:production.bom,rec_name:"
-msgid "Name"
-msgstr "Наименование"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.bom,write_date:"
msgid "Write Date"
@@ -268,8 +268,8 @@ msgid "Quantity"
msgstr "Кол-во"
msgctxt "field:production.bom.input,rec_name:"
-msgid "Name"
-msgstr "Наименование"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.bom.input,unit_digits:"
msgid "Unit Digits"
@@ -316,8 +316,8 @@ msgid "Quantity"
msgstr "Кол-во"
msgctxt "field:production.bom.output,rec_name:"
-msgid "Name"
-msgstr "Наименование"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.bom.output,unit_digits:"
msgid "Unit Digits"
@@ -416,8 +416,8 @@ msgid "Production Sequence"
msgstr "Нумерация производства"
msgctxt "field:production.configuration,rec_name:"
-msgid "Name"
-msgstr "Наименование"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.configuration,write_date:"
msgid "Write Date"
@@ -453,10 +453,9 @@ msgctxt ""
msgid "Production Sequence"
msgstr "Нумерация производства"
-#, fuzzy
msgctxt "field:production.configuration.production_sequence,rec_name:"
-msgid "Name"
-msgstr "Наименование"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:production.configuration.production_sequence,write_date:"
@@ -497,10 +496,9 @@ msgctxt "field:production.lead_time,product:"
msgid "Product"
msgstr "Товарно материальные ценности (ТМЦ)"
-#, fuzzy
msgctxt "field:production.lead_time,rec_name:"
-msgid "Name"
-msgstr "Правило оплаты"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:production.lead_time,sequence:"
diff --git a/locale/sl.po b/locale/sl.po
index b16bb75..24e1be6 100644
--- a/locale/sl.po
+++ b/locale/sl.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -73,8 +73,8 @@ msgid "Product"
msgstr "Izdelek"
msgctxt "field:product.product-production.bom,rec_name:"
-msgid "Name"
-msgstr "Ime"
+msgid "Record Name"
+msgstr ""
msgctxt "field:product.product-production.bom,sequence:"
msgid "Sequence"
@@ -157,8 +157,8 @@ msgid "Quantity"
msgstr "Količina"
msgctxt "field:production,rec_name:"
-msgid "Name"
-msgstr "Ime"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production,reference:"
msgid "Reference"
@@ -233,8 +233,8 @@ msgid "Outputs"
msgstr "Izhodi"
msgctxt "field:production.bom,rec_name:"
-msgid "Name"
-msgstr "Ime"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.bom,write_date:"
msgid "Write Date"
@@ -269,8 +269,8 @@ msgid "Quantity"
msgstr "Količina"
msgctxt "field:production.bom.input,rec_name:"
-msgid "Name"
-msgstr "Ime"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.bom.input,unit_digits:"
msgid "Unit Digits"
@@ -317,8 +317,8 @@ msgid "Quantity"
msgstr "Količina"
msgctxt "field:production.bom.output,rec_name:"
-msgid "Name"
-msgstr "Ime"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.bom.output,unit_digits:"
msgid "Unit Digits"
@@ -417,8 +417,8 @@ msgid "Production Sequence"
msgstr "Proizvodni nalog"
msgctxt "field:production.configuration,rec_name:"
-msgid "Name"
-msgstr "Ime"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.configuration,write_date:"
msgid "Write Date"
@@ -450,8 +450,8 @@ msgid "Production Sequence"
msgstr "Štetje proizvodnih nalogov"
msgctxt "field:production.configuration.production_sequence,rec_name:"
-msgid "Name"
-msgstr "Ime"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.configuration.production_sequence,write_date:"
msgid "Write Date"
@@ -486,8 +486,8 @@ msgid "Product"
msgstr "Izdelek"
msgctxt "field:production.lead_time,rec_name:"
-msgid "Name"
-msgstr "Ime"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.lead_time,sequence:"
msgid "Sequence"
diff --git a/locale/zh_CN.po b/locale/zh_CN.po
index 74f1110..98a6502 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"
@@ -73,10 +73,9 @@ msgctxt "field:product.product-production.bom,product:"
msgid "Product"
msgstr ""
-#, fuzzy
msgctxt "field:product.product-production.bom,rec_name:"
-msgid "Name"
-msgstr "纳木"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:product.product-production.bom,sequence:"
@@ -164,10 +163,9 @@ msgctxt "field:production,quantity:"
msgid "Quantity"
msgstr ""
-#, fuzzy
msgctxt "field:production,rec_name:"
-msgid "Name"
-msgstr "纳木"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production,reference:"
msgid "Reference"
@@ -250,10 +248,9 @@ msgctxt "field:production.bom,outputs:"
msgid "Outputs"
msgstr ""
-#, fuzzy
msgctxt "field:production.bom,rec_name:"
-msgid "Name"
-msgstr "纳木"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:production.bom,write_date:"
@@ -292,10 +289,9 @@ msgctxt "field:production.bom.input,quantity:"
msgid "Quantity"
msgstr ""
-#, fuzzy
msgctxt "field:production.bom.input,rec_name:"
-msgid "Name"
-msgstr "纳木"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.bom.input,unit_digits:"
msgid "Unit Digits"
@@ -346,10 +342,9 @@ msgctxt "field:production.bom.output,quantity:"
msgid "Quantity"
msgstr ""
-#, fuzzy
msgctxt "field:production.bom.output,rec_name:"
-msgid "Name"
-msgstr "纳木"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.bom.output,unit_digits:"
msgid "Unit Digits"
@@ -456,10 +451,9 @@ msgctxt "field:production.configuration,production_sequence:"
msgid "Production Sequence"
msgstr ""
-#, fuzzy
msgctxt "field:production.configuration,rec_name:"
-msgid "Name"
-msgstr "纳木"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:production.configuration,write_date:"
@@ -495,10 +489,9 @@ msgctxt ""
msgid "Production Sequence"
msgstr ""
-#, fuzzy
msgctxt "field:production.configuration.production_sequence,rec_name:"
-msgid "Name"
-msgstr "纳木"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:production.configuration.production_sequence,write_date:"
@@ -537,10 +530,9 @@ msgctxt "field:production.lead_time,product:"
msgid "Product"
msgstr ""
-#, fuzzy
msgctxt "field:production.lead_time,rec_name:"
-msgid "Name"
-msgstr "纳木"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:production.lead_time,sequence:"
diff --git a/setup.py b/setup.py
index bc2a7e0..4607a14 100644
--- a/setup.py
+++ b/setup.py
@@ -103,9 +103,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_production.rst b/tests/scenario_production.rst
index e5d7a28..30d3d6b 100644
--- a/tests/scenario_production.rst
+++ b/tests/scenario_production.rst
@@ -30,44 +30,42 @@ 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.producible = True
>>> template.list_price = Decimal(30)
- >>> template.cost_price = Decimal(20)
+ >>> product, = template.products
+ >>> product.cost_price = Decimal(20)
>>> template.save()
- >>> product.template = template
- >>> product.save()
+ >>> product, = template.products
Create Components::
- >>> component1 = Product()
>>> template1 = ProductTemplate()
>>> template1.name = 'component 1'
>>> template1.default_uom = unit
>>> template1.type = 'goods'
>>> template1.list_price = Decimal(5)
- >>> template1.cost_price = Decimal(1)
+ >>> component1, = template1.products
+ >>> component1.cost_price = Decimal(1)
>>> template1.save()
- >>> component1.template = template1
- >>> component1.save()
+ >>> component1, = template1.products
>>> meter, = ProductUom.find([('name', '=', 'Meter')])
>>> centimeter, = ProductUom.find([('name', '=', 'centimeter')])
- >>> component2 = Product()
+
>>> template2 = ProductTemplate()
>>> template2.name = 'component 2'
>>> template2.default_uom = meter
>>> template2.type = 'goods'
>>> template2.list_price = Decimal(7)
- >>> template2.cost_price = Decimal(5)
+ >>> component2, = template2.products
+ >>> component2.cost_price = Decimal(5)
>>> template2.save()
- >>> component2.template = template2
- >>> component2.save()
+ >>> component2, = template2.products
Create Bill of Material::
diff --git a/tests/scenario_production_rounding.rst b/tests/scenario_production_rounding.rst
index 4fc4118..3864045 100644
--- a/tests/scenario_production_rounding.rst
+++ b/tests/scenario_production_rounding.rst
@@ -24,44 +24,35 @@ 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.producible = True
>>> template.list_price = Decimal(30)
- >>> template.cost_price = Decimal(20)
>>> template.save()
- >>> product.template = template
- >>> product.save()
+ >>> product, = template.products
Create component::
- >>> component = Product()
>>> template = ProductTemplate()
>>> template.name = 'component'
>>> template.default_uom = unit
>>> template.type = 'goods'
>>> template.list_price = Decimal(5)
- >>> template.cost_price = Decimal(1)
>>> template.save()
- >>> component.template = template
- >>> component.save()
+ >>> component, = template.products
Create residual::
- >>> residual = Product()
>>> template = ProductTemplate()
>>> template.name = 'residual'
>>> template.default_uom = unit
>>> template.type = 'goods'
>>> template.list_price = Decimal(0)
- >>> template.cost_price = Decimal(0)
>>> template.save()
- >>> residual.template = template
- >>> residual.save()
+ >>> residual, = template.products
Create Bill of Material with rational ratio::
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 95eadc3..32d3b2c 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=4.4.1
+version=4.6.0
depends:
company
ir
diff --git a/trytond_production.egg-info/PKG-INFO b/trytond_production.egg-info/PKG-INFO
index 9d44d59..619d421 100644
--- a/trytond_production.egg-info/PKG-INFO
+++ b/trytond_production.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond-production
-Version: 4.4.1
+Version: 4.6.0
Summary: Tryton module for production
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_production
==================
@@ -70,9 +70,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_production.egg-info/SOURCES.txt b/trytond_production.egg-info/SOURCES.txt
index 339052e..90820ae 100644
--- a/trytond_production.egg-info/SOURCES.txt
+++ b/trytond_production.egg-info/SOURCES.txt
@@ -1,15 +1,24 @@
+.drone.yml
+.hgtags
CHANGELOG
COPYRIGHT
INSTALL
LICENSE
MANIFEST.in
README
+__init__.py
+bom.py
bom.xml
+configuration.py
configuration.xml
+product.py
product.xml
+production.py
production.xml
setup.py
+stock.py
stock.xml
+tox.ini
tryton.cfg
./__init__.py
./bom.py
@@ -88,8 +97,10 @@ locale/pt_BR.po
locale/ru.po
locale/sl.po
locale/zh_CN.po
+tests/__init__.py
tests/scenario_production.rst
tests/scenario_production_rounding.rst
+tests/test_production.py
trytond_production.egg-info/PKG-INFO
trytond_production.egg-info/SOURCES.txt
trytond_production.egg-info/dependency_links.txt
diff --git a/trytond_production.egg-info/requires.txt b/trytond_production.egg-info/requires.txt
index 09ec3f1..85e79a8 100644
--- a/trytond_production.egg-info/requires.txt
+++ b/trytond_production.egg-info/requires.txt
@@ -1,5 +1,5 @@
python-sql >= 0.4
-trytond_company >= 4.4, < 4.5
-trytond_product >= 4.4, < 4.5
-trytond_stock >= 4.4, < 4.5
-trytond >= 4.4, < 4.5
+trytond_company >= 4.6, < 4.7
+trytond_product >= 4.6, < 4.7
+trytond_stock >= 4.6, < 4.7
+trytond >= 4.6, < 4.7
--
tryton-modules-production
More information about the tryton-debian-vcs
mailing list