Sat May 3 13:42:19 2014 UTC ()
Updated to latest version, 3.2.0. From CHANGELOG:

Version 3.2.0 - 2014-04-21
* Bug fixes (see mercurial logs for details)
* Add warning for moves without origin
* Allow to define the effective date of shipments
* Prevent changing product type if stock moves exist
* Use new methods to compute quantities in StockMixin._search_quantity()
* Split products_by_location into two methods on Move:
  compute_quantities_query and compute_quantities
* Use origin for inventory moves
* Allow partial assignation on Supplier Shipment Return


(rodent)
diff -r1.1 -r1.2 pkgsrc/misc/py-trytond-stock/Makefile
diff -r1.1 -r1.2 pkgsrc/misc/py-trytond-stock/PLIST
diff -r1.1 -r1.2 pkgsrc/misc/py-trytond-stock/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/misc/py-trytond-stock/Makefile (switch to unified diff)

--- pkgsrc/misc/py-trytond-stock/Makefile 2014/02/01 20:23:35 1.1
+++ pkgsrc/misc/py-trytond-stock/Makefile 2014/05/03 13:42:19 1.2
@@ -1,28 +1,28 @@ @@ -1,28 +1,28 @@
1# $NetBSD: Makefile,v 1.1 2014/02/01 20:23:35 rodent Exp $ 1# $NetBSD: Makefile,v 1.2 2014/05/03 13:42:19 rodent Exp $
2 2
3DISTNAME= trytond_stock-3.0.1 3DISTNAME= trytond_stock-3.2.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1}
5CATEGORIES= misc python 5CATEGORIES= misc python
6MASTER_SITES= http://downloads.tryton.org/3.0/ 6MASTER_SITES= http://downloads.tryton.org/3.2/
7 7
8MAINTAINER= rodent@NetBSD.org 8MAINTAINER= rodent@NetBSD.org
9HOMEPAGE= http://www.tryton.org/ 9HOMEPAGE= http://www.tryton.org/
10COMMENT= Stock module of the Tryton application platform 10COMMENT= Stock module of the Tryton application platform
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13DEPENDS+= ${PYPKGPREFIX}-trytond-currency-[0-9]*:../../finance/py-trytond-currency 13DEPENDS+= ${PYPKGPREFIX}-trytond-currency-[0-9]*:../../finance/py-trytond-currency
14DEPENDS+= ${PYPKGPREFIX}-trytond-company-[0-9]*:../../misc/py-trytond-company 14DEPENDS+= ${PYPKGPREFIX}-trytond-company-[0-9]*:../../misc/py-trytond-company
15DEPENDS+= ${PYPKGPREFIX}-trytond-product-[0-9]*:../../misc/py-trytond-product 15DEPENDS+= ${PYPKGPREFIX}-trytond-product-[0-9]*:../../misc/py-trytond-product
16DEPENDS+= ${PYPKGPREFIX}-trytond-party-[0-9]*:../../misc/py-trytond-party 16DEPENDS+= ${PYPKGPREFIX}-trytond-party-[0-9]*:../../misc/py-trytond-party
17DEPENDS+= ${PYPKGPREFIX}-python-sql-[0-9]*:../../databases/py-python-sql 17DEPENDS+= ${PYPKGPREFIX}-python-sql-[0-9]*:../../databases/py-python-sql
18DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond 18DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond
19 19
20USE_LANGUAGES= # none 20USE_LANGUAGES= # none
21 21
22PYTHON_VERSIONS_INCOMPATIBLE= 33 # XXX according to setup.py (v3.0.1) 22PYTHON_VERSIONS_INCOMPATIBLE= 33 # XXX according to setup.py (v3.0.1)
23 23
24REPLACE_PYTHON+= tests/test_stock.py 24REPLACE_PYTHON+= tests/test_stock.py
25 25
26.include "../../lang/python/application.mk" 26.include "../../lang/python/application.mk"
27.include "../../lang/python/egg.mk" 27.include "../../lang/python/egg.mk"
28.include "../../mk/bsd.pkg.mk" 28.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/misc/py-trytond-stock/PLIST (switch to unified diff)

--- pkgsrc/misc/py-trytond-stock/PLIST 2014/02/01 20:23:35 1.1
+++ pkgsrc/misc/py-trytond-stock/PLIST 2014/05/03 13:42:19 1.2
@@ -1,105 +1,106 @@ @@ -1,105 +1,106 @@
1@comment $NetBSD: PLIST,v 1.1 2014/02/01 20:23:35 rodent Exp $ 1@comment $NetBSD: PLIST,v 1.2 2014/05/03 13:42:19 rodent Exp $
2${PYSITELIB}/trytond/modules/stock/__init__.py 2${PYSITELIB}/trytond/modules/stock/__init__.py
3${PYSITELIB}/trytond/modules/stock/__init__.pyc 3${PYSITELIB}/trytond/modules/stock/__init__.pyc
4${PYSITELIB}/trytond/modules/stock/__init__.pyo 4${PYSITELIB}/trytond/modules/stock/__init__.pyo
5${PYSITELIB}/trytond/modules/stock/configuration.py 5${PYSITELIB}/trytond/modules/stock/configuration.py
6${PYSITELIB}/trytond/modules/stock/configuration.pyc 6${PYSITELIB}/trytond/modules/stock/configuration.pyc
7${PYSITELIB}/trytond/modules/stock/configuration.pyo 7${PYSITELIB}/trytond/modules/stock/configuration.pyo
8${PYSITELIB}/trytond/modules/stock/configuration.xml 8${PYSITELIB}/trytond/modules/stock/configuration.xml
9${PYSITELIB}/trytond/modules/stock/customer_return_restocking_list.odt 9${PYSITELIB}/trytond/modules/stock/customer_return_restocking_list.odt
10${PYSITELIB}/trytond/modules/stock/delivery_note.odt 10${PYSITELIB}/trytond/modules/stock/delivery_note.odt
11${PYSITELIB}/trytond/modules/stock/icons/tryton-inventory.svg 11${PYSITELIB}/trytond/modules/stock/icons/tryton-inventory.svg
12${PYSITELIB}/trytond/modules/stock/internal_shipment.odt 12${PYSITELIB}/trytond/modules/stock/internal_shipment.odt
13${PYSITELIB}/trytond/modules/stock/inventory.py 13${PYSITELIB}/trytond/modules/stock/inventory.py
14${PYSITELIB}/trytond/modules/stock/inventory.pyc 14${PYSITELIB}/trytond/modules/stock/inventory.pyc
15${PYSITELIB}/trytond/modules/stock/inventory.pyo 15${PYSITELIB}/trytond/modules/stock/inventory.pyo
16${PYSITELIB}/trytond/modules/stock/inventory.xml 16${PYSITELIB}/trytond/modules/stock/inventory.xml
17${PYSITELIB}/trytond/modules/stock/locale/bg_BG.po 17${PYSITELIB}/trytond/modules/stock/locale/bg_BG.po
18${PYSITELIB}/trytond/modules/stock/locale/ca_ES.po 18${PYSITELIB}/trytond/modules/stock/locale/ca_ES.po
19${PYSITELIB}/trytond/modules/stock/locale/cs_CZ.po 19${PYSITELIB}/trytond/modules/stock/locale/cs_CZ.po
20${PYSITELIB}/trytond/modules/stock/locale/de_DE.po 20${PYSITELIB}/trytond/modules/stock/locale/de_DE.po
21${PYSITELIB}/trytond/modules/stock/locale/es_AR.po 21${PYSITELIB}/trytond/modules/stock/locale/es_AR.po
22${PYSITELIB}/trytond/modules/stock/locale/es_CO.po 22${PYSITELIB}/trytond/modules/stock/locale/es_CO.po
23${PYSITELIB}/trytond/modules/stock/locale/es_ES.po 23${PYSITELIB}/trytond/modules/stock/locale/es_ES.po
24${PYSITELIB}/trytond/modules/stock/locale/fr_FR.po 24${PYSITELIB}/trytond/modules/stock/locale/fr_FR.po
25${PYSITELIB}/trytond/modules/stock/locale/nl_NL.po 25${PYSITELIB}/trytond/modules/stock/locale/nl_NL.po
26${PYSITELIB}/trytond/modules/stock/locale/ru_RU.po 26${PYSITELIB}/trytond/modules/stock/locale/ru_RU.po
27${PYSITELIB}/trytond/modules/stock/locale/sl_SI.po 27${PYSITELIB}/trytond/modules/stock/locale/sl_SI.po
28${PYSITELIB}/trytond/modules/stock/location.py 28${PYSITELIB}/trytond/modules/stock/location.py
29${PYSITELIB}/trytond/modules/stock/location.pyc 29${PYSITELIB}/trytond/modules/stock/location.pyc
30${PYSITELIB}/trytond/modules/stock/location.pyo 30${PYSITELIB}/trytond/modules/stock/location.pyo
31${PYSITELIB}/trytond/modules/stock/location.xml 31${PYSITELIB}/trytond/modules/stock/location.xml
32${PYSITELIB}/trytond/modules/stock/move.py 32${PYSITELIB}/trytond/modules/stock/move.py
33${PYSITELIB}/trytond/modules/stock/move.pyc 33${PYSITELIB}/trytond/modules/stock/move.pyc
34${PYSITELIB}/trytond/modules/stock/move.pyo 34${PYSITELIB}/trytond/modules/stock/move.pyo
35${PYSITELIB}/trytond/modules/stock/move.xml 35${PYSITELIB}/trytond/modules/stock/move.xml
36${PYSITELIB}/trytond/modules/stock/party.xml 36${PYSITELIB}/trytond/modules/stock/party.xml
37${PYSITELIB}/trytond/modules/stock/period.py 37${PYSITELIB}/trytond/modules/stock/period.py
38${PYSITELIB}/trytond/modules/stock/period.pyc 38${PYSITELIB}/trytond/modules/stock/period.pyc
39${PYSITELIB}/trytond/modules/stock/period.pyo 39${PYSITELIB}/trytond/modules/stock/period.pyo
40${PYSITELIB}/trytond/modules/stock/period.xml 40${PYSITELIB}/trytond/modules/stock/period.xml
41${PYSITELIB}/trytond/modules/stock/picking_list.odt 41${PYSITELIB}/trytond/modules/stock/picking_list.odt
42${PYSITELIB}/trytond/modules/stock/product.py 42${PYSITELIB}/trytond/modules/stock/product.py
43${PYSITELIB}/trytond/modules/stock/product.pyc 43${PYSITELIB}/trytond/modules/stock/product.pyc
44${PYSITELIB}/trytond/modules/stock/product.pyo 44${PYSITELIB}/trytond/modules/stock/product.pyo
45${PYSITELIB}/trytond/modules/stock/product.xml 45${PYSITELIB}/trytond/modules/stock/product.xml
46${PYSITELIB}/trytond/modules/stock/shipment.py 46${PYSITELIB}/trytond/modules/stock/shipment.py
47${PYSITELIB}/trytond/modules/stock/shipment.pyc 47${PYSITELIB}/trytond/modules/stock/shipment.pyc
48${PYSITELIB}/trytond/modules/stock/shipment.pyo 48${PYSITELIB}/trytond/modules/stock/shipment.pyo
49${PYSITELIB}/trytond/modules/stock/shipment.xml 49${PYSITELIB}/trytond/modules/stock/shipment.xml
50${PYSITELIB}/trytond/modules/stock/stock.xml 50${PYSITELIB}/trytond/modules/stock/stock.xml
51${PYSITELIB}/trytond/modules/stock/supplier_restocking_list.odt 51${PYSITELIB}/trytond/modules/stock/supplier_restocking_list.odt
52${PYSITELIB}/trytond/modules/stock/tests/__init__.py 52${PYSITELIB}/trytond/modules/stock/tests/__init__.py
53${PYSITELIB}/trytond/modules/stock/tests/__init__.pyc 53${PYSITELIB}/trytond/modules/stock/tests/__init__.pyc
54${PYSITELIB}/trytond/modules/stock/tests/__init__.pyo 54${PYSITELIB}/trytond/modules/stock/tests/__init__.pyo
55${PYSITELIB}/trytond/modules/stock/tests/scenario_stock_average_cost_price.rst 55${PYSITELIB}/trytond/modules/stock/tests/scenario_stock_average_cost_price.rst
 56${PYSITELIB}/trytond/modules/stock/tests/scenario_stock_inventory.rst
56${PYSITELIB}/trytond/modules/stock/tests/scenario_stock_shipment_out.rst 57${PYSITELIB}/trytond/modules/stock/tests/scenario_stock_shipment_out.rst
57${PYSITELIB}/trytond/modules/stock/tests/test_stock.py 58${PYSITELIB}/trytond/modules/stock/tests/test_stock.py
58${PYSITELIB}/trytond/modules/stock/tests/test_stock.pyc 59${PYSITELIB}/trytond/modules/stock/tests/test_stock.pyc
59${PYSITELIB}/trytond/modules/stock/tests/test_stock.pyo 60${PYSITELIB}/trytond/modules/stock/tests/test_stock.pyo
60${PYSITELIB}/trytond/modules/stock/tryton.cfg 61${PYSITELIB}/trytond/modules/stock/tryton.cfg
61${PYSITELIB}/trytond/modules/stock/view/configuration_form.xml 62${PYSITELIB}/trytond/modules/stock/view/configuration_form.xml
62${PYSITELIB}/trytond/modules/stock/view/inventory_form.xml 63${PYSITELIB}/trytond/modules/stock/view/inventory_form.xml
63${PYSITELIB}/trytond/modules/stock/view/inventory_line_form.xml 64${PYSITELIB}/trytond/modules/stock/view/inventory_line_form.xml
64${PYSITELIB}/trytond/modules/stock/view/inventory_line_tree.xml 65${PYSITELIB}/trytond/modules/stock/view/inventory_line_tree.xml
65${PYSITELIB}/trytond/modules/stock/view/inventory_tree.xml 66${PYSITELIB}/trytond/modules/stock/view/inventory_tree.xml
66${PYSITELIB}/trytond/modules/stock/view/location_form.xml 67${PYSITELIB}/trytond/modules/stock/view/location_form.xml
67${PYSITELIB}/trytond/modules/stock/view/location_list.xml 68${PYSITELIB}/trytond/modules/stock/view/location_list.xml
68${PYSITELIB}/trytond/modules/stock/view/location_quantity_tree.xml 69${PYSITELIB}/trytond/modules/stock/view/location_quantity_tree.xml
69${PYSITELIB}/trytond/modules/stock/view/location_tree.xml 70${PYSITELIB}/trytond/modules/stock/view/location_tree.xml
70${PYSITELIB}/trytond/modules/stock/view/move_form.xml 71${PYSITELIB}/trytond/modules/stock/view/move_form.xml
71${PYSITELIB}/trytond/modules/stock/view/move_tree.xml 72${PYSITELIB}/trytond/modules/stock/view/move_tree.xml
72${PYSITELIB}/trytond/modules/stock/view/move_tree_simple.xml 73${PYSITELIB}/trytond/modules/stock/view/move_tree_simple.xml
73${PYSITELIB}/trytond/modules/stock/view/party_address_form.xml 74${PYSITELIB}/trytond/modules/stock/view/party_address_form.xml
74${PYSITELIB}/trytond/modules/stock/view/party_address_tree.xml 75${PYSITELIB}/trytond/modules/stock/view/party_address_tree.xml
75${PYSITELIB}/trytond/modules/stock/view/party_form.xml 76${PYSITELIB}/trytond/modules/stock/view/party_form.xml
76${PYSITELIB}/trytond/modules/stock/view/period_cache_form.xml 77${PYSITELIB}/trytond/modules/stock/view/period_cache_form.xml
77${PYSITELIB}/trytond/modules/stock/view/period_cache_list.xml 78${PYSITELIB}/trytond/modules/stock/view/period_cache_list.xml
78${PYSITELIB}/trytond/modules/stock/view/period_form.xml 79${PYSITELIB}/trytond/modules/stock/view/period_form.xml
79${PYSITELIB}/trytond/modules/stock/view/period_list.xml 80${PYSITELIB}/trytond/modules/stock/view/period_list.xml
80${PYSITELIB}/trytond/modules/stock/view/product_by_location_start_form.xml 81${PYSITELIB}/trytond/modules/stock/view/product_by_location_start_form.xml
81${PYSITELIB}/trytond/modules/stock/view/product_quantities_warehouse_graph.xml 82${PYSITELIB}/trytond/modules/stock/view/product_quantities_warehouse_graph.xml
82${PYSITELIB}/trytond/modules/stock/view/product_quantities_warehouse_list.xml 83${PYSITELIB}/trytond/modules/stock/view/product_quantities_warehouse_list.xml
83${PYSITELIB}/trytond/modules/stock/view/product_quantities_warehouse_start_form.xml 84${PYSITELIB}/trytond/modules/stock/view/product_quantities_warehouse_start_form.xml
84${PYSITELIB}/trytond/modules/stock/view/product_tree_qty.xml 85${PYSITELIB}/trytond/modules/stock/view/product_tree_qty.xml
85${PYSITELIB}/trytond/modules/stock/view/products_by_locations_start_form.xml 86${PYSITELIB}/trytond/modules/stock/view/products_by_locations_start_form.xml
86${PYSITELIB}/trytond/modules/stock/view/shipment_in_form.xml 87${PYSITELIB}/trytond/modules/stock/view/shipment_in_form.xml
87${PYSITELIB}/trytond/modules/stock/view/shipment_in_return_assign_failed_form.xml 88${PYSITELIB}/trytond/modules/stock/view/shipment_in_return_assign_failed_form.xml
88${PYSITELIB}/trytond/modules/stock/view/shipment_in_return_form.xml 89${PYSITELIB}/trytond/modules/stock/view/shipment_in_return_form.xml
89${PYSITELIB}/trytond/modules/stock/view/shipment_in_return_tree.xml 90${PYSITELIB}/trytond/modules/stock/view/shipment_in_return_tree.xml
90${PYSITELIB}/trytond/modules/stock/view/shipment_in_tree.xml 91${PYSITELIB}/trytond/modules/stock/view/shipment_in_tree.xml
91${PYSITELIB}/trytond/modules/stock/view/shipment_internal_assign_failed_form.xml 92${PYSITELIB}/trytond/modules/stock/view/shipment_internal_assign_failed_form.xml
92${PYSITELIB}/trytond/modules/stock/view/shipment_internal_form.xml 93${PYSITELIB}/trytond/modules/stock/view/shipment_internal_form.xml
93${PYSITELIB}/trytond/modules/stock/view/shipment_internal_tree.xml 94${PYSITELIB}/trytond/modules/stock/view/shipment_internal_tree.xml
94${PYSITELIB}/trytond/modules/stock/view/shipment_out_assign_failed_form.xml 95${PYSITELIB}/trytond/modules/stock/view/shipment_out_assign_failed_form.xml
95${PYSITELIB}/trytond/modules/stock/view/shipment_out_form.xml 96${PYSITELIB}/trytond/modules/stock/view/shipment_out_form.xml
96${PYSITELIB}/trytond/modules/stock/view/shipment_out_return_form.xml 97${PYSITELIB}/trytond/modules/stock/view/shipment_out_return_form.xml
97${PYSITELIB}/trytond/modules/stock/view/shipment_out_return_tree.xml 98${PYSITELIB}/trytond/modules/stock/view/shipment_out_return_tree.xml
98${PYSITELIB}/trytond/modules/stock/view/shipment_out_tree.xml 99${PYSITELIB}/trytond/modules/stock/view/shipment_out_tree.xml
99${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 100${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
100${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 101${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
101${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 102${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
102${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 103${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
103${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 104${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
104${PYSITELIB}/${EGG_INFODIR}/requires.txt 105${PYSITELIB}/${EGG_INFODIR}/requires.txt
105${PYSITELIB}/${EGG_INFODIR}/top_level.txt 106${PYSITELIB}/${EGG_INFODIR}/top_level.txt

cvs diff -r1.1 -r1.2 pkgsrc/misc/py-trytond-stock/distinfo (switch to unified diff)

--- pkgsrc/misc/py-trytond-stock/distinfo 2014/02/01 20:23:35 1.1
+++ pkgsrc/misc/py-trytond-stock/distinfo 2014/05/03 13:42:19 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1 2014/02/01 20:23:35 rodent Exp $ 1$NetBSD: distinfo,v 1.2 2014/05/03 13:42:19 rodent Exp $
2 2
3SHA1 (trytond_stock-3.0.1.tar.gz) = 2a7c891380a33a92f376430bbdd9564e31eaea99 3SHA1 (trytond_stock-3.2.0.tar.gz) = af1e83496bc4d4b7780a40dfd71c448a956b6829
4RMD160 (trytond_stock-3.0.1.tar.gz) = 320c7e857c29fa7e5796cadfbc79785171a9e56f 4RMD160 (trytond_stock-3.2.0.tar.gz) = 3155a67b0f392688a1acfe3f6473bd6f44cb593d
5Size (trytond_stock-3.0.1.tar.gz) = 171231 bytes 5Size (trytond_stock-3.2.0.tar.gz) = 173725 bytes