mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-19 08:52:06 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
* Mourad EL HADJ MIMOUNE <mourad.elhadj.mimoune@akretion.com>
|
||||
* Kitti U. <kittiu@ecosoft.co.th>
|
||||
* Alexei Rivera <arivera@archeti.com> (migration to 15.0)
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
This module provide abstract models to manage customizable
|
||||
substates to be applied on different models (sale order, purchase, ...).
|
||||
|
||||
example:
|
||||
--------
|
||||
|
||||
* for the quotation state of a sale order we can define 3 substates "In negotiation",
|
||||
"Won" and "Lost".
|
||||
* We can also send mail when the substate is reached.
|
||||
|
||||
It is not useful by itself. You can see an example of implementation
|
||||
in the 'purchase_substate' module. (purchase-workflow repository).
|
||||
|
|
@ -0,0 +1 @@
|
|||
#. You must install an application module depending this one (for example purchase_substate)
|
||||
Loading…
Add table
Add a link
Reference in a new issue