From 5240d8651fb1844e8b2876d98142840c00323805 Mon Sep 17 00:00:00 2001 From: "Atchuthan, Sodexis" Date: Thu, 24 Jun 2021 13:42:02 +0530 Subject: [PATCH] [IMP] stock_quantity_history_location: black, isort, prettier --- .../static/src/js/inventory_report.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stock_quantity_history_location/static/src/js/inventory_report.js b/stock_quantity_history_location/static/src/js/inventory_report.js index 1e00fdc..83f78dd 100644 --- a/stock_quantity_history_location/static/src/js/inventory_report.js +++ b/stock_quantity_history_location/static/src/js/inventory_report.js @@ -1,5 +1,5 @@ /* eslint-disable no-unused-vars */ -odoo.define("stock.InventoryReportLocationListController", function(require) { +odoo.define("stock.InventoryReportLocationListController", function (require) { "use strict"; var core = require("web.core"); @@ -9,7 +9,7 @@ odoo.define("stock.InventoryReportLocationListController", function(require) { var _t = core._t; var InventoryReportLocationListController = InventoryReportListController.include({ - renderButtons: function($node) { + renderButtons: function ($node) { this._super.apply(this, arguments); if (this.context.no_at_date) { return;