forked from OCA/purchase-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Pierrick Brun
committed
Apr 17, 2020
1 parent
8fb01a7
commit 299c359
Showing
4 changed files
with
30 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters