Browse Source

[FIX] make prettier happy

14.0-report-py3o-pr-506
Stéphane Bidoul 4 years ago
committed by default
parent
commit
d556fa5149
  1. 2
      report_py3o/static/src/js/py3oactionmanager.js

2
report_py3o/static/src/js/py3oactionmanager.js

@ -23,7 +23,7 @@ odoo.define("report_py3o.report", function (require) {
if (
_.isUndefined(action.data) ||
_.isNull(action.data) ||
_.isObject(action.data) && _.isEmpty(action.data)
(_.isObject(action.data) && _.isEmpty(action.data))
) {
if (action.context.active_ids) {
var activeIDsPath = "/" + action.context.active_ids.join(",");

Loading…
Cancel
Save