Skip to content
This repository was archived by the owner on Feb 16, 2026. It is now read-only.

Commit ee5d396

Browse files
committed
fixup! [FIX] 2665 popup wizard for async
1 parent fe47ef2 commit ee5d396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

report_async/static/src/js/qweb_action_manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ odoo.define('report_async.print', function(require) {
5858
}
5959
}
6060
else {
61-
s// default to normal approach to generate report
61+
// default to normal approach to generate report
6262
return _super.apply(self, [action, options]);
6363
}
6464
}},

0 commit comments

Comments
 (0)