From 1e4de022593cc6b5c39dab1c2a5107fae8784352 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 22 Sep 2020 23:57:38 +0200 Subject: [PATCH] stock_valuation_xlsx: Improve module description --- stock_valuation_xlsx/__manifest__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stock_valuation_xlsx/__manifest__.py b/stock_valuation_xlsx/__manifest__.py index 8aa8ff9..ed2d33b 100644 --- a/stock_valuation_xlsx/__manifest__.py +++ b/stock_valuation_xlsx/__manifest__.py @@ -27,6 +27,11 @@ It has several options: * split by stock location, * display subtotals per category. +You can access this XLSX stock valuation report either: + +* from the menu *Inventory > Reports > Stock Valuation XLSX* (it replaces the native menu *Inventory at Date*) +* from the form view of *validated* inventories (menu *Inventory > Inventory Control > Inventory Adjustments*) via the button *XLSX Valuation Report*. + This module has been written by Alexis de Lattre from Akretion . """, 'author': "Akretion",