~openerp-dev/openobject-server/trunk-refactor-workflow-stw

Viewing all changes in revision 4977.

  • Committer: Stephane Wirtel
  • Date: 2013-10-23 12:53:43 UTC
  • Revision ID: stw@openerp.com-20131023125343-uo0bq52n86ae0fb0
[REF] First step, use the same vocabulary for the cr, uid, res_type and res_id
=> Session, Record.
* a Session is a container of one cursor and one user 
* a Record is a container for the res_type and res_id, in this object, the right
  names are model and id.

Examples:

session = Session(cr, uid)
record = Record(res_type, res_id)
record.mode, record.id

A new class named 'WorkflowService' is a wrapper for the instance.* functions.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: