Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package trytond_stock_lot for 
openSUSE:Factory checked in at 2026-08-14 22:09:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond_stock_lot (Old)
 and      /work/SRC/openSUSE:Factory/.trytond_stock_lot.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trytond_stock_lot"

Fri Aug 14 22:09:35 2026 rev:23 rq:1371196 version:7.0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/trytond_stock_lot/trytond_stock_lot.changes      
2026-06-12 19:28:37.744964002 +0200
+++ 
/work/SRC/openSUSE:Factory/.trytond_stock_lot.new.1258/trytond_stock_lot.changes
    2026-08-14 22:09:51.685245174 +0200
@@ -1,0 +2,5 @@
+Fri Aug 14 09:22:31 UTC 2026 - Axel Braun <[email protected]>
+
+- Version 7.0.7 - Bugfix Release
+
+-------------------------------------------------------------------

Old:
----
  trytond_stock_lot-7.0.6.tar.gz

New:
----
  trytond_stock_lot-7.0.7.tar.gz

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

Other differences:
------------------
++++++ trytond_stock_lot.spec ++++++
--- /var/tmp/diff_new_pack.CAXOhM/_old  2026-08-14 22:09:52.458273525 +0200
+++ /var/tmp/diff_new_pack.CAXOhM/_new  2026-08-14 22:09:52.460273598 +0200
@@ -29,7 +29,7 @@
 
 %define majorver 7.0
 Name:           trytond_stock_lot
-Version:        %{majorver}.6
+Version:        %{majorver}.7
 Release:        0
 Summary:        The "stock_lot" module of the Tryton ERP system
 License:        GPL-3.0-or-later

++++++ trytond_stock_lot-7.0.6.tar.gz -> trytond_stock_lot-7.0.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock_lot-7.0.6/CHANGELOG 
new/trytond_stock_lot-7.0.7/CHANGELOG
--- old/trytond_stock_lot-7.0.6/CHANGELOG       2026-05-02 14:09:42.000000000 
+0200
+++ new/trytond_stock_lot-7.0.7/CHANGELOG       2026-07-01 22:48:12.000000000 
+0200
@@ -1,4 +1,9 @@
 
+Version 7.0.7 - 2026-07-01
+--------------------------
+* Bug fixes (see mercurial logs for details)
+
+
 Version 7.0.6 - 2026-05-02
 --------------------------
 * Bug fixes (see mercurial logs for details)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock_lot-7.0.6/COPYRIGHT 
new/trytond_stock_lot-7.0.7/COPYRIGHT
--- old/trytond_stock_lot-7.0.6/COPYRIGHT       2026-05-02 14:09:41.000000000 
+0200
+++ new/trytond_stock_lot-7.0.7/COPYRIGHT       2026-07-01 22:48:11.000000000 
+0200
@@ -1,5 +1,5 @@
-Copyright (C) 2012-2025 Cédric Krier.
-Copyright (C) 2012-2025 B2CK SPRL.
+Copyright (C) 2012-2026 Cédric Krier.
+Copyright (C) 2012-2026 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock_lot-7.0.6/PKG-INFO 
new/trytond_stock_lot-7.0.7/PKG-INFO
--- old/trytond_stock_lot-7.0.6/PKG-INFO        2026-05-02 14:09:45.130302000 
+0200
+++ new/trytond_stock_lot-7.0.7/PKG-INFO        2026-07-01 22:48:15.153130800 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: trytond_stock_lot
-Version: 7.0.6
+Version: 7.0.7
 Summary: Tryton module for lot of products
 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_lot-7.0.6/stock.py 
new/trytond_stock_lot-7.0.7/stock.py
--- old/trytond_stock_lot-7.0.6/stock.py        2026-04-30 20:09:10.000000000 
+0200
+++ new/trytond_stock_lot-7.0.7/stock.py        2026-06-30 22:38:28.000000000 
+0200
@@ -441,8 +441,11 @@
         pass
 
     def add_lot(self):
+        transaction = Transaction()
         if not self.lot and self.product:
-            lot = self.product.create_lot()
+            date = transaction.context.get('date') or self.effective_date
+            with Transaction().set_context(date=date):
+                lot = self.product.create_lot()
             if lot:
                 self.lot = lot
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock_lot-7.0.6/tryton.cfg 
new/trytond_stock_lot-7.0.7/tryton.cfg
--- old/trytond_stock_lot-7.0.6/tryton.cfg      2025-12-17 19:35:09.000000000 
+0100
+++ new/trytond_stock_lot-7.0.7/tryton.cfg      2026-05-02 14:09:51.000000000 
+0200
@@ -1,5 +1,5 @@
 [tryton]
-version=7.0.6
+version=7.0.7
 depends:
     ir
     product
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond_stock_lot-7.0.6/trytond_stock_lot.egg-info/PKG-INFO 
new/trytond_stock_lot-7.0.7/trytond_stock_lot.egg-info/PKG-INFO
--- old/trytond_stock_lot-7.0.6/trytond_stock_lot.egg-info/PKG-INFO     
2026-05-02 14:09:44.000000000 +0200
+++ new/trytond_stock_lot-7.0.7/trytond_stock_lot.egg-info/PKG-INFO     
2026-07-01 22:48:14.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: trytond_stock_lot
-Version: 7.0.6
+Version: 7.0.7
 Summary: Tryton module for lot of products
 Home-page: http://www.tryton.org/
 Download-URL: http://downloads.tryton.org/7.0/

Reply via email to