[tryton-debian-vcs] tryton-modules-analytic-invoice branch debian-squeeze-1.6 created. 25d63edb170924c5f544ba5810fa2fc54bf26e2b

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


The following commit has been merged in the debian-squeeze-1.6 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-analytic-invoice.git;a=commitdiff;h=25d63edb170924c5f544ba5810fa2fc54bf26e2b
commit 25d63edb170924c5f544ba5810fa2fc54bf26e2b
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Nov 20 21:29:05 2010 +0100

    Releasing debian version 1.6.1-0~50squeeze1.

diff --git a/debian/changelog b/debian/changelog
index 0c8d9d7..e63b4fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tryton-modules-analytic-invoice (1:1.6.1-0~50squeeze1) unstable; urgency=low
+
+  * Merging upstream version 1.6.1.
+  * Changing my email address.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Sat, 20 Nov 2010 21:20:54 +0100
+
 tryton-modules-analytic-invoice (1:1.6.0-1) unstable; urgency=low
 
   [ Daniel Baumann ]
commit e902c7be005e41391a7b825008b5948487637f37
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Nov 20 21:16:02 2010 +0100

    Changing my email address.

diff --git a/debian/control b/debian/control
index 91d121c..817acd9 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Tryton Maintainers <tryton at lists.debian-maintainers.org>
 Uploaders:
  Daniel Baumann <daniel at debian.org>,
- Mathias Behrle <mathiasb at mbsolutions.selfip.biz>
+ Mathias Behrle <mathiasb at m9s.biz>
 Dm-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7), python, python-setuptools, python-support
 Standards-Version: 3.8.4
commit 7b213124f6dfca13573457006123054f3d087f15
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Nov 20 20:57:06 2010 +0100

    Merging 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 29d8c26..89b04e8 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: trytond_analytic_invoice
-Version: 1.6.0
+Version: 1.6.1
 Summary: Add analytic account on invoice lines and generate analytic lines on the moves of invoice.
 
 Home-page: http://www.tryton.org/
diff --git a/__tryton__.py b/__tryton__.py
index 0515ee7..93b4e75 100644
--- a/__tryton__.py
+++ b/__tryton__.py
@@ -6,7 +6,7 @@
     'name_es_CO': 'Facturación Analítica',
     'name_es_ES': 'Facturación analítica',
     'name_fr_FR': 'Facturation analytique',
-    'version': '1.6.0',
+    'version': '1.6.1',
     'author': 'B2CK',
     'email': 'info at b2ck.com',
     'website': 'http://www.tryton.org/',
diff --git a/invoice.py b/invoice.py
index dad3475..603249e 100644
--- a/invoice.py
+++ b/invoice.py
@@ -66,6 +66,9 @@ class InvoiceLine(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_invoice.egg-info/PKG-INFO b/trytond_analytic_invoice.egg-info/PKG-INFO
index a69bd24..1e0058b 100644
--- a/trytond_analytic_invoice.egg-info/PKG-INFO
+++ b/trytond_analytic_invoice.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: trytond-analytic-invoice
-Version: 1.6.0
+Version: 1.6.1
 Summary: Add analytic account on invoice lines and generate analytic lines on the moves of invoice.
 
 Home-page: http://www.tryton.org/
-- 
tryton-modules-analytic-invoice



More information about the tryton-debian-vcs mailing list