Hello community,
here is the log from the commit of package trytond_stock_supply for
openSUSE:Factory checked in at 2018-12-12 17:31:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond_stock_supply (Old)
and /work/SRC/openSUSE:Factory/.trytond_stock_supply.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trytond_stock_supply"
Wed Dec 12 17:31:13 2018 rev:5 rq:657442 version:4.2.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/trytond_stock_supply/trytond_stock_supply.changes
2018-09-10 12:32:30.530592001 +0200
+++
/work/SRC/openSUSE:Factory/.trytond_stock_supply.new.28833/trytond_stock_supply.changes
2018-12-12 17:31:13.406669059 +0100
@@ -1,0 +2,5 @@
+Mon Dec 10 19:08:42 UTC 2018 - Axel Braun <[email protected]>
+
+- Version 4.2.3 - Bugfix Release
+
+-------------------------------------------------------------------
Old:
----
trytond_stock_supply-4.2.2.tar.gz
New:
----
trytond_stock_supply-4.2.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ trytond_stock_supply.spec ++++++
--- /var/tmp/diff_new_pack.ZLUbP7/_old 2018-12-12 17:31:13.806668554 +0100
+++ /var/tmp/diff_new_pack.ZLUbP7/_new 2018-12-12 17:31:13.806668554 +0100
@@ -13,13 +13,13 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define majorver 4.2
Name: trytond_stock_supply
-Version: %{majorver}.2
+Version: %{majorver}.3
Release: 0
Summary: The Stock Supply module for the Tryton ERP system
License: GPL-3.0-only
++++++ trytond_stock_supply-4.2.2.tar.gz -> trytond_stock_supply-4.2.3.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_stock_supply-4.2.2/.hgtags
new/trytond_stock_supply-4.2.3/.hgtags
--- old/trytond_stock_supply-4.2.2/.hgtags 2018-08-20 23:12:57.000000000
+0200
+++ new/trytond_stock_supply-4.2.3/.hgtags 2018-11-16 21:13:24.000000000
+0100
@@ -17,3 +17,4 @@
afc53d87c88438c9c8e56629e994836844e32dbe 4.2.0
fe1b77edd749920377891bec649045e5a0e677e8 4.2.1
ea6c8f8f104f2e4e71c52fd9cf5e9bbe8a652b15 4.2.2
+735ba05cb012b45868e43b74908b4c22e8ddc822 4.2.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_stock_supply-4.2.2/CHANGELOG
new/trytond_stock_supply-4.2.3/CHANGELOG
--- old/trytond_stock_supply-4.2.2/CHANGELOG 2018-08-20 23:12:57.000000000
+0200
+++ new/trytond_stock_supply-4.2.3/CHANGELOG 2018-11-16 21:13:24.000000000
+0100
@@ -1,3 +1,6 @@
+Version 4.2.3 - 2018-11-16
+* Bug fixes (see mercurial logs for details)
+
Version 4.2.2 - 2018-08-20
* Bug fixes (see mercurial logs for details)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_stock_supply-4.2.2/PKG-INFO
new/trytond_stock_supply-4.2.3/PKG-INFO
--- old/trytond_stock_supply-4.2.2/PKG-INFO 2018-08-20 23:12:58.000000000
+0200
+++ new/trytond_stock_supply-4.2.3/PKG-INFO 2018-11-16 21:13:25.000000000
+0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_stock_supply
-Version: 4.2.2
+Version: 4.2.3
Summary: Tryton module for stock supply
Home-page: http://www.tryton.org/
Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_stock_supply-4.2.2/purchase_request.xml
new/trytond_stock_supply-4.2.3/purchase_request.xml
--- old/trytond_stock_supply-4.2.2/purchase_request.xml 2018-08-20
23:00:00.000000000 +0200
+++ new/trytond_stock_supply-4.2.3/purchase_request.xml 2018-11-12
18:01:41.000000000 +0100
@@ -55,5 +55,13 @@
<field name="function">generate_requests</field>
</record>
+ <record model="ir.model.access" id="access_purchase_request_stock">
+ <field name="model" search="[('model', '=', 'purchase.request')]"/>
+ <field name="group" ref="stock.group_stock_admin"/>
+ <field name="perm_read" eval="True"/>
+ <field name="perm_write" eval="False"/>
+ <field name="perm_create" eval="False"/>
+ <field name="perm_delete" eval="False"/>
+ </record>
</data>
</tryton>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/trytond_stock_supply-4.2.2/tests/scenario_stock_internal_supply.rst
new/trytond_stock_supply-4.2.3/tests/scenario_stock_internal_supply.rst
--- old/trytond_stock_supply-4.2.2/tests/scenario_stock_internal_supply.rst
2018-08-20 23:00:00.000000000 +0200
+++ new/trytond_stock_supply-4.2.3/tests/scenario_stock_internal_supply.rst
2018-11-12 18:01:41.000000000 +0100
@@ -131,7 +131,9 @@
Execute internal supply::
>>> ShipmentInternal = Model.get('stock.shipment.internal')
+ >>> config.user = stock_admin_user.id
>>> Wizard('stock.shipment.internal.create').execute('create_')
+ >>> config.user = stock_user.id
>>> shipment, = ShipmentInternal.find([])
>>> shipment.state
u'waiting'
@@ -161,7 +163,9 @@
Execute internal supply::
+ >>> config.user = stock_admin_user.id
>>> Wizard('stock.shipment.internal.create').execute('create_')
+ >>> config.user = stock_user.id
>>> shipment, = ShipmentInternal.find([('id', '!=', shipment.id)])
>>> shipment.state
u'waiting'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/trytond_stock_supply-4.2.2/tests/scenario_stock_supply_purchase_request.rst
new/trytond_stock_supply-4.2.3/tests/scenario_stock_supply_purchase_request.rst
---
old/trytond_stock_supply-4.2.2/tests/scenario_stock_supply_purchase_request.rst
2018-08-20 23:00:00.000000000 +0200
+++
new/trytond_stock_supply-4.2.3/tests/scenario_stock_supply_purchase_request.rst
2018-11-12 23:05:41.000000000 +0100
@@ -138,11 +138,13 @@
There is no purchase request::
>>> PurchaseRequest = Model.get('purchase.request')
+ >>> config.user = purchase_user.id
>>> PurchaseRequest.find([])
[]
Create the purchase request::
+ >>> config.user = stock_admin_user.id
>>> create_pr = Wizard('purchase.request.create')
>>> create_pr.execute('create_')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_stock_supply-4.2.2/tryton.cfg
new/trytond_stock_supply-4.2.3/tryton.cfg
--- old/trytond_stock_supply-4.2.2/tryton.cfg 2018-08-20 23:00:00.000000000
+0200
+++ new/trytond_stock_supply-4.2.3/tryton.cfg 2018-08-20 23:13:08.000000000
+0200
@@ -1,5 +1,5 @@
[tryton]
-version=4.2.2
+version=4.2.3
depends:
account
ir
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/trytond_stock_supply-4.2.2/trytond_stock_supply.egg-info/PKG-INFO
new/trytond_stock_supply-4.2.3/trytond_stock_supply.egg-info/PKG-INFO
--- old/trytond_stock_supply-4.2.2/trytond_stock_supply.egg-info/PKG-INFO
2018-08-20 23:12:58.000000000 +0200
+++ new/trytond_stock_supply-4.2.3/trytond_stock_supply.egg-info/PKG-INFO
2018-11-16 21:13:25.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-stock-supply
-Version: 4.2.2
+Version: 4.2.3
Summary: Tryton module for stock supply
Home-page: http://www.tryton.org/
Author: Tryton