Add issue8369.

This commit is contained in:
Albert Cervera i Areny 2019-07-08 00:56:50 +02:00
parent 51700e3599
commit 1c5810aa66
2 changed files with 13 additions and 0 deletions

11
issue8369.diff Normal file
View File

@ -0,0 +1,11 @@
--- a/trytond/trytond/convert.py Tue May 28 10:03:40 2019 +0200
+++ b/trytond/trytond/convert.py Thu May 30 09:37:52 2019 +0200
@@ -242,7 +242,7 @@
context.update(CONTEXT)
value = eval(eval_attr, context)
if pyson_attr:
- value = PYSONEncoder().encode(value)
+ value = PYSONEncoder(sort_keys=True).encode(value)
self.values[field_name] = value
else:

2
series
View File

@ -39,6 +39,8 @@ issue8413.diff # [carrier] Add recname to search
production_view.diff #[production] Split inputs and outputs on pages
issue8433.diff # [stock] check inventory lines to not write if not necessary.
issue8369.diff # [trytond] Sort keys of PYSON XML value
# Sao
issue8240.diff # Add drag and drop support to sao