mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] web_widget_x2many_2d_matrix: many2one domain issue
[FIX] web_widget_x2many_2d_matrix: many2one domain issue
This commit is contained in:
@@ -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,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user