mirror of
https://github.com/bringout/oca-workflow-process.git
synced 2026-04-23 05:12:05 +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,4 @@
|
|||
* `Camptocamp <https://www.camptocamp.com>`_:
|
||||
|
||||
* Thomas Nowicki <thomas.nowicki@camptocamp.com>
|
||||
* Bojan Anchev <bojan.anchev@camptocamp.com>
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
This module adds a wizard to merge purchase order.
|
||||
|
||||
|
||||
A wizard that can be called from tree view of purchase orders.
|
||||
If merge criteria are validate:
|
||||
All lines of all PO are "transferred" to the first one and some information like 'origin' and 'partner_ref' are concatenated.
|
||||
We post a message on the chatter to indicate when the merge operation occurs and what were the PO concerned.
|
||||
The empty PO are "canceled"
|
||||
|
||||
Merge criteria:
|
||||
* PO are from the same supplier
|
||||
* PO are in state 'draft'
|
||||
* PO have the same
|
||||
#. currency
|
||||
#. picking type
|
||||
#. incoterms
|
||||
#. payment terms
|
||||
#. fiscal position
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
To use this module, you need to:
|
||||
|
||||
#. Merge purchase order with required criteria
|
||||
Loading…
Add table
Add a link
Reference in a new issue