From feec111819a083a5e2b09a9f8735f9234103767b Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sun, 2 Dec 2018 02:51:36 +0000 Subject: [PATCH] [UPD] README.rst --- pos_order_return/README.rst | 10 +++++----- pos_order_return/static/description/index.html | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pos_order_return/README.rst b/pos_order_return/README.rst index f313966e..84d18dd1 100644 --- a/pos_order_return/README.rst +++ b/pos_order_return/README.rst @@ -48,7 +48,7 @@ products like returnable products, etc. In that case, a checkbox is possible on Product Form View to allow such case -.. image:: /pos_order_return/static/description/product_returnable_bottle.png +.. image:: https://raw.githubusercontent.com/pos_order_return/static/description/product_returnable_bottle.png .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot @@ -61,7 +61,7 @@ Select an PoS Order an choose either *Return Products* (full return of the order) or *Partial Return*. In this case, a wizard allows to select just some products and quantities to return: -.. image:: /pos_order_return/static/description/partial_return_wizard.png +.. image:: https://raw.githubusercontent.com/pos_order_return/static/description/partial_return_wizard.png Register the refund payment to finish the return. If the original order was invoiced, a refund invoice will be made. @@ -70,16 +70,16 @@ invoiced, a refund invoice will be made. * User can not return more products than the initial quantity: -.. image:: /pos_order_return/static/description/returned_qty_over_initial.png +.. image:: https://raw.githubusercontent.com/pos_order_return/static/description/returned_qty_over_initial.png * If a line has been partially refund, only a reduced quantity can be returned: -.. image:: /pos_order_return/static/description/sum_returned_qty_over_initial.png +.. image:: https://raw.githubusercontent.com/pos_order_return/static/description/sum_returned_qty_over_initial.png * It is not possible to set a negative quantity if the initial Pos Order is not indicated: -.. image:: /pos_order_return/static/description/initial_pos_order_required.png +.. image:: https://raw.githubusercontent.com/pos_order_return/static/description/initial_pos_order_required.png Bug Tracker =========== diff --git a/pos_order_return/static/description/index.html b/pos_order_return/static/description/index.html index 6248487b..d0d956b6 100644 --- a/pos_order_return/static/description/index.html +++ b/pos_order_return/static/description/index.html @@ -396,7 +396,7 @@ A link is created between the returned Order Line and the initial Order Line.

In that case, a checkbox is possible on Product Form View to allow such case

-/pos_order_return/static/description/product_returnable_bottle.png +https://raw.githubusercontent.com/pos_order_return/static/description/product_returnable_bottle.png Try me on Runbot
@@ -404,23 +404,23 @@ products like returnable products, etc.

Select an PoS Order an choose either Return Products (full return of the order) or Partial Return. In this case, a wizard allows to select just some products and quantities to return:

-/pos_order_return/static/description/partial_return_wizard.png +https://raw.githubusercontent.com/pos_order_return/static/description/partial_return_wizard.png

Register the refund payment to finish the return. If the original order was invoiced, a refund invoice will be made.

Implemented Constraints

-/pos_order_return/static/description/returned_qty_over_initial.png +https://raw.githubusercontent.com/pos_order_return/static/description/returned_qty_over_initial.png -/pos_order_return/static/description/sum_returned_qty_over_initial.png +https://raw.githubusercontent.com/pos_order_return/static/description/sum_returned_qty_over_initial.png -/pos_order_return/static/description/initial_pos_order_required.png +https://raw.githubusercontent.com/pos_order_return/static/description/initial_pos_order_required.png

Bug Tracker