mirror of
https://github.com/bringout/oca-workflow-process.git
synced 2026-04-21 03:12:03 +02:00
Initial commit: OCA Workflow Process packages (456 packages)
This commit is contained in:
commit
d366e42934
18799 changed files with 1284507 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
* Sébastien BEAU <sebastien.beau@akretion.com>
|
||||
* Mourad EL HADJ MIMOUNE <mourad.elhadj.mimoune@akretion.com>
|
||||
* Pierrick Brun <pierrick.brun@akretion.com>
|
||||
* Kevin Khao <kevin.khao@akretion.com>
|
||||
|
||||
* `Sygel <https://www.sygel.es>`_:
|
||||
|
||||
* Ángel García de la Chica Herrera <angel.garcia@sygel.es>
|
||||
|
|
@ -0,0 +1 @@
|
|||
This module allows to add easily products into the purchase order (mass line add/update).
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
A note on dependencies: this module depends on stock. Mainly, for displaying qty_available of a product.
|
||||
To avoid this dependency, this module could be split.
|
||||
|
||||
Compatibility note: purchase_order_type could be compatible as far as functionality goes, but not
|
||||
for tests (adding a new required field breaks our usage of Form).
|
||||
|
|
@ -0,0 +1,28 @@
|
|||
|
||||
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
|
||||
:width: 800 px
|
||||
:alt: Purchase order create
|
||||
|
||||
|
|
||||
|
||||
.. image:: ../static/description/02_purchase_order_add_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/03_purchase_order_updated.png
|
||||
:width: 800 px
|
||||
:alt: Purchase order updated
|
||||
|
||||
|
|
||||
|
||||
.. image:: ../static/description/04_purchase_order_update_product_qty.png
|
||||
:width: 800 px
|
||||
:alt: Purchase order update product qty.
|
||||
Loading…
Add table
Add a link
Reference in a new issue