[IMP] doc: add missing documentation on new methods
authorRaphael Collet <rco@openerp.com>
Wed, 13 Feb 2013 15:27:56 +0000 (16:27 +0100)
committerRaphael Collet <rco@openerp.com>
Wed, 13 Feb 2013 15:27:56 +0000 (16:27 +0100)
bzr revid: rco@openerp.com-20130213152756-asq8oalkorn4nr1b

doc/orm-methods.rst

index 6085a12..fb8c461 100644 (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: