From 14b98a22f2633414531f6af2dd4e01b01b5ed7c8 Mon Sep 17 00:00:00 2001 From: sergio-teruel Date: Wed, 25 May 2022 22:29:31 +0200 Subject: [PATCH] [IMP] stock_picking_report_custom_description: black, isort --- .../__manifest__.py | 7 ++----- .../views/report_deliveryslip.xml | 18 ++++++++++++++---- .../views/report_stockpicking_operations.xml | 14 +++++++++++--- .../views/stock_report.xml | 2 +- 4 files changed, 28 insertions(+), 13 deletions(-) diff --git a/stock_picking_report_custom_description/__manifest__.py b/stock_picking_report_custom_description/__manifest__.py index 8d62d0a..ea3ee89 100644 --- a/stock_picking_report_custom_description/__manifest__.py +++ b/stock_picking_report_custom_description/__manifest__.py @@ -9,14 +9,11 @@ "version": "12.0.1.0.0", "category": "Warehouse", "website": "https://github.com/OCA/stock-logistics-reporting", - "author": "Tecnativa, " - "Odoo Community Association (OCA)", + "author": "Tecnativa, " "Odoo Community Association (OCA)", "development_status": "Production/Stable", "maintainers": ["carlosdauden"], "license": "AGPL-3", - "depends": [ - "stock", - ], + "depends": ["stock",], "data": [ "views/report_deliveryslip.xml", "views/report_stockpicking_operations.xml", diff --git a/stock_picking_report_custom_description/views/report_deliveryslip.xml b/stock_picking_report_custom_description/views/report_deliveryslip.xml index 1712eca..138951a 100644 --- a/stock_picking_report_custom_description/views/report_deliveryslip.xml +++ b/stock_picking_report_custom_description/views/report_deliveryslip.xml @@ -1,19 +1,29 @@ -