From 76ee774597392965c4c31ab1f22d7a9739fa68bb Mon Sep 17 00:00:00 2001 From: CarlosRoca13 Date: Fri, 18 Feb 2022 09:00:48 +0100 Subject: [PATCH] [MIG] stock_move_value_report: Migration to 13.0 --- stock_move_value_report/__manifest__.py | 4 +- .../report/stock_inventory_value_report.xml | 4 +- .../report/stock_move_line_value_report.xml | 37 ++++++++++++++++--- 3 files changed, 35 insertions(+), 10 deletions(-) diff --git a/stock_move_value_report/__manifest__.py b/stock_move_value_report/__manifest__.py index 0b42df8..005e690 100644 --- a/stock_move_value_report/__manifest__.py +++ b/stock_move_value_report/__manifest__.py @@ -2,10 +2,10 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "Stock Move Cost Value Report", - "version": "12.0.1.1.0", + "version": "13.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)", "license": "AGPL-3", "application": False, "installable": True, 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 7709206..d2670b9 100644 --- a/stock_move_value_report/report/stock_inventory_value_report.xml +++ b/stock_move_value_report/report/stock_inventory_value_report.xml @@ -18,9 +18,9 @@ - + - + diff --git a/stock_move_value_report/report/stock_move_line_value_report.xml b/stock_move_value_report/report/stock_move_line_value_report.xml index 54a0f0e..19048dc 100644 --- a/stock_move_value_report/report/stock_move_line_value_report.xml +++ b/stock_move_value_report/report/stock_move_line_value_report.xml @@ -57,14 +57,22 @@ + + @@ -76,7 +84,7 @@