From 4cc02b5ca84edd4741c2859f350ae9901f5ec801 Mon Sep 17 00:00:00 2001
From: OCA-git-bot
Date: Thu, 29 Jul 2021 10:19:21 +0000
Subject: [PATCH] [UPD] README.rst
---
stock_product_qty_by_packaging/README.rst | 6 +++++-
.../static/description/index.html | 7 ++++++-
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/stock_product_qty_by_packaging/README.rst b/stock_product_qty_by_packaging/README.rst
index fee2fef10..d66f086d7 100644
--- a/stock_product_qty_by_packaging/README.rst
+++ b/stock_product_qty_by_packaging/README.rst
@@ -31,8 +31,12 @@ It adds product qty computed by packaging to:
* stock move
* stock move line
* stock quant
+* stock inventory line
-and displays it for move line on stock picking view.
+Displays it:
+
+* stock picking view for move line
+* on inventory line tree view for stock_inventory_line
.. IMPORTANT::
This is an alpha version, the data model and design can change at any time without warning.
diff --git a/stock_product_qty_by_packaging/static/description/index.html b/stock_product_qty_by_packaging/static/description/index.html
index fb7c83b02..4bc6f9794 100644
--- a/stock_product_qty_by_packaging/static/description/index.html
+++ b/stock_product_qty_by_packaging/static/description/index.html
@@ -374,8 +374,13 @@ It adds product qty computed by packaging to:
stock move
stock move line
stock quant
+stock inventory line
+
+Displays it:
+
+- stock picking view for move line
+- on inventory line tree view for stock_inventory_line
-and displays it for move line on stock picking view.
Important
This is an alpha version, the data model and design can change at any time without warning.