Script 'mail_helper' called by obssrc
Hello community,

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

Package is "trytond_account"

Fri Aug 14 22:09:27 2026 rev:59 rq:1371191 version:7.0.28

Changes:
--------
--- /work/SRC/openSUSE:Factory/trytond_account/trytond_account.changes  
2026-06-12 19:28:53.517623962 +0200
+++ 
/work/SRC/openSUSE:Factory/.trytond_account.new.1258/trytond_account.changes    
    2026-08-14 22:09:39.805809489 +0200
@@ -1,0 +2,5 @@
+Fri Aug 14 09:23:29 UTC 2026 - Axel Braun <[email protected]>
+
+- Version 7.0.28 - Bugfix Release
+
+-------------------------------------------------------------------

Old:
----
  trytond_account-7.0.25.tar.gz

New:
----
  trytond_account-7.0.28.tar.gz

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

Other differences:
------------------
++++++ trytond_account.spec ++++++
--- /var/tmp/diff_new_pack.sTHc0u/_old  2026-08-14 22:09:40.656840701 +0200
+++ /var/tmp/diff_new_pack.sTHc0u/_new  2026-08-14 22:09:40.658840774 +0200
@@ -28,7 +28,7 @@
 
 %define majorver 7.0
 Name:           trytond_account
-Version:        %{majorver}.25
+Version:        %{majorver}.28
 Release:        0
 Summary:        The "account" module for the Tryton ERP system
 License:        GPL-3.0-or-later

++++++ trytond_account-7.0.25.tar.gz -> trytond_account-7.0.28.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-7.0.25/CHANGELOG 
new/trytond_account-7.0.28/CHANGELOG
--- old/trytond_account-7.0.25/CHANGELOG        2026-04-16 23:29:28.000000000 
+0200
+++ new/trytond_account-7.0.28/CHANGELOG        2026-07-15 19:42:12.000000000 
+0200
@@ -1,4 +1,19 @@
 
+Version 7.0.28 - 2026-07-15
+---------------------------
+* Bug fixes (see mercurial logs for details)
+
+
+Version 7.0.27 - 2026-07-01
+---------------------------
+* Bug fixes (see mercurial logs for details)
+
+
+Version 7.0.26 - 2026-06-18
+---------------------------
+* Bug fixes (see mercurial logs for details)
+
+
 Version 7.0.25 - 2026-04-16
 ---------------------------
 * Bug fixes (see mercurial logs for details)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-7.0.25/PKG-INFO 
new/trytond_account-7.0.28/PKG-INFO
--- old/trytond_account-7.0.25/PKG-INFO 2026-04-16 23:29:32.005255000 +0200
+++ new/trytond_account-7.0.28/PKG-INFO 2026-07-15 19:42:19.741656500 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: trytond_account
-Version: 7.0.25
+Version: 7.0.28
 Summary: Tryton module for accounting
 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_account-7.0.25/account.py 
new/trytond_account-7.0.28/account.py
--- old/trytond_account-7.0.25/account.py       2026-04-14 18:56:14.000000000 
+0200
+++ new/trytond_account-7.0.28/account.py       2026-07-08 08:36:10.000000000 
+0200
@@ -1374,7 +1374,7 @@
         childs = [self]
         while childs:
             for child in childs:
-                if not child.template:
+                if not child.template or child.template_override:
                     continue
                 values = {}
                 tax_ids = [template2tax[x.id] for x in child.template.taxes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-7.0.25/general_journal.fodt 
new/trytond_account-7.0.28/general_journal.fodt
--- old/trytond_account-7.0.25/general_journal.fodt     2025-09-22 
21:34:39.000000000 +0200
+++ new/trytond_account-7.0.28/general_journal.fodt     2026-07-14 
19:13:40.000000000 +0200
@@ -521,8 +521,8 @@
         <text:p text:style-name="Table_20_Heading">Date:<text:line-break/> 
<text:placeholder text:placeholder-type="text">&lt;format_date(move.date, 
user.language)&gt;</text:placeholder></text:p>
        </table:table-cell>
        <table:table-cell table:style-name="Table4.C1" 
office:value-type="string">
-        <text:p text:style-name="Table_20_Heading"><text:placeholder 
text:placeholder-type="text">&lt;if 
test=&quot;move.origin&quot;&gt;</text:placeholder></text:p>
-        <text:p 
text:style-name="Table_20_Heading">Origin:<text:line-break/><text:placeholder 
text:placeholder-type="text">&lt;getattr(move.origin, &apos;rec_name&apos;, 
&apos;&apos;)&gt;</text:placeholder></text:p>
+        <text:p text:style-name="Table_20_Heading"><text:placeholder 
text:placeholder-type="text">&lt;if test=&quot;move.origin and 
hasattr(move.origin, 'rec_name')&quot;&gt;</text:placeholder></text:p>
+        <text:p 
text:style-name="Table_20_Heading">Origin:<text:line-break/><text:placeholder 
text:placeholder-type="text">&lt;move.origin.rec_name&gt;</text:placeholder></text:p>
         <text:p text:style-name="Table_20_Heading"><text:placeholder 
text:placeholder-type="text">&lt;/if&gt;</text:placeholder></text:p>
        </table:table-cell>
        <table:table-cell table:style-name="Table4.D1" 
table:number-columns-spanned="2" office:value-type="string">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-7.0.25/general_ledger.fodt 
new/trytond_account-7.0.28/general_ledger.fodt
--- old/trytond_account-7.0.25/general_ledger.fodt      2025-09-22 
21:34:39.000000000 +0200
+++ new/trytond_account-7.0.28/general_ledger.fodt      2026-07-08 
08:36:10.000000000 +0200
@@ -913,7 +913,7 @@
       <text:p text:style-name="Table_20_Contents"><text:placeholder 
text:placeholder-type="text">&lt;line.description or 
&apos;&apos;&gt;</text:placeholder><text:line-break/><text:placeholder 
text:placeholder-type="text">&lt;line.move_description_used or 
&apos;&apos;&gt;</text:placeholder></text:p>
      </table:table-cell>
      <table:table-cell table:style-name="Lines.G6" office:value-type="string">
-      <text:p text:style-name="Table_20_Contents"><text:placeholder 
text:placeholder-type="text">&lt;getattr(line.origin, &apos;rec_name&apos;, 
&apos;&apos;)&gt;</text:placeholder></text:p>
+      <text:p text:style-name="Table_20_Contents"><text:placeholder 
text:placeholder-type="text">&lt;line.origin and line.origin.rec_name or 
&apos;&apos;&gt;</text:placeholder></text:p>
      </table:table-cell>
     </table:table-row>
     <text:soft-page-break/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-7.0.25/move.py 
new/trytond_account-7.0.28/move.py
--- old/trytond_account-7.0.25/move.py  2026-04-14 20:36:56.000000000 +0200
+++ new/trytond_account-7.0.28/move.py  2026-07-08 08:36:10.000000000 +0200
@@ -1326,7 +1326,7 @@
 
     @classmethod
     def validate_fields(cls, lines, field_names):
-        super(Line, cls).validate(lines)
+        super().validate_fields(lines, field_names)
         cls.check_account(lines, field_names)
 
     @classmethod
@@ -1518,8 +1518,9 @@
                     ('company', '=', company),
                     ('journal', '=', journal),
                     ])
+            toolbar = dict(toolbar)
+            action = list(toolbar['action'])
             for template in templates:
-                action = toolbar['action']
                 # Use template id for action id to auto-select the template
                 action.append({
                         'name': template.name,
@@ -1527,6 +1528,7 @@
                         'wiz_name': 'account.move.template.create',
                         'id': template.id,
                         })
+            toolbar['action'] = action
         return toolbar
 
     @classmethod
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-7.0.25/tryton.cfg 
new/trytond_account-7.0.28/tryton.cfg
--- old/trytond_account-7.0.25/tryton.cfg       2026-03-02 23:14:25.000000000 
+0100
+++ new/trytond_account-7.0.28/tryton.cfg       2026-07-08 08:36:10.000000000 
+0200
@@ -1,5 +1,5 @@
 [tryton]
-version=7.0.25
+version=7.0.28
 depends:
     company
     currency
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond_account-7.0.25/trytond_account.egg-info/PKG-INFO 
new/trytond_account-7.0.28/trytond_account.egg-info/PKG-INFO
--- old/trytond_account-7.0.25/trytond_account.egg-info/PKG-INFO        
2026-04-16 23:29:31.000000000 +0200
+++ new/trytond_account-7.0.28/trytond_account.egg-info/PKG-INFO        
2026-07-15 19:42:18.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: trytond_account
-Version: 7.0.25
+Version: 7.0.28
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Download-URL: http://downloads.tryton.org/7.0/

Reply via email to