[DOC] Started workflow (technical) documentation.
authorVo Minh Thu <vmt@openerp.com>
Fri, 25 Jan 2013 15:50:56 +0000 (16:50 +0100)
committerVo Minh Thu <vmt@openerp.com>
Fri, 25 Jan 2013 15:50:56 +0000 (16:50 +0100)
bzr revid: vmt@openerp.com-20130125155056-9b1nizd4yfsfnd6a

doc/workflows.rst [new file with mode: 0644]

diff --git a/doc/workflows.rst b/doc/workflows.rst
new file mode 100644 (file)
index 0000000..61a5857
--- /dev/null
@@ -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()