Merge PR #2579 into 16.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2023-09-06 06:16:58 +00:00

View File

@@ -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,
};
}
}