[tryton-debian-vcs] tryton-modules-analytic-purchase branch upstream-1.6 created. 2d26699289b3ee676c0ffbf02a829dfcf7e8c030

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Nov 27 16:58:36 UTC 2013


The following commit has been merged in the upstream-1.6 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-analytic-purchase.git;a=commitdiff;h=2d26699289b3ee676c0ffbf02a829dfcf7e8c030
commit 2d26699289b3ee676c0ffbf02a829dfcf7e8c030
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Nov 20 20:56:48 2010 +0100

    Adding upstream version 1.6.1.

diff --git a/CHANGELOG b/CHANGELOG
index e36b38a..26abb5e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 1.6.1 - 2010-11-02
+* Bug fixes (see mercurial logs for details)
+
 Version 1.6.0 - 2010-05-13
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index a66b9dd..81368da 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: trytond_analytic_purchase
-Version: 1.6.0
+Version: 1.6.1
 Summary: Add analytic account on purchase lines.
 
 Home-page: http://www.tryton.org/
diff --git a/__tryton__.py b/__tryton__.py
index ae96d87..d1532ab 100644
--- a/__tryton__.py
+++ b/__tryton__.py
@@ -6,7 +6,7 @@
     'name_es_CO': 'Compra Analítica',
     'name_es_ES': 'Compra analítica',
     'name_fr_FR': 'Achat analytique',
-    'version': '1.6.0',
+    'version': '1.6.1',
     'author': 'B2CK',
     'email': 'info at b2ck.com',
     'website': 'http://www.tryton.org/',
diff --git a/purchase.py b/purchase.py
index 919d9b3..904e256 100644
--- a/purchase.py
+++ b/purchase.py
@@ -100,6 +100,9 @@ class PurchaseLine(ModelSQL, ModelView):
                 id2record[record['id']] = record
             lines = self.browse(cursor, user, ids, context=context)
             for line in lines:
+                for root_id in root_ids:
+                    id2record[line.id]['analytic_account_' \
+                            + str(root_id)] = False
                 if line.type != 'line':
                     continue
                 if not line.analytic_accounts:
diff --git a/trytond_analytic_purchase.egg-info/PKG-INFO b/trytond_analytic_purchase.egg-info/PKG-INFO
index 243eb10..f99d53e 100644
--- a/trytond_analytic_purchase.egg-info/PKG-INFO
+++ b/trytond_analytic_purchase.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: trytond-analytic-purchase
-Version: 1.6.0
+Version: 1.6.1
 Summary: Add analytic account on purchase lines.
 
 Home-page: http://www.tryton.org/
-- 
tryton-modules-analytic-purchase



More information about the tryton-debian-vcs mailing list