mirror of https://github.com/OCA/web.git
[FIX] web_widget_x2many_2d_matrix: many2one domain issue
[FIX] web_widget_x2many_2d_matrix: many2one domain issuepull/3048/head
parent
53b2130175
commit
37501fbb74
|
@ -149,6 +149,7 @@ export class X2Many2DMatrixRenderer extends Component {
|
|||
update: (value) => this.update(x, y, value),
|
||||
readonly: this.props.readonly,
|
||||
record: record,
|
||||
name: this.matrixFields.value,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue