[tryton-debian-vcs] tryton-modules-carrier-weight branch upstream updated. upstream/4.4.0-1-g38c2071
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Fri Nov 10 12:09:49 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-carrier-weight.git;a=commitdiff;h=upstream/4.4.0-1-g38c2071
commit 38c20719c823c88f8bbe5c3fdf9bc4b84581cfed
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Nov 6 14:40:39 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 fff80d8..3414e74 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.6.0 - 2017-10-30
+* Bug fixes (see mercurial logs for details)
+
Version 4.4.0 - 2017-05-01
* Bug fixes (see mercurial logs for details)
* Use quantity if unit is weight as fallback for missing measurement
diff --git a/PKG-INFO b/PKG-INFO
index d9eba16..8d333d6 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond_carrier_weight
-Version: 4.4.0
+Version: 4.6.0
Summary: Tryton module to add cost method "on weight" on carrier
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_carrier_weight
======================
@@ -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 e0c77f8..c57cb73 100644
--- a/locale/bg.po
+++ b/locale/bg.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -43,8 +43,8 @@ msgid "Price"
msgstr "Цена"
msgctxt "field:carrier.weight_price_list,rec_name:"
-msgid "Name"
-msgstr "Име"
+msgid "Record Name"
+msgstr ""
msgctxt "field:carrier.weight_price_list,weight:"
msgid "Weight"
diff --git a/locale/ca.po b/locale/ca.po
index 281500d..d7a7d53 100644
--- a/locale/ca.po
+++ b/locale/ca.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -43,8 +43,8 @@ msgid "Price"
msgstr "Preu"
msgctxt "field:carrier.weight_price_list,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom del registre"
msgctxt "field:carrier.weight_price_list,weight:"
msgid "Weight"
diff --git a/locale/cs.po b/locale/cs.po
index 0100733..4a1d574 100644
--- a/locale/cs.po
+++ b/locale/cs.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -42,10 +42,9 @@ msgctxt "field:carrier.weight_price_list,price:"
msgid "Price"
msgstr ""
-#, fuzzy
msgctxt "field:carrier.weight_price_list,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:carrier.weight_price_list,weight:"
msgid "Weight"
diff --git a/locale/de.po b/locale/de.po
index 2a96bdb..31f6643 100644
--- a/locale/de.po
+++ b/locale/de.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -43,8 +43,8 @@ msgid "Price"
msgstr "Preis"
msgctxt "field:carrier.weight_price_list,rec_name:"
-msgid "Name"
-msgstr "Name"
+msgid "Record Name"
+msgstr ""
msgctxt "field:carrier.weight_price_list,weight:"
msgid "Weight"
diff --git a/locale/es.po b/locale/es.po
index bd3ced0..fd613b5 100644
--- a/locale/es.po
+++ b/locale/es.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -43,8 +43,8 @@ msgid "Price"
msgstr "Precio"
msgctxt "field:carrier.weight_price_list,rec_name:"
-msgid "Name"
-msgstr "Nombre"
+msgid "Record Name"
+msgstr "Nombre del registro"
msgctxt "field:carrier.weight_price_list,weight:"
msgid "Weight"
diff --git a/locale/es_419.po b/locale/es_419.po
index c8f7b6c..5b28072 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"
@@ -43,7 +43,7 @@ msgid "Price"
msgstr ""
msgctxt "field:carrier.weight_price_list,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:carrier.weight_price_list,weight:"
diff --git a/locale/fr.po b/locale/fr.po
index c6585af..64fcb2e 100644
--- a/locale/fr.po
+++ b/locale/fr.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -43,8 +43,8 @@ msgid "Price"
msgstr "Prix"
msgctxt "field:carrier.weight_price_list,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom de l'enregistrement"
msgctxt "field:carrier.weight_price_list,weight:"
msgid "Weight"
diff --git a/locale/hu_HU.po b/locale/hu_HU.po
index 010c778..712b660 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"
@@ -48,10 +48,9 @@ msgctxt "field:carrier.weight_price_list,price:"
msgid "Price"
msgstr ""
-#, fuzzy
msgctxt "field:carrier.weight_price_list,rec_name:"
-msgid "Name"
-msgstr "Név"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:carrier.weight_price_list,weight:"
diff --git a/locale/it_IT.po b/locale/it_IT.po
index 8f700df..0eb70a3 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"
@@ -43,8 +43,8 @@ msgid "Price"
msgstr "Prezzo "
msgctxt "field:carrier.weight_price_list,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr ""
msgctxt "field:carrier.weight_price_list,weight:"
msgid "Weight"
diff --git a/locale/ja_JP.po b/locale/ja_JP.po
index 6ca13a2..4a1d574 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"
@@ -43,7 +43,7 @@ msgid "Price"
msgstr ""
msgctxt "field:carrier.weight_price_list,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:carrier.weight_price_list,weight:"
diff --git a/locale/lo.po b/locale/lo.po
index 909bce5..6d157dc 100644
--- a/locale/lo.po
+++ b/locale/lo.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -43,8 +43,8 @@ msgid "Price"
msgstr "ລາຄາ"
msgctxt "field:carrier.weight_price_list,rec_name:"
-msgid "Name"
-msgstr "ຊື່"
+msgid "Record Name"
+msgstr ""
msgctxt "field:carrier.weight_price_list,weight:"
msgid "Weight"
diff --git a/locale/lt.po b/locale/lt.po
index 0100733..4a1d574 100644
--- a/locale/lt.po
+++ b/locale/lt.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -42,10 +42,9 @@ msgctxt "field:carrier.weight_price_list,price:"
msgid "Price"
msgstr ""
-#, fuzzy
msgctxt "field:carrier.weight_price_list,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:carrier.weight_price_list,weight:"
msgid "Weight"
diff --git a/locale/nl.po b/locale/nl.po
index 68a459d..fb54fb0 100644
--- a/locale/nl.po
+++ b/locale/nl.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -46,10 +46,9 @@ msgctxt "field:carrier.weight_price_list,price:"
msgid "Price"
msgstr ""
-#, fuzzy
msgctxt "field:carrier.weight_price_list,rec_name:"
-msgid "Name"
-msgstr "Naam bijlage"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:carrier.weight_price_list,weight:"
diff --git a/locale/pl.po b/locale/pl.po
index 6ca13a2..7ec1d63 100644
--- a/locale/pl.po
+++ b/locale/pl.po
@@ -1,10 +1,10 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "field:carrier,weight_currency:"
msgid "Currency"
-msgstr ""
+msgstr "Waluta"
msgctxt "field:carrier,weight_currency_digits:"
msgid "Weight Currency Digits"
@@ -12,7 +12,7 @@ msgstr ""
msgctxt "field:carrier,weight_price_list:"
msgid "Price List"
-msgstr ""
+msgstr "Cennik"
msgctxt "field:carrier,weight_uom:"
msgid "Weight Uom"
@@ -28,35 +28,35 @@ msgstr ""
msgctxt "field:carrier.weight_price_list,create_date:"
msgid "Create Date"
-msgstr ""
+msgstr "Data utworzenia"
msgctxt "field:carrier.weight_price_list,create_uid:"
msgid "Create User"
-msgstr ""
+msgstr "Utworzył"
msgctxt "field:carrier.weight_price_list,id:"
msgid "ID"
-msgstr ""
+msgstr "ID"
msgctxt "field:carrier.weight_price_list,price:"
msgid "Price"
-msgstr ""
+msgstr "Cena"
msgctxt "field:carrier.weight_price_list,rec_name:"
-msgid "Name"
-msgstr ""
+msgid "Record Name"
+msgstr "Nazwa rekordu"
msgctxt "field:carrier.weight_price_list,weight:"
msgid "Weight"
-msgstr ""
+msgstr "Waga"
msgctxt "field:carrier.weight_price_list,write_date:"
msgid "Write Date"
-msgstr ""
+msgstr "Data zapisu"
msgctxt "field:carrier.weight_price_list,write_uid:"
msgid "Write User"
-msgstr ""
+msgstr "Zapisał"
msgctxt "model:carrier.weight_price_list,name:"
msgid "Carrier Weight Price List"
@@ -64,4 +64,4 @@ msgstr ""
msgctxt "selection:carrier,carrier_cost_method:"
msgid "Weight"
-msgstr ""
+msgstr "Waga"
diff --git a/locale/pt_BR.po b/locale/pt_BR.po
index 473b8ab..47d11bd 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"
@@ -43,8 +43,8 @@ msgid "Price"
msgstr "Preço"
msgctxt "field:carrier.weight_price_list,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr "Nome do Registro"
msgctxt "field:carrier.weight_price_list,weight:"
msgid "Weight"
diff --git a/locale/ru.po b/locale/ru.po
index 31a20c2..4a198ca 100644
--- a/locale/ru.po
+++ b/locale/ru.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -46,10 +46,9 @@ msgctxt "field:carrier.weight_price_list,price:"
msgid "Price"
msgstr ""
-#, fuzzy
msgctxt "field:carrier.weight_price_list,rec_name:"
-msgid "Name"
-msgstr "Наименование"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:carrier.weight_price_list,weight:"
diff --git a/locale/sl.po b/locale/sl.po
index 7103739..e5c0f7c 100644
--- a/locale/sl.po
+++ b/locale/sl.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -43,8 +43,8 @@ msgid "Price"
msgstr "Cena"
msgctxt "field:carrier.weight_price_list,rec_name:"
-msgid "Name"
-msgstr "Ime"
+msgid "Record Name"
+msgstr ""
msgctxt "field:carrier.weight_price_list,weight:"
msgid "Weight"
diff --git a/locale/zh_CN.po b/locale/zh_CN.po
index edfcd92..fefa477 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"
@@ -45,10 +45,9 @@ msgctxt "field:carrier.weight_price_list,price:"
msgid "Price"
msgstr ""
-#, fuzzy
msgctxt "field:carrier.weight_price_list,rec_name:"
-msgid "Name"
-msgstr "纳木"
+msgid "Record Name"
+msgstr ""
msgctxt "field:carrier.weight_price_list,weight:"
msgid "Weight"
diff --git a/setup.cfg b/setup.cfg
index 861a9f5..8bfd5a1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,4 @@
[egg_info]
tag_build =
tag_date = 0
-tag_svn_revision = 0
diff --git a/setup.py b/setup.py
index 85181f4..6c1408b 100644
--- a/setup.py
+++ b/setup.py
@@ -105,9 +105,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_carrier_weight.rst b/tests/scenario_carrier_weight.rst
index e4093b8..8bb7448 100644
--- a/tests/scenario_carrier_weight.rst
+++ b/tests/scenario_carrier_weight.rst
@@ -58,34 +58,33 @@ Create product::
>>> ProductUom = Model.get('product.uom')
>>> ProductTemplate = Model.get('product.template')
- >>> Product = Model.get('product.product')
>>> unit, = ProductUom.find([('name', '=', 'Unit')])
>>> gram, = ProductUom.find([('name', '=', 'Gram')])
- >>> product = Product()
+
>>> template = ProductTemplate()
>>> template.name = 'Product'
>>> template.default_uom = unit
>>> template.type = 'goods'
>>> template.salable = True
>>> template.list_price = Decimal('20')
- >>> template.cost_price = Decimal('8')
>>> template.account_revenue = revenue
>>> template.weight = 250
>>> template.weight_uom = gram
>>> template.save()
- >>> product.template = template
+ >>> product, = template.products
+ >>> product.cost_price = Decimal('8')
>>> product.save()
- >>> carrier_product = Product()
+
>>> carrier_template = ProductTemplate()
>>> carrier_template.name = 'Carrier Product'
>>> carrier_template.default_uom = unit
>>> carrier_template.type = 'service'
>>> carrier_template.salable = True
>>> carrier_template.list_price = Decimal('3')
- >>> carrier_template.cost_price = Decimal('3')
>>> carrier_template.account_revenue = revenue
>>> carrier_template.save()
- >>> carrier_product.template = carrier_template
+ >>> carrier_product, = carrier_template.products
+ >>> carrier_product.cost_price = Decimal('3')
>>> carrier_product.save()
Create carrier::
@@ -177,13 +176,13 @@ Send products::
>>> shipment.carrier == carrier
True
>>> shipment.cost
- Decimal('40')
+ Decimal('40.0000')
>>> shipment.cost_currency == company.currency
True
>>> move, = shipment.inventory_moves
>>> move.quantity = 4
>>> shipment.cost
- Decimal('25')
+ Decimal('25.0000')
>>> shipment.cost_currency == company.currency
True
>>> shipment.state
diff --git a/tests/test_carrier_weight.py b/tests/test_carrier_weight.py
index c9bad6d..f97613c 100644
--- a/tests/test_carrier_weight.py
+++ b/tests/test_carrier_weight.py
@@ -38,7 +38,6 @@ class CarrierWeightTestCase(ModuleTestCase):
'default_uom': uom.id,
'type': 'service',
'list_price': Decimal(0),
- 'cost_price': Decimal(0),
}])
product, = Product.create([{
'template': template.id,
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 6b4ad34..80f117c 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=4.4.0
+version=4.6.0
depends:
carrier
company
diff --git a/trytond_carrier_weight.egg-info/PKG-INFO b/trytond_carrier_weight.egg-info/PKG-INFO
index 08fc748..fe87a62 100644
--- a/trytond_carrier_weight.egg-info/PKG-INFO
+++ b/trytond_carrier_weight.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond-carrier-weight
-Version: 4.4.0
+Version: 4.6.0
Summary: Tryton module to add cost method "on weight" on carrier
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_carrier_weight
======================
@@ -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_carrier_weight.egg-info/SOURCES.txt b/trytond_carrier_weight.egg-info/SOURCES.txt
index 4a9caf7..4ce9a13 100644
--- a/trytond_carrier_weight.egg-info/SOURCES.txt
+++ b/trytond_carrier_weight.egg-info/SOURCES.txt
@@ -1,11 +1,19 @@
+.drone.yml
+.hgtags
CHANGELOG
COPYRIGHT
INSTALL
LICENSE
MANIFEST.in
README
+__init__.py
+carrier.py
carrier.xml
+common.py
+sale.py
setup.py
+stock.py
+tox.ini
tryton.cfg
./__init__.py
./carrier.py
@@ -57,7 +65,9 @@ locale/pt_BR.po
locale/ru.po
locale/sl.po
locale/zh_CN.po
+tests/__init__.py
tests/scenario_carrier_weight.rst
+tests/test_carrier_weight.py
trytond_carrier_weight.egg-info/PKG-INFO
trytond_carrier_weight.egg-info/SOURCES.txt
trytond_carrier_weight.egg-info/dependency_links.txt
diff --git a/trytond_carrier_weight.egg-info/requires.txt b/trytond_carrier_weight.egg-info/requires.txt
index 25463e7..4af1f75 100644
--- a/trytond_carrier_weight.egg-info/requires.txt
+++ b/trytond_carrier_weight.egg-info/requires.txt
@@ -1,6 +1,6 @@
-trytond_carrier >= 4.4, < 4.5
-trytond_company >= 4.4, < 4.5
-trytond_currency >= 4.4, < 4.5
-trytond_product >= 4.4, < 4.5
-trytond_product_measurements >= 4.4, < 4.5
-trytond >= 4.4, < 4.5
+trytond_carrier >= 4.6, < 4.7
+trytond_company >= 4.6, < 4.7
+trytond_currency >= 4.6, < 4.7
+trytond_product >= 4.6, < 4.7
+trytond_product_measurements >= 4.6, < 4.7
+trytond >= 4.6, < 4.7
--
tryton-modules-carrier-weight
More information about the tryton-debian-vcs
mailing list