Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package trytond_stock for openSUSE:Factory 
checked in at 2025-07-16 15:53:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond_stock (Old)
 and      /work/SRC/openSUSE:Factory/.trytond_stock.new.7373 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trytond_stock"

Wed Jul 16 15:53:24 2025 rev:48 rq:1293774 version:7.0.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/trytond_stock/trytond_stock.changes      
2025-07-02 18:17:07.398451887 +0200
+++ /work/SRC/openSUSE:Factory/.trytond_stock.new.7373/trytond_stock.changes    
2025-07-16 15:56:16.572037480 +0200
@@ -1,0 +2,5 @@
+Wed Jul  9 10:35:33 UTC 2025 - Axel Braun <axel.br...@gmx.de>
+
+- Version 7.0.14 - Bugfix Release
+
+-------------------------------------------------------------------

Old:
----
  trytond_stock-7.0.13.tar.gz

New:
----
  trytond_stock-7.0.14.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ trytond_stock.spec ++++++
--- /var/tmp/diff_new_pack.4d4PEQ/_old  2025-07-16 15:56:17.320068710 +0200
+++ /var/tmp/diff_new_pack.4d4PEQ/_new  2025-07-16 15:56:17.324068877 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package trytond_stock
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 # Copyright (c) 2014-2024 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
@@ -29,7 +29,7 @@
 
 %define majorver 7.0
 Name:           trytond_stock
-Version:        %{majorver}.13
+Version:        %{majorver}.14
 Release:        0
 Summary:        The "stock" module for the Tryton ERP system
 License:        GPL-3.0-only

++++++ trytond_stock-7.0.13.tar.gz -> trytond_stock-7.0.14.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock-7.0.13/CHANGELOG 
new/trytond_stock-7.0.14/CHANGELOG
--- old/trytond_stock-7.0.13/CHANGELOG  2025-06-04 23:29:26.000000000 +0200
+++ new/trytond_stock-7.0.14/CHANGELOG  2025-07-01 23:25:46.000000000 +0200
@@ -1,4 +1,9 @@
 
+Version 7.0.14 - 2025-07-01
+---------------------------
+* Bug fixes (see mercurial logs for details)
+
+
 Version 7.0.13 - 2025-06-04
 ---------------------------
 * Bug fixes (see mercurial logs for details)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock-7.0.13/PKG-INFO 
new/trytond_stock-7.0.14/PKG-INFO
--- old/trytond_stock-7.0.13/PKG-INFO   2025-06-04 23:29:29.528345800 +0200
+++ new/trytond_stock-7.0.14/PKG-INFO   2025-07-01 23:25:49.459729200 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: trytond_stock
-Version: 7.0.13
+Version: 7.0.14
 Summary: Tryton module for stock and inventory
 Home-page: http://www.tryton.org/
 Download-URL: http://downloads.tryton.org/7.0/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock-7.0.13/product.py 
new/trytond_stock-7.0.14/product.py
--- old/trytond_stock-7.0.13/product.py 2025-05-05 10:54:28.000000000 +0200
+++ new/trytond_stock-7.0.14/product.py 2025-06-29 01:02:00.000000000 +0200
@@ -1294,11 +1294,12 @@
                     product=product.rec_name if product else '',
                     exception=exception)) from exception
         if not isinstance(amount, Decimal):
+            product = self.product or self.template
             raise ProductCostPriceError(
                 gettext('stock.msg_invalid_cost_price_not_number',
                     value=amount,
                     cost_price=self.cost_price,
-                    product=product.rec_name))
+                    product=product.rec_name if product else ''))
         return amount
 
     @classmethod
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock-7.0.13/tryton.cfg 
new/trytond_stock-7.0.14/tryton.cfg
--- old/trytond_stock-7.0.13/tryton.cfg 2025-05-05 10:54:28.000000000 +0200
+++ new/trytond_stock-7.0.14/tryton.cfg 2025-06-04 23:29:36.000000000 +0200
@@ -1,5 +1,5 @@
 [tryton]
-version=7.0.13
+version=7.0.14
 depends:
     company
     currency
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock-7.0.13/trytond_stock.egg-info/PKG-INFO 
new/trytond_stock-7.0.14/trytond_stock.egg-info/PKG-INFO
--- old/trytond_stock-7.0.13/trytond_stock.egg-info/PKG-INFO    2025-06-04 
23:29:28.000000000 +0200
+++ new/trytond_stock-7.0.14/trytond_stock.egg-info/PKG-INFO    2025-07-01 
23:25:48.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: trytond_stock
-Version: 7.0.13
+Version: 7.0.14
 Summary: Tryton module for stock and inventory
 Home-page: http://www.tryton.org/
 Download-URL: http://downloads.tryton.org/7.0/

Reply via email to