mirror of
https://github.com/OCA/stock-logistics-reporting.git
synced 2025-02-16 17:13:21 +02:00
[IMP] stock_quantity_history_location: black, isort, prettier
This commit is contained in:
committed by
GuillemCForgeFlow
parent
c395a8b9e6
commit
5240d8651f
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user