mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 14:31:59 +02:00
13 lines
653 B
ReStructuredText
13 lines
653 B
ReStructuredText
Validating some operations is a common need across different areas in a company
|
|
and sometimes it also involves several people and stages in the process. With
|
|
this module you will be able to define your custom validation workflows for
|
|
any Odoo document.
|
|
|
|
This module does not provide a functionality by itself but an abstract model
|
|
to implement a validation process based on tiers on other models (e.g.
|
|
purchase orders, sales orders, budgets, expenses...).
|
|
|
|
**Note:** To be able to use this module in a new model you will need some
|
|
development.
|
|
|
|
See `purchase_tier_validation <https://github.com/OCA/purchase-workflow>`_ as an example of implementation.
|