Merge PR #2285 into 12.0

Signed-off-by pedrobaeza
pull/2297/head
OCA-git-bot 2022-09-06 09:36:05 +00:00
commit 871e1a6b35
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ odoo.define('web_export_view', function (require) {
if (children) {
// Find only rows with data
view.$el.find('.o_list_view > tbody > tr.o_data_row:' +
'has(.o_list_record_selector input:checkbox:checked)')
'has(.o_list_record_selector input[type=checkbox]:checked)')
.each(function () {
var $row = $(this);
var export_row = [];