diff options
author | rodent <rodent@pkgsrc.org> | 2014-05-03 13:42:19 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-05-03 13:42:19 +0000 |
commit | 71e38c0b589c00cf8c72efced363a589d3d73e57 (patch) | |
tree | 9a850689bc276c977feeaa63f83a0f306aab71cf /misc/py-trytond-stock/Makefile | |
parent | 9863e9e934a76edffe697cb48a63bd63cc3751bf (diff) | |
download | pkgsrc-71e38c0b589c00cf8c72efced363a589d3d73e57.tar.gz |
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
Diffstat (limited to 'misc/py-trytond-stock/Makefile')
-rw-r--r-- | misc/py-trytond-stock/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/py-trytond-stock/Makefile b/misc/py-trytond-stock/Makefile index 41fb435dab3..15f66949e95 100644 --- a/misc/py-trytond-stock/Makefile +++ b/misc/py-trytond-stock/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2014/02/01 20:23:35 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2014/05/03 13:42:19 rodent Exp $ -DISTNAME= trytond_stock-3.0.1 +DISTNAME= trytond_stock-3.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1} CATEGORIES= misc python -MASTER_SITES= http://downloads.tryton.org/3.0/ +MASTER_SITES= http://downloads.tryton.org/3.2/ MAINTAINER= rodent@NetBSD.org HOMEPAGE= http://www.tryton.org/ |