[tryton-debian-vcs] tryton-modules-stock-supply-production branch upstream updated. upstream/4.4.2-1-ga6ba791
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Fri Nov 10 12:24:00 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-stock-supply-production.git;a=commitdiff;h=upstream/4.4.2-1-ga6ba791
commit a6ba79113d4cd925e8cb64cfc7b8a15295d90aca
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Nov 6 14:41:31 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 2803652..4979419 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,4 @@
-Version 4.4.2 - 2017-08-08
-* Bug fixes (see mercurial logs for details)
-
-Version 4.4.1 - 2017-07-01
+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 ce1a13e..eb4f1c7 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond_stock_supply_production
-Version: 4.4.2
+Version: 4.6.0
Summary: Tryton module for stock supply of 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_stock_supply_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/locale/bg.po b/locale/bg.po
index 0ddd788..f177b67 100644
--- a/locale/bg.po
+++ b/locale/bg.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -24,7 +24,7 @@ msgid "ID"
msgstr "ID"
msgctxt "field:production.configuration.supply_period,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:production.configuration.supply_period,supply_period:"
diff --git a/locale/ca.po b/locale/ca.po
index a411f33..021cc39 100644
--- a/locale/ca.po
+++ b/locale/ca.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -23,8 +23,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:production.configuration.supply_period,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom del registre"
msgctxt "field:production.configuration.supply_period,supply_period:"
msgid "Supply Period"
diff --git a/locale/cs.po b/locale/cs.po
index 7158729..78df416 100644
--- a/locale/cs.po
+++ b/locale/cs.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -23,7 +23,7 @@ msgid "ID"
msgstr ""
msgctxt "field:production.configuration.supply_period,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:production.configuration.supply_period,supply_period:"
diff --git a/locale/de.po b/locale/de.po
index edaacd9..07a5293 100644
--- a/locale/de.po
+++ b/locale/de.po
@@ -1,10 +1,10 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "error:stock.supply:"
msgid "There are some late productions."
-msgstr "Es gibt einige verspätete Produktionen."
+msgstr "Es exisieren überfällige Produktionen."
msgctxt "field:production.configuration,supply_period:"
msgid "Supply Period"
@@ -23,8 +23,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:production.configuration.supply_period,rec_name:"
-msgid "Name"
-msgstr "Name"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.configuration.supply_period,supply_period:"
msgid "Supply Period"
diff --git a/locale/es.po b/locale/es.po
index e6f06a0..236c947 100644
--- a/locale/es.po
+++ b/locale/es.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -23,8 +23,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:production.configuration.supply_period,rec_name:"
-msgid "Name"
-msgstr "Nombre"
+msgid "Record Name"
+msgstr "Nombre del registro"
msgctxt "field:production.configuration.supply_period,supply_period:"
msgid "Supply Period"
diff --git a/locale/es_419.po b/locale/es_419.po
index 7158729..78df416 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"
@@ -23,7 +23,7 @@ msgid "ID"
msgstr ""
msgctxt "field:production.configuration.supply_period,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:production.configuration.supply_period,supply_period:"
diff --git a/locale/fr.po b/locale/fr.po
index 53ebd07..f6a05a2 100644
--- a/locale/fr.po
+++ b/locale/fr.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -23,8 +23,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:production.configuration.supply_period,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom de l'enregistrement"
msgctxt "field:production.configuration.supply_period,supply_period:"
msgid "Supply Period"
diff --git a/locale/hu_HU.po b/locale/hu_HU.po
index a6d4e6d..a8d29f0 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"
@@ -25,7 +25,7 @@ msgid "ID"
msgstr "ID"
msgctxt "field:production.configuration.supply_period,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
#, fuzzy
diff --git a/locale/it_IT.po b/locale/it_IT.po
index 72235c3..5da3d41 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"
@@ -24,7 +24,7 @@ msgid "ID"
msgstr "Movimento contabile"
msgctxt "field:production.configuration.supply_period,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:production.configuration.supply_period,supply_period:"
diff --git a/locale/ja_JP.po b/locale/ja_JP.po
index db19887..df0d044 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"
@@ -23,7 +23,7 @@ msgid "ID"
msgstr ""
msgctxt "field:production.configuration.supply_period,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:production.configuration.supply_period,supply_period:"
diff --git a/locale/lo.po b/locale/lo.po
index 97f227e..dc8167a 100644
--- a/locale/lo.po
+++ b/locale/lo.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -23,8 +23,8 @@ msgid "ID"
msgstr "ເລກລຳດັບ"
msgctxt "field:production.configuration.supply_period,rec_name:"
-msgid "Name"
-msgstr "ຊື່"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.configuration.supply_period,supply_period:"
msgid "Supply Period"
diff --git a/locale/lt.po b/locale/lt.po
index 7158729..78df416 100644
--- a/locale/lt.po
+++ b/locale/lt.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -23,7 +23,7 @@ msgid "ID"
msgstr ""
msgctxt "field:production.configuration.supply_period,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:production.configuration.supply_period,supply_period:"
diff --git a/locale/nl.po b/locale/nl.po
index 6038114..1efb7aa 100644
--- a/locale/nl.po
+++ b/locale/nl.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -24,7 +24,7 @@ msgid "ID"
msgstr "ID"
msgctxt "field:production.configuration.supply_period,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:production.configuration.supply_period,supply_period:"
diff --git a/locale/pl.po b/locale/pl.po
index db19887..7d1d478 100644
--- a/locale/pl.po
+++ b/locale/pl.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -12,19 +12,19 @@ msgstr ""
msgctxt "field:production.configuration.supply_period,create_date:"
msgid "Create Date"
-msgstr ""
+msgstr "Data utworzenia"
msgctxt "field:production.configuration.supply_period,create_uid:"
msgid "Create User"
-msgstr ""
+msgstr "Utworzył"
msgctxt "field:production.configuration.supply_period,id:"
msgid "ID"
-msgstr ""
+msgstr "ID"
msgctxt "field:production.configuration.supply_period,rec_name:"
-msgid "Name"
-msgstr ""
+msgid "Record Name"
+msgstr "Nazwa rekordu"
msgctxt "field:production.configuration.supply_period,supply_period:"
msgid "Supply Period"
@@ -32,41 +32,40 @@ msgstr ""
msgctxt "field:production.configuration.supply_period,write_date:"
msgid "Write Date"
-msgstr ""
+msgstr "Data zapisu"
msgctxt "field:production.configuration.supply_period,write_uid:"
msgid "Write User"
-msgstr ""
+msgstr "Zapisał"
msgctxt "model:ir.action,name:act_production_request"
msgid "Request Productions"
-msgstr "Request Productions"
+msgstr ""
msgctxt ""
"model:ir.action.act_window.domain,name:act_order_point_form_domain_production"
msgid "Production"
-msgstr "Production"
+msgstr "Produkcja"
msgctxt "model:production.configuration.supply_period,name:"
msgid "Production Configuration Supply Period"
msgstr ""
-#, fuzzy
msgctxt "selection:stock.order_point,type:"
msgid "Production"
-msgstr "Production"
+msgstr "Produkcja"
msgctxt "model:ir.action,name:act_production_request_create"
msgid "Create Production Requests"
-msgstr "Create Production Requests"
+msgstr ""
msgctxt "model:ir.cron,name:cron_generate_request"
msgid "Generate Production Requests"
-msgstr "Generate Production Requests"
+msgstr ""
msgctxt "model:ir.ui.menu,name:menu_production_request_create"
msgid "Create Production Requests"
-msgstr "Create Production Requests"
+msgstr ""
#, fuzzy
msgctxt "model:production.create_request.start,name:"
diff --git a/locale/pt_BR.po b/locale/pt_BR.po
index bfab21a..51c8bc1 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"
@@ -23,8 +23,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:production.configuration.supply_period,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr "Nome do Registro"
msgctxt "field:production.configuration.supply_period,supply_period:"
msgid "Supply Period"
diff --git a/locale/ru.po b/locale/ru.po
index e4fd668..c72bda5 100644
--- a/locale/ru.po
+++ b/locale/ru.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -24,7 +24,7 @@ msgid "ID"
msgstr "ID"
msgctxt "field:production.configuration.supply_period,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:production.configuration.supply_period,supply_period:"
diff --git a/locale/sl.po b/locale/sl.po
index ab4e830..e97cfce 100644
--- a/locale/sl.po
+++ b/locale/sl.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -23,8 +23,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:production.configuration.supply_period,rec_name:"
-msgid "Name"
-msgstr "Ime"
+msgid "Record Name"
+msgstr ""
msgctxt "field:production.configuration.supply_period,supply_period:"
msgid "Supply Period"
diff --git a/locale/zh_CN.po b/locale/zh_CN.po
index e97d9f1..80fc5ec 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"
@@ -24,7 +24,7 @@ msgid "ID"
msgstr "编号"
msgctxt "field:production.configuration.supply_period,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:production.configuration.supply_period,supply_period:"
diff --git a/setup.py b/setup.py
index 2350cf6..93a65a8 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_stock_supply_production.rst b/tests/scenario_stock_supply_production.rst
index a123c09..61e3951 100644
--- a/tests/scenario_stock_supply_production.rst
+++ b/tests/scenario_stock_supply_production.rst
@@ -4,6 +4,7 @@ Production Request Scenario
Imports::
+ >>> from datetime import timedelta
>>> from decimal import Decimal
>>> from proteus import Model, Wizard
>>> from trytond.tests.tools import activate_modules
@@ -24,22 +25,27 @@ 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
+
+Define a supply period for production::
+
+ >>> ProductionConfiguration = Model.get('production.configuration')
+ >>> production_configuration = ProductionConfiguration(1)
+ >>> production_configuration.supply_period = timedelta(1)
+ >>> production_configuration.save()
Get stock locations::
>>> Location = Model.get('stock.location')
+ >>> warehouse_loc, = Location.find([('code', '=', 'WH')])
>>> storage_loc, = Location.find([('code', '=', 'STO')])
>>> lost_loc, = Location.find([('type', '=', 'lost_found')])
@@ -75,3 +81,45 @@ There is now a production request::
True
>>> production.quantity
1.0
+
+With an order point without minimal quantity::
+
+ >>> OrderPoint = Model.get('stock.order_point')
+ >>> order_point = OrderPoint()
+ >>> order_point.type = 'production'
+ >>> order_point.product = product
+ >>> order_point.warehouse_location = warehouse_loc
+ >>> order_point.min_quantity = None
+ >>> order_point.target_quantity = 10
+ >>> order_point.save()
+
+Create production request::
+
+ >>> create_pr = Wizard('stock.supply')
+ >>> create_pr.execute('create_')
+
+The is no more production request::
+
+ >>> Production = Model.get('production')
+ >>> Production.find([])
+ []
+
+Set a minimal quantity on order point::
+
+ >>> order_point.min_quantity = 5
+ >>> order_point.save()
+
+Create production request::
+
+ >>> create_pr = Wizard('stock.supply')
+ >>> create_pr.execute('create_')
+
+There is now a production request::
+
+ >>> production, = Production.find([])
+ >>> production.state
+ u'request'
+ >>> production.product == product
+ True
+ >>> production.quantity
+ 11.0
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 3fc51b0..a6aab06 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=4.4.2
+version=4.6.0
depends:
ir
product
diff --git a/trytond_stock_supply_production.egg-info/PKG-INFO b/trytond_stock_supply_production.egg-info/PKG-INFO
index 00a0c58..16499c9 100644
--- a/trytond_stock_supply_production.egg-info/PKG-INFO
+++ b/trytond_stock_supply_production.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond-stock-supply-production
-Version: 4.4.2
+Version: 4.6.0
Summary: Tryton module for stock supply of 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_stock_supply_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_stock_supply_production.egg-info/SOURCES.txt b/trytond_stock_supply_production.egg-info/SOURCES.txt
index f80ee42..2b8a319 100644
--- a/trytond_stock_supply_production.egg-info/SOURCES.txt
+++ b/trytond_stock_supply_production.egg-info/SOURCES.txt
@@ -1,12 +1,19 @@
+.drone.yml
+.hgtags
CHANGELOG
COPYRIGHT
INSTALL
LICENSE
MANIFEST.in
README
+__init__.py
+product.py
+production.py
production.xml
setup.py
+stock.py
stock.xml
+tox.ini
tryton.cfg
./__init__.py
./product.py
@@ -56,7 +63,9 @@ locale/pt_BR.po
locale/ru.po
locale/sl.po
locale/zh_CN.po
+tests/__init__.py
tests/scenario_stock_supply_production.rst
+tests/test_stock_supply_production.py
trytond_stock_supply_production.egg-info/PKG-INFO
trytond_stock_supply_production.egg-info/SOURCES.txt
trytond_stock_supply_production.egg-info/dependency_links.txt
diff --git a/trytond_stock_supply_production.egg-info/requires.txt b/trytond_stock_supply_production.egg-info/requires.txt
index fdd4c7a..4bba219 100644
--- a/trytond_stock_supply_production.egg-info/requires.txt
+++ b/trytond_stock_supply_production.egg-info/requires.txt
@@ -1,5 +1,5 @@
-trytond_product >= 4.4, < 4.5
-trytond_production >= 4.4, < 4.5
-trytond_stock >= 4.4, < 4.5
-trytond_stock_supply >= 4.4, < 4.5
-trytond >= 4.4, < 4.5
+trytond_product >= 4.6, < 4.7
+trytond_production >= 4.6, < 4.7
+trytond_stock >= 4.6, < 4.7
+trytond_stock_supply >= 4.6, < 4.7
+trytond >= 4.6, < 4.7
--
tryton-modules-stock-supply-production
More information about the tryton-debian-vcs
mailing list