From 1e3fa8ae0d6d775efbe37d93db36f9f965c4ec25 Mon Sep 17 00:00:00 2001 From: CarlosRoca13 Date: Thu, 17 Feb 2022 12:28:18 +0100 Subject: [PATCH] [IMP] stock_move_value_report: black, isort, prettier --- stock_move_value_report/__manifest__.py | 19 +- .../report/stock_inventory_value_report.xml | 42 +++-- .../report/stock_move_line_value_report.xml | 174 +++++++++++++----- .../report/stock_move_value_report.xml | 6 +- .../report/stock_picking_value_report.xml | 94 ++++++---- .../report/stock_scrap_value_report.xml | 41 +++-- .../report/stock_value_report.xml | 2 +- 7 files changed, 256 insertions(+), 122 deletions(-) diff --git a/stock_move_value_report/__manifest__.py b/stock_move_value_report/__manifest__.py index 0b1358a..0b42df8 100644 --- a/stock_move_value_report/__manifest__.py +++ b/stock_move_value_report/__manifest__.py @@ -5,20 +5,17 @@ "version": "12.0.1.1.0", "category": "Warehouse", "website": "https://github.com/OCA/stock-logistics-reporting", - "author": "Tecnativa, " - "Odoo Community Association (OCA)", + "author": "Tecnativa, " "Odoo Community Association (OCA)", "license": "AGPL-3", "application": False, "installable": True, - "depends": [ - "stock_account", - ], + "depends": ["stock_account"], "data": [ - 'report/stock_value_report.xml', - 'report/stock_move_line_value_report.xml', - 'report/stock_move_value_report.xml', - 'report/stock_picking_value_report.xml', - 'report/stock_scrap_value_report.xml', - 'report/stock_inventory_value_report.xml', + "report/stock_value_report.xml", + "report/stock_move_line_value_report.xml", + "report/stock_move_value_report.xml", + "report/stock_picking_value_report.xml", + "report/stock_scrap_value_report.xml", + "report/stock_inventory_value_report.xml", ], } diff --git a/stock_move_value_report/report/stock_inventory_value_report.xml b/stock_move_value_report/report/stock_inventory_value_report.xml index f84782b..7709206 100644 --- a/stock_move_value_report/report/stock_inventory_value_report.xml +++ b/stock_move_value_report/report/stock_inventory_value_report.xml @@ -1,12 +1,14 @@ - +