Browse Source

[UPD] README.rst

pull/481/head
OCA-git-bot 4 years ago
parent
commit
a33f806ecc
  1. 14
      pos_order_return/README.rst
  2. 11
      pos_order_return/static/description/index.html

14
pos_order_return/README.rst

@ -48,11 +48,7 @@ products like returnable products, etc.
In that case, a checkbox is possible on Product Form View to allow such case
.. 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
:target: https://runbot.odoo-community.org/runbot/184/10.0
.. image:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_order_return/static/description/product_returnable_bottle.png
Usage
=====
@ -61,7 +57,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:: https://raw.githubusercontent.com/pos_order_return/static/description/partial_return_wizard.png
.. image:: https://raw.githubusercontent.com/OCA/pos/12.0/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 +66,16 @@ invoiced, a refund invoice will be made.
* User can not return more products than the initial quantity:
.. image:: https://raw.githubusercontent.com/pos_order_return/static/description/returned_qty_over_initial.png
.. image:: https://raw.githubusercontent.com/OCA/pos/12.0/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:: https://raw.githubusercontent.com/pos_order_return/static/description/sum_returned_qty_over_initial.png
.. image:: https://raw.githubusercontent.com/OCA/pos/12.0/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:: https://raw.githubusercontent.com/pos_order_return/static/description/initial_pos_order_required.png
.. image:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_order_return/static/description/initial_pos_order_required.png
Known issues / Roadmap
======================

11
pos_order_return/static/description/index.html

@ -397,31 +397,30 @@ A link is created between the returned Order Line and the initial Order Line.</p
in a PoS Order, without mentioning initial order. This can happen for special
products like returnable products, etc.</p>
<p>In that case, a checkbox is possible on Product Form View to allow such case</p>
<img alt="https://raw.githubusercontent.com/pos_order_return/static/description/product_returnable_bottle.png" src="https://raw.githubusercontent.com/pos_order_return/static/description/product_returnable_bottle.png" />
<a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/184/10.0"><img alt="Try me on Runbot" src="https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas" /></a>
<img alt="https://raw.githubusercontent.com/OCA/pos/12.0/pos_order_return/static/description/product_returnable_bottle.png" src="https://raw.githubusercontent.com/OCA/pos/12.0/pos_order_return/static/description/product_returnable_bottle.png" />
</div>
<div class="section" id="usage">
<h1><a class="toc-backref" href="#id2">Usage</a></h1>
<p>Select an PoS Order an choose either <em>Return Products</em> (full return of the
order) or <em>Partial Return</em>. In this case, a wizard allows to select just some
products and quantities to return:</p>
<img alt="https://raw.githubusercontent.com/pos_order_return/static/description/partial_return_wizard.png" src="https://raw.githubusercontent.com/pos_order_return/static/description/partial_return_wizard.png" />
<img alt="https://raw.githubusercontent.com/OCA/pos/12.0/pos_order_return/static/description/partial_return_wizard.png" src="https://raw.githubusercontent.com/OCA/pos/12.0/pos_order_return/static/description/partial_return_wizard.png" />
<p>Register the refund payment to finish the return. If the original order was
invoiced, a refund invoice will be made.</p>
<p><strong>Implemented Constraints</strong></p>
<ul class="simple">
<li>User can not return more products than the initial quantity:</li>
</ul>
<img alt="https://raw.githubusercontent.com/pos_order_return/static/description/returned_qty_over_initial.png" src="https://raw.githubusercontent.com/pos_order_return/static/description/returned_qty_over_initial.png" />
<img alt="https://raw.githubusercontent.com/OCA/pos/12.0/pos_order_return/static/description/returned_qty_over_initial.png" src="https://raw.githubusercontent.com/OCA/pos/12.0/pos_order_return/static/description/returned_qty_over_initial.png" />
<ul class="simple">
<li>If a line has been partially refund, only a reduced quantity can be returned:</li>
</ul>
<img alt="https://raw.githubusercontent.com/pos_order_return/static/description/sum_returned_qty_over_initial.png" src="https://raw.githubusercontent.com/pos_order_return/static/description/sum_returned_qty_over_initial.png" />
<img alt="https://raw.githubusercontent.com/OCA/pos/12.0/pos_order_return/static/description/sum_returned_qty_over_initial.png" src="https://raw.githubusercontent.com/OCA/pos/12.0/pos_order_return/static/description/sum_returned_qty_over_initial.png" />
<ul class="simple">
<li>It is not possible to set a negative quantity if the initial Pos Order is
not indicated:</li>
</ul>
<img alt="https://raw.githubusercontent.com/pos_order_return/static/description/initial_pos_order_required.png" src="https://raw.githubusercontent.com/pos_order_return/static/description/initial_pos_order_required.png" />
<img alt="https://raw.githubusercontent.com/OCA/pos/12.0/pos_order_return/static/description/initial_pos_order_required.png" src="https://raw.githubusercontent.com/OCA/pos/12.0/pos_order_return/static/description/initial_pos_order_required.png" />
</div>
<div class="section" id="known-issues-roadmap">
<h1><a class="toc-backref" href="#id3">Known issues / Roadmap</a></h1>

Loading…
Cancel
Save