mirror of https://github.com/OCA/web.git
[FIX] update readonly value after editing
parent
d91b99e6b8
commit
0119274720
|
@ -305,6 +305,8 @@ openerp.web_widget_x2many_2d_matrix = function(instance)
|
||||||
{
|
{
|
||||||
data = {}
|
data = {}
|
||||||
data[self.field_value] = self.parse_xy_value(val);
|
data[self.field_value] = self.parse_xy_value(val);
|
||||||
|
$this.siblings('span').text(
|
||||||
|
self.format_xy_value(self.parse_xy_value(val)));
|
||||||
self.dataset.write($this.data('id'), data);
|
self.dataset.write($this.data('id'), data);
|
||||||
$this.parent().removeClass('oe_form_invalid');
|
$this.parent().removeClass('oe_form_invalid');
|
||||||
self.compute_totals();
|
self.compute_totals();
|
||||||
|
|
Loading…
Reference in New Issue