Skip to content

Commit

Permalink
[FIX] readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierrick Brun committed Apr 17, 2020
1 parent 8fb01a7 commit 299c359
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 25 deletions.
27 changes: 17 additions & 10 deletions purchase_quick/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,32 +38,28 @@ Usage

Inside a purchase order, you can click on "Add products", to open a product tree view, then update "qty to purchase" field.

.. image:: https://raw.githubusercontent.com/OCA/purchase-workflow/12.0/purchase_quick/static/description/01_purchase_order_create.png
.. image:: https://raw.githubusercontent.com/OCA/purchase-workflow/12.0/purchase_quick/static/description/po.png
:width: 800 px
:alt: Purchase order create

|
.. image:: https://raw.githubusercontent.com/OCA/purchase-workflow/12.0/purchase_quick/static/description/02_purchase_order_add_product.png
.. image:: https://raw.githubusercontent.com/OCA/purchase-workflow/12.0/purchase_quick/static/description/po-product.png
:width: 800 px
:alt: Purchase order Add product

|
The update of "qty to purchase" will add new purchase line or update the existing line. If qty to purchase is 0 it purchase line will deleted if it exists.
.. image:: https://raw.githubusercontent.com/OCA/purchase-workflow/12.0/purchase_quick/static/description/filter.png
:width: 800 px
:alt: Filter products

|
.. image:: https://raw.githubusercontent.com/OCA/purchase-workflow/12.0/purchase_quick/static/description/03_purchase_order_updated.png
:width: 800 px
:alt: Purchase order updated
The update of "qty to purchase" will add new purchase line or update the existing line. If qty to purchase is 0 it purchase line will deleted if it exists.

|
.. image:: https://raw.githubusercontent.com/OCA/purchase-workflow/12.0/purchase_quick/static/description/04_purchase_order_update_product_qty.png
:width: 800 px
:alt: Purchase order update product qty.

Known issues / Roadmap
======================

Expand Down Expand Up @@ -109,6 +105,17 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

.. |maintainer-PierrickBrun| image:: https://github.com/PierrickBrun.png?size=40px
:target: https://github.com/PierrickBrun
:alt: PierrickBrun
.. |maintainer-bealdav| image:: https://github.com/bealdav.png?size=40px
:target: https://github.com/bealdav
:alt: bealdav

Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-PierrickBrun| |maintainer-bealdav|

This module is part of the `OCA/purchase-workflow <https://github.com/OCA/purchase-workflow/tree/12.0/purchase_quick>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions purchase_quick/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
"depends": ["base_product_mass_addition", "purchase"],
"data": ["views/purchase_view.xml", "views/product_view.xml"],
"installable": True,
"maintainers": ["PierrickBrun", "bealdav"],
}
16 changes: 6 additions & 10 deletions purchase_quick/readme/USAGE.rst
Original file line number Diff line number Diff line change
@@ -1,28 +1,24 @@

Inside a purchase order, you can click on "Add products", to open a product tree view, then update "qty to purchase" field.

.. image:: ../static/description/01_purchase_order_create.png
.. image:: ../static/description/po.png
:width: 800 px
:alt: Purchase order create

|
.. image:: ../static/description/02_purchase_order_add_product.png
.. image:: ../static/description/po-product.png
:width: 800 px
:alt: Purchase order Add product

|
The update of "qty to purchase" will add new purchase line or update the existing line. If qty to purchase is 0 it purchase line will deleted if it exists.
.. image:: ../static/description/filter.png
:width: 800 px
:alt: Filter products

|
.. image:: ../static/description/03_purchase_order_updated.png
:width: 800 px
:alt: Purchase order updated
The update of "qty to purchase" will add new purchase line or update the existing line. If qty to purchase is 0 it purchase line will deleted if it exists.

|
.. image:: ../static/description/04_purchase_order_update_product_qty.png
:width: 800 px
:alt: Purchase order update product qty.
11 changes: 6 additions & 5 deletions purchase_quick/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,23 +386,22 @@ <h1 class="title">Quick Purchase order</h1>
<div class="section" id="usage">
<h1><a class="toc-backref" href="#id1">Usage</a></h1>
<p>Inside a purchase order, you can click on “Add products”, to open a product tree view, then update “qty to purchase” field.</p>
<img alt="Purchase order create" src="https://raw.githubusercontent.com/OCA/purchase-workflow/12.0/purchase_quick/static/description/01_purchase_order_create.png" style="width: 800px;" />
<img alt="Purchase order create" src="https://raw.githubusercontent.com/OCA/purchase-workflow/12.0/purchase_quick/static/description/po.png" style="width: 800px;" />
<div class="line-block">
<div class="line"><br /></div>
</div>
<img alt="Purchase order Add product" src="https://raw.githubusercontent.com/OCA/purchase-workflow/12.0/purchase_quick/static/description/02_purchase_order_add_product.png" style="width: 800px;" />
<img alt="Purchase order Add product" src="https://raw.githubusercontent.com/OCA/purchase-workflow/12.0/purchase_quick/static/description/po-product.png" style="width: 800px;" />
<div class="line-block">
<div class="line"><br /></div>
</div>
<p>The update of “qty to purchase” will add new purchase line or update the existing line. If qty to purchase is 0 it purchase line will deleted if it exists.</p>
<img alt="Filter products" src="https://raw.githubusercontent.com/OCA/purchase-workflow/12.0/purchase_quick/static/description/filter.png" style="width: 800px;" />
<div class="line-block">
<div class="line"><br /></div>
</div>
<img alt="Purchase order updated" src="https://raw.githubusercontent.com/OCA/purchase-workflow/12.0/purchase_quick/static/description/03_purchase_order_updated.png" style="width: 800px;" />
<p>The update of “qty to purchase” will add new purchase line or update the existing line. If qty to purchase is 0 it purchase line will deleted if it exists.</p>
<div class="line-block">
<div class="line"><br /></div>
</div>
<img alt="Purchase order update product qty." src="https://raw.githubusercontent.com/OCA/purchase-workflow/12.0/purchase_quick/static/description/04_purchase_order_update_product_qty.png" style="width: 800px;" />
</div>
<div class="section" id="known-issues-roadmap">
<h1><a class="toc-backref" href="#id2">Known issues / Roadmap</a></h1>
Expand Down Expand Up @@ -441,6 +440,8 @@ <h2><a class="toc-backref" href="#id7">Maintainers</a></h2>
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.</p>
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainers</a>:</p>
<p><a class="reference external" href="https://github.com/PierrickBrun"><img alt="PierrickBrun" src="https://github.com/PierrickBrun.png?size=40px" /></a> <a class="reference external" href="https://github.com/bealdav"><img alt="bealdav" src="https://github.com/bealdav.png?size=40px" /></a></p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/purchase-workflow/tree/12.0/purchase_quick">OCA/purchase-workflow</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
Expand Down

0 comments on commit 299c359

Please sign in to comment.