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:

    + -

    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.