[tryton-debian-vcs] tryton-modules-company branch upstream-3.4 updated. upstream/3.4.2-1-g2fc85c3

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Sun Sep 4 16:57:13 UTC 2016


The following commit has been merged in the upstream-3.4 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-company.git;a=commitdiff;h=upstream/3.4.2-1-g2fc85c3

commit 2fc85c3d03aac2817024a584c59f363ea65dce37
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Sep 3 20:36:08 2016 +0200

    Adding upstream version 3.4.3.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/CHANGELOG b/CHANGELOG
index 1b36fb6..ec2528d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.4.3 - 2016-09-03
+* Bug fixes (see mercurial logs for details)
+
 Version 3.4.2 - 2015-12-22
 * Bug fixes (see mercurial logs for details)
 
diff --git a/COPYRIGHT b/COPYRIGHT
index 4c7ddcd..fcc5eeb 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,6 +1,6 @@
-Copyright (C) 2008-2015 Cédric Krier.
+Copyright (C) 2008-2016 Cédric Krier.
 Copyright (C) 2008-2013 Bertrand Chenal.
-Copyright (C) 2008-2015 B2CK SPRL.
+Copyright (C) 2008-2016 B2CK SPRL.
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff --git a/PKG-INFO b/PKG-INFO
index f2ca221..00319af 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_company
-Version: 3.4.2
+Version: 3.4.3
 Summary: Tryton module with companies and employees
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/company.py b/company.py
index 9396e28..f866f74 100644
--- a/company.py
+++ b/company.py
@@ -385,4 +385,5 @@ class Rule:
         key = super(Rule, cls)._get_cache_key()
         # XXX Use company from context instead of browse to prevent infinite
         # loop, but the cache is cleared when User is written.
-        return key + (Transaction().context.get('company'),)
+        return key + (Transaction().context.get('company'),
+            Transaction().context.get('employee'))
diff --git a/tryton.cfg b/tryton.cfg
index b7fafb5..fc15a92 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.4.2
+version=3.4.3
 depends:
     currency
     ir
diff --git a/trytond_company.egg-info/PKG-INFO b/trytond_company.egg-info/PKG-INFO
index a2cff2e..54e060a 100644
--- a/trytond_company.egg-info/PKG-INFO
+++ b/trytond_company.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-company
-Version: 3.4.2
+Version: 3.4.3
 Summary: Tryton module with companies and employees
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/trytond_company.egg-info/requires.txt b/trytond_company.egg-info/requires.txt
index 716f86c..6f3fa3f 100644
--- a/trytond_company.egg-info/requires.txt
+++ b/trytond_company.egg-info/requires.txt
@@ -3,4 +3,4 @@ trytond_party >= 3.4, < 3.5
 trytond >= 3.4, < 3.5
 
 [timezone]
-pytz
\ No newline at end of file
+pytz
-- 
tryton-modules-company



More information about the tryton-debian-vcs mailing list