3
0
Fork 0

Merge PR #2022 into 14.0

Signed-off-by pedrobaeza
14.0
OCA-git-bot 2021-09-09 18:04:47 +00:00
commit ad113d9c6b
1 changed files with 0 additions and 1 deletions

View File

@ -132,7 +132,6 @@ odoo.define("web_widget_x2many_2d_matrix.widget", function (require) {
show_row_totals: this.show_row_totals, show_row_totals: this.show_row_totals,
show_column_totals: this.show_column_totals, show_column_totals: this.show_column_totals,
}; };
console.log(this.matrix_data);
}, },
/** /**