[tryton-debian-vcs] tryton-modules-product branch debian updated. debian/4.4.0-2-2-gbc505fa
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Thu Aug 17 12:33:23 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-product.git;a=commitdiff;h=debian/4.4.0-2-2-gbc505fa
commit bc505fa2d7193cdf39c51b987858c13b99d1daaf
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Aug 17 12:07:00 2017 +0200
Releasing debian version 4.4.1-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 213b53d..35131cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-product (4.4.1-1) unstable; urgency=medium
+
+ * Merging upstream version 4.4.1.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Thu, 17 Aug 2017 12:07:00 +0200
+
tryton-modules-product (4.4.0-2) unstable; urgency=medium
* Change the maintainer address to tryton-debian at lists.alioth.debian.org
commit 67bb2176928988d4adf1cad4e8e88f4a1cca8109
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Aug 17 12:07:00 2017 +0200
Merging upstream version 4.4.1.
diff --git a/CHANGELOG b/CHANGELOG
index b9eaa85..ba020aa 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.4.1 - 2017-08-08
+* Bug fixes (see mercurial logs for details)
+
Version 4.4.0 - 2017-05-01
* Bug fixes (see mercurial logs for details)
* Add ceil and floor as uom rounding
diff --git a/PKG-INFO b/PKG-INFO
index a4f28bd..8a4436a 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_product
-Version: 4.4.0
+Version: 4.4.1
Summary: Tryton module with products
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/product.py b/product.py
index 3976e21..8cb1e76 100644
--- a/product.py
+++ b/product.py
@@ -122,10 +122,11 @@ class Template(ModelSQL, ModelView, CompanyMultiValueMixin):
return False
@classmethod
- def default_cost_price_method(cls):
+ def default_cost_price_method(cls, **pattern):
pool = Pool()
Configuration = pool.get('product.configuration')
- return Configuration(1).default_cost_price_method
+ return Configuration(1).get_multivalue(
+ 'default_cost_price_method', **pattern)
@staticmethod
def default_products():
diff --git a/setup.cfg b/setup.cfg
index 861a9f5..8bfd5a1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,4 @@
[egg_info]
tag_build =
tag_date = 0
-tag_svn_revision = 0
diff --git a/tryton.cfg b/tryton.cfg
index bb7a21c..182afb1 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=4.4.0
+version=4.4.1
depends:
company
ir
diff --git a/trytond_product.egg-info/PKG-INFO b/trytond_product.egg-info/PKG-INFO
index e7d66eb..7ef5b65 100644
--- a/trytond_product.egg-info/PKG-INFO
+++ b/trytond_product.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-product
-Version: 4.4.0
+Version: 4.4.1
Summary: Tryton module with products
Home-page: http://www.tryton.org/
Author: Tryton
--
tryton-modules-product
More information about the tryton-debian-vcs
mailing list