[IMP] doc: add missing documentation on new methods

bzr revid: rco@openerp.com-20130213152756-asq8oalkorn4nr1b
This commit is contained in:
Raphael Collet 2013-02-13 16:27:56 +01:00
parent e3744cfdc8
commit 4af2877725
1 changed files with 10 additions and 0 deletions

View File

@ -27,9 +27,19 @@ way.)
This is used instead of ``LocalService('workflow').trg_delete()``.
.. automethod:: BaseModel.step_workflow
:noindex:
This is used instead of ``LocalService('workflow').trg_write()``.
.. automethod:: BaseModel.redirect_workflow
:noindex:
.. automethod:: BaseModel.signal_workflow
:noindex:
This is used instead of ``LocalService('workflow').trg_validate()``.
.. method:: BaseModel.signal_xxx(cr, uid, ids)
:noindex: