[tryton-debian-vcs] tryton-modules-purchase branch upstream-2.6 updated. upstream/2.6.4-1-gc603e38
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Mon May 12 16:09:53 UTC 2014
The following commit has been merged in the upstream-2.6 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-purchase.git;a=commitdiff;h=upstream/2.6.4-1-gc603e38
commit c603e38aa74aa6c343413512039ee05a30bb171b
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon May 12 16:01:46 2014 +0200
Adding upstream version 2.6.5.
diff --git a/CHANGELOG b/CHANGELOG
index afcd5fc..54a899f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.6.5 - 2014-05-07
+* Bug fixes (see mercurial logs for details)
+
Version 2.6.4 - 2013-12-04
* Bug fixes (see mercurial logs for details)
diff --git a/COPYRIGHT b/COPYRIGHT
index 6e948f6..c552c67 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,6 +1,6 @@
-Copyright (C) 2008-2013 Cédric Krier.
+Copyright (C) 2008-2014 Cédric Krier.
Copyright (C) 2008-2012 Bertrand Chenal.
-Copyright (C) 2008-2013 B2CK SPRL.
+Copyright (C) 2008-2014 B2CK SPRL.
Copyright (C) 2004-2008 Tiny SPRL.
This program is free software: you can redistribute it and/or modify
diff --git a/PKG-INFO b/PKG-INFO
index 2eab12e..3821be4 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_purchase
-Version: 2.6.4
+Version: 2.6.5
Summary: Tryton module for purchase
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/purchase.py b/purchase.py
index 2e59ad9..500627c 100644
--- a/purchase.py
+++ b/purchase.py
@@ -1851,7 +1851,7 @@ class HandleShipmentException(Wizard):
if move.state == 'cancel' and move not in skip:
moves.append(move.id)
return {
- 'to_recreate': moves,
+ 'recreate_moves': moves,
'domain_moves': moves,
}
@@ -1921,7 +1921,7 @@ class HandleInvoiceException(Wizard):
if invoice.state == 'cancel' and invoice not in skip:
invoices.append(invoice.id)
return {
- 'to_recreate': invoices,
+ 'recreate_invoices': invoices,
'domain_invoices': invoices,
}
diff --git a/tryton.cfg b/tryton.cfg
index f564a49..b9a2ac1 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=2.6.4
+version=2.6.5
depends:
account
account_invoice
diff --git a/trytond_purchase.egg-info/PKG-INFO b/trytond_purchase.egg-info/PKG-INFO
index 0d3ce40..ca9af6a 100644
--- a/trytond_purchase.egg-info/PKG-INFO
+++ b/trytond_purchase.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-purchase
-Version: 2.6.4
+Version: 2.6.5
Summary: Tryton module for purchase
Home-page: http://www.tryton.org/
Author: Tryton
--
tryton-modules-purchase
More information about the tryton-debian-vcs
mailing list