Skip to content

Commit b09ecc5

Browse files
[18.0][FIX] spreadsheet_oca: Fixed the fields[col.name] is undefined issue
1 parent 58e289f commit b09ecc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spreadsheet_oca/static/src/spreadsheet/list_renderer.esm.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ patch(ListRenderer.prototype, {
5252
return this.columns
5353
.filter(
5454
(col) =>
55+
fields[col.name] &&
5556
col.type === "field" &&
5657
col.field.component !== HandleField &&
5758
!col.relatedPropertyField &&

0 commit comments

Comments
 (0)