[FIX] web_widget_x2many_2d_matrix: many2one domain issue

[FIX] web_widget_x2many_2d_matrix: many2one domain issue
pull/2756/head
tarteo 2023-08-01 11:47:06 +02:00 committed by SodexisTeam
parent c6ea025f7a
commit 4483a7b7f2
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ export class X2Many2DMatrixRenderer extends Component {
update: (value) => this.update(x, y, value), update: (value) => this.update(x, y, value),
readonly: this.props.readonly, readonly: this.props.readonly,
record: record, record: record,
name: this.matrixFields.value,
}; };
} }
} }