[tryton-debian-vcs] tryton-modules-analytic-account branch debian-squeeze-1.6 created. f8e26c09b225fbab85858d2ad7014ca34159de42
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Nov 27 16:57:49 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-account.git;a=commitdiff;h=f8e26c09b225fbab85858d2ad7014ca34159de42
commit f8e26c09b225fbab85858d2ad7014ca34159de42
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 0cbe83d..0882baa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tryton-modules-analytic-account (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:31 +0100
+
tryton-modules-analytic-account (1.6.0-1) unstable; urgency=low
[ Daniel Baumann ]
commit 2f84a5d4875b00f2886d01192c2c4d84f7e82f52
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 e97f0e5..c52cc77 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 0fbc9b679d88a7ce648d0ce398d62fd09a879060
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sat Nov 20 20:57:24 2010 +0100
Merging upstream version 1.6.1.
diff --git a/CHANGELOG b/CHANGELOG
index aefb43e..3b5aa50 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-12
* Bug fixes (see mercurial logs for details)
* Remove egenix-mx-base
diff --git a/PKG-INFO b/PKG-INFO
index 2810b62..42581d1 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: trytond_analytic_account
-Version: 1.6.0
+Version: 1.6.1
Summary: Financial and Accounting Module with:
- Analytic accounting with any number of analytic charts
diff --git a/__tryton__.py b/__tryton__.py
index 58a28ac..7884d46 100644
--- a/__tryton__.py
+++ b/__tryton__.py
@@ -6,7 +6,7 @@
'name_es_CO': 'Contabilidad Analítica',
'name_es_ES': 'Contabilidad analítica',
'name_fr_FR': 'Comptabilité analytique',
- 'version': '1.6.0',
+ 'version': '1.6.1',
'author': 'B2CK',
'email': 'info at b2ck.com',
'website': 'http://www.tryton.org/',
diff --git a/account.py b/account.py
index bcb27d1..b3d26d5 100644
--- a/account.py
+++ b/account.py
@@ -299,8 +299,9 @@ class Account(ModelSQL, ModelView):
res[name]['required'] = account.mandatory
res[name]['string'] = account.name
res[name]['relation'] = self._name
- res[name]['domain'] = [('root', '=', account.id),
- ('type', '=', 'normal')]
+ res[name]['domain'] = PYSONEncoder().encode([
+ ('root', '=', account.id),
+ ('type', '=', 'normal')])
return res
Account()
diff --git a/trytond_analytic_account.egg-info/PKG-INFO b/trytond_analytic_account.egg-info/PKG-INFO
index c24b1cc..21fbac1 100644
--- a/trytond_analytic_account.egg-info/PKG-INFO
+++ b/trytond_analytic_account.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: trytond-analytic-account
-Version: 1.6.0
+Version: 1.6.1
Summary: Financial and Accounting Module with:
- Analytic accounting with any number of analytic charts
--
tryton-modules-analytic-account
More information about the tryton-debian-vcs
mailing list