Skip to content

Commit

Permalink
Merge 9d4365e into ad79aa4
Browse files Browse the repository at this point in the history
  • Loading branch information
syci committed Jul 3, 2019
2 parents ad79aa4 + 9d4365e commit 868545c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web_export_view/static/src/js/web_export_view.js
Expand Up @@ -65,6 +65,10 @@ odoo.define('web_export_view', function (require) {
}
else {
var text = $cell.text().trim();
// Search : for hour value
if (text.search(":")) {
export_row.push(text);
}
if ($cell.hasClass("o_list_number")) {
export_row.push(parseFloat(
text
Expand Down

0 comments on commit 868545c

Please sign in to comment.