From 8eb9987b0ea3d437596473c98c71958dd4a697c8 Mon Sep 17 00:00:00 2001 From: Vo Minh Thu Date: Fri, 25 Jan 2013 16:50:56 +0100 Subject: [PATCH] [DOC] Started workflow (technical) documentation. bzr revid: vmt@openerp.com-20130125155056-9b1nizd4yfsfnd6a --- doc/workflows.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/workflows.rst diff --git a/doc/workflows.rst b/doc/workflows.rst new file mode 100644 index 00000000000..61a58575c9b --- /dev/null +++ b/doc/workflows.rst @@ -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()