[IMP] stock_quantity_history_location: black, isort, prettier

This commit is contained in:
Atchuthan, Sodexis
2021-06-24 13:42:02 +05:30
parent 86315abab2
commit 4fbffa5324
3 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1 @@
../../../../stock_quantity_history_location

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

View File

@@ -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;