mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-19 09:12:02 +02:00
12 lines
449 B
ReStructuredText
12 lines
449 B
ReStructuredText
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).
|