Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package trytond_account_invoice for 
openSUSE:Factory checked in at 2023-11-13 22:21:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond_account_invoice (Old)
 and      /work/SRC/openSUSE:Factory/.trytond_account_invoice.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trytond_account_invoice"

Mon Nov 13 22:21:21 2023 rev:31 rq:1125406 version:6.0.14

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/trytond_account_invoice/trytond_account_invoice.changes
  2023-10-19 22:52:25.333536455 +0200
+++ 
/work/SRC/openSUSE:Factory/.trytond_account_invoice.new.17445/trytond_account_invoice.changes
       2023-11-13 22:25:01.280671661 +0100
@@ -1,0 +2,5 @@
+Sat Nov  4 10:13:07 UTC 2023 - Axel Braun <axel.br...@gmx.de>
+
+- Version 6.0.14 - Bugfix Release
+
+-------------------------------------------------------------------

Old:
----
  trytond_account_invoice-6.0.13.tar.gz
  trytond_account_invoice-6.0.13.tar.gz.asc

New:
----
  trytond_account_invoice-6.0.14.tar.gz
  trytond_account_invoice-6.0.14.tar.gz.asc

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

Other differences:
------------------
++++++ trytond_account_invoice.spec ++++++
--- /var/tmp/diff_new_pack.8awXgF/_old  2023-11-13 22:25:02.028699202 +0100
+++ /var/tmp/diff_new_pack.8awXgF/_new  2023-11-13 22:25:02.028699202 +0100
@@ -19,7 +19,7 @@
 
 %define majorver 6.0
 Name:           trytond_account_invoice
-Version:        %{majorver}.13
+Version:        %{majorver}.14
 Release:        0
 Summary:        The "account_invoice" module for the Tryton ERP system
 License:        GPL-3.0-only

++++++ trytond_account_invoice-6.0.13.tar.gz -> 
trytond_account_invoice-6.0.14.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-6.0.13/CHANGELOG 
new/trytond_account_invoice-6.0.14/CHANGELOG
--- old/trytond_account_invoice-6.0.13/CHANGELOG        2023-09-06 
23:35:37.000000000 +0200
+++ new/trytond_account_invoice-6.0.14/CHANGELOG        2023-11-03 
19:11:42.000000000 +0100
@@ -1,4 +1,9 @@
 
+Version 6.0.14 - 2023-11-03
+---------------------------
+* Bug fixes (see mercurial logs for details)
+
+
 Version 6.0.13 - 2023-09-06
 ---------------------------
 * Bug fixes (see mercurial logs for details)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-6.0.13/PKG-INFO 
new/trytond_account_invoice-6.0.14/PKG-INFO
--- old/trytond_account_invoice-6.0.13/PKG-INFO 2023-09-06 23:35:40.474732400 
+0200
+++ new/trytond_account_invoice-6.0.14/PKG-INFO 2023-11-03 19:11:44.658920000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: trytond_account_invoice
-Version: 6.0.13
+Version: 6.0.14
 Summary: Tryton module for invoicing
 Home-page: http://www.tryton.org/
 Download-URL: http://downloads.tryton.org/6.0/
@@ -51,6 +51,15 @@
 Classifier: Topic :: Office/Business :: Financial :: Accounting
 Requires-Python: >=3.6
 License-File: LICENSE
+Requires-Dist: python-dateutil
+Requires-Dist: python-sql>=0.4
+Requires-Dist: trytond_account<6.1,>=6.0
+Requires-Dist: trytond_account_product<6.1,>=6.0
+Requires-Dist: trytond_company<6.1,>=6.0
+Requires-Dist: trytond_currency<6.1,>=6.0
+Requires-Dist: trytond_party<6.1,>=6.0
+Requires-Dist: trytond_product<6.1,>=6.0
+Requires-Dist: trytond<6.1,>=6.0
 
 ######################
 Account Invoice Module
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-6.0.13/invoice.py 
new/trytond_account_invoice-6.0.14/invoice.py
--- old/trytond_account_invoice-6.0.13/invoice.py       2023-08-06 
19:15:49.000000000 +0200
+++ new/trytond_account_invoice-6.0.14/invoice.py       2023-10-30 
15:20:50.000000000 +0100
@@ -52,7 +52,10 @@
     company = fields.Many2One(
         'company.company', 'Company', required=True, select=True,
         states={
-            'readonly': _states['readonly'] | Eval('party', True),
+            'readonly': (
+                _states['readonly']
+                | Eval('party', True)
+                | Eval('lines', [0])),
             },
         depends=_depends + ['party'])
     company_party = fields.Function(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-6.0.13/tryton.cfg 
new/trytond_account_invoice-6.0.14/tryton.cfg
--- old/trytond_account_invoice-6.0.13/tryton.cfg       2023-05-17 
23:04:54.000000000 +0200
+++ new/trytond_account_invoice-6.0.14/tryton.cfg       2023-09-06 
23:35:48.000000000 +0200
@@ -1,5 +1,5 @@
 [tryton]
-version=6.0.13
+version=6.0.14
 depends:
     account
     account_product
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond_account_invoice-6.0.13/trytond_account_invoice.egg-info/PKG-INFO 
new/trytond_account_invoice-6.0.14/trytond_account_invoice.egg-info/PKG-INFO
--- 
old/trytond_account_invoice-6.0.13/trytond_account_invoice.egg-info/PKG-INFO    
    2023-09-06 23:35:39.000000000 +0200
+++ 
new/trytond_account_invoice-6.0.14/trytond_account_invoice.egg-info/PKG-INFO    
    2023-11-03 19:11:44.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: trytond-account-invoice
-Version: 6.0.13
+Version: 6.0.14
 Summary: Tryton module for invoicing
 Home-page: http://www.tryton.org/
 Download-URL: http://downloads.tryton.org/6.0/
@@ -51,6 +51,15 @@
 Classifier: Topic :: Office/Business :: Financial :: Accounting
 Requires-Python: >=3.6
 License-File: LICENSE
+Requires-Dist: python-dateutil
+Requires-Dist: python-sql>=0.4
+Requires-Dist: trytond_account<6.1,>=6.0
+Requires-Dist: trytond_account_product<6.1,>=6.0
+Requires-Dist: trytond_company<6.1,>=6.0
+Requires-Dist: trytond_currency<6.1,>=6.0
+Requires-Dist: trytond_party<6.1,>=6.0
+Requires-Dist: trytond_product<6.1,>=6.0
+Requires-Dist: trytond<6.1,>=6.0
 
 ######################
 Account Invoice Module

Reply via email to