[DOC] Started workflow (technical) documentation.

bzr revid: vmt@openerp.com-20130125155056-9b1nizd4yfsfnd6a
This commit is contained in:
Vo Minh Thu 2013-01-25 16:50:56 +01:00
parent 4144c0fc76
commit 8eb9987b0e
1 changed files with 13 additions and 0 deletions

13
doc/workflows.rst Normal file
View File

@ -0,0 +1,13 @@
.. _workflows:
Workflows
=========
- Low-level workflow functions (i.e. the openerp.workflow "service").
Useful when looking-up a model and its records is not necessary, i.e. when
working with raw model name and record ids is preferred (less hit to the
database). Cannot really be used as it would bypass the ORM methods.
- Model-level (ORM) methods.
- XML-RPC endpoint and methods.
- Blah Model.signal_xxxx()