From be38d4920435b4d576f0cb5c8348ffd7c5e3603a Mon Sep 17 00:00:00 2001 From: Raimon Esteve Date: Thu, 11 Jul 2019 14:45:23 +0200 Subject: [PATCH] Add sao_6be5204dc947.diff that revert 6be5204dc947 --- sao_6be5204dc947.diff | 12 ++++++++++++ series | 5 +++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 sao_6be5204dc947.diff diff --git a/sao_6be5204dc947.diff b/sao_6be5204dc947.diff new file mode 100644 index 0000000..4cbe459 --- /dev/null +++ b/sao_6be5204dc947.diff @@ -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('
', { + 'class': 'form-group' + }); diff --git a/series b/series index a6c66ff..afe1a12 100644 --- a/series +++ b/series @@ -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)