Add sao_6be5204dc947.diff that revert 6be5204dc947

This commit is contained in:
Raimon Esteve 2019-07-11 14:45:23 +02:00
parent 6d66336c07
commit be38d49204
2 changed files with 15 additions and 2 deletions

12
sao_6be5204dc947.diff Normal file
View File

@ -0,0 +1,12 @@
diff -r fc7e92ca778f public_data/sao/src/view/form.js
--- a/public_data/sao/src/view/form.js Thu Jul 11 14:40:00 2019 +0200
+++ b/public_data/sao/src/view/form.js Thu Jul 11 14:40:47 2019 +0200
@@ -4065,7 +4065,7 @@
var field, row;
var key_schema = this.field.keys[key];
this.fields[key] = field = new (
- this.get_entries(key_schema.type))(key, this);
+ this.get_entries(key_schema.type_))(key, this);
this.rows[key] = row = jQuery('<div/>', {
'class': 'form-group'
});

5
series
View File

@ -45,7 +45,8 @@ issue8369.diff # [trytond] Sort keys of PYSON XML value
# Sao
issue8240.diff # Add drag and drop support to sao
issue8390.diff # Different readonly computation for editable tree
issue8386.diff # Buttons on list view do not work
issue8390.diff # Test if attribute readonly is undefined before using states value
issue8386.diff # Compare record against the current record of the screen
issue8308.diff # Improve column size
issue8308_trytond.diff # Improve column size
sao_6be5204dc947.diff # Revert 6be5204dc947 that crash with add attribute dict field (product_attribute)