[tryton-debian-vcs] tryton-modules-account-stock-landed-cost branch debian updated. debian/4.4.1-1-2-g70cc573
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Thu Aug 17 12:27:29 UTC 2017
The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-account-stock-landed-cost.git;a=commitdiff;h=debian/4.4.1-1-2-g70cc573
commit 70cc5735d9eea2063816bbc684d52b65e13f3f96
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Aug 17 13:10:53 2017 +0200
Releasing debian version 4.4.2-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 8c51392..92dcc6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-account-stock-landed-cost (4.4.2-1) unstable; urgency=medium
+
+ * Merging upstream version 4.4.2.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Thu, 17 Aug 2017 13:10:53 +0200
+
tryton-modules-account-stock-landed-cost (4.4.1-1) unstable; urgency=medium
* Change the maintainer address to tryton-debian at lists.alioth.debian.org
commit 95e4335007590b9301d44af52248864d85e30198
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Aug 17 13:10:53 2017 +0200
Merging upstream version 4.4.2.
diff --git a/CHANGELOG b/CHANGELOG
index 04dc3da..3ffe7ff 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.4.2 - 2017-08-08
+* Bug fixes (see mercurial logs for details)
+
Version 4.4.1 - 2017-07-01
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index 84c9c04..18eed3c 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_account_stock_landed_cost
-Version: 4.4.1
+Version: 4.4.2
Summary: Tryton module for landed cost
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/account.py b/account.py
index 37b8234..a95e728 100644
--- a/account.py
+++ b/account.py
@@ -27,7 +27,7 @@ class Configuration:
]))
@classmethod
- def default_landed_cost_sequence(cls):
+ def default_landed_cost_sequence(cls, **pattern):
return cls.multivalue_model(
'landed_cost_sequence').default_landed_cost_sequence()
@@ -63,7 +63,7 @@ class ConfigurationLandedCostSequence(ModelSQL, CompanyValueMixin):
fields=fields)
@classmethod
- def default_landed_cost_sequence(cls):
+ def default_landed_cost_sequence(cls, **pattern):
pool = Pool()
ModelData = pool.get('ir.model.data')
try:
diff --git a/tryton.cfg b/tryton.cfg
index 80c08d8..731b88f 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=4.4.1
+version=4.4.2
depends:
account
account_invoice
diff --git a/trytond_account_stock_landed_cost.egg-info/PKG-INFO b/trytond_account_stock_landed_cost.egg-info/PKG-INFO
index 710f53b..c3e8f7c 100644
--- a/trytond_account_stock_landed_cost.egg-info/PKG-INFO
+++ b/trytond_account_stock_landed_cost.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-account-stock-landed-cost
-Version: 4.4.1
+Version: 4.4.2
Summary: Tryton module for landed cost
Home-page: http://www.tryton.org/
Author: Tryton
--
tryton-modules-account-stock-landed-cost
More information about the tryton-debian-vcs
mailing list