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

Created by Stephane Wirtel (OpenERP) and last modified
Get this branch:
bzr branch lp:~openerp-dev/openobject-server/trunk-refactor-workflow-stw
Members of OpenERP R&D Team can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
OpenERP R&D Team
Project:
Odoo Server (MOVED TO GITHUB)
Status:
Merged

Recent revisions

4981. By Stephane Wirtel (OpenERP)

[REF] Start to abstract the Workflow engine

4980. By Stephane Wirtel (OpenERP)

[REF] Create a WorkflowItem object

4979. By Stephane Wirtel (OpenERP)

[REF] Remove the useless wkf_expr.py file and copy it into workitem.py

4978. By Stephane Wirtel (OpenERP)

[REF] Remove old code from the workflow engine

4977. By Stephane Wirtel (OpenERP)

[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.

4976. By Nicolas Vanhoren (OpenERP)

[MERGE] saas2

4975. By Christophe Simonis (OpenERP)

[IMP] module loading: run post- migration scripts before running the tests. This allow migration of demo databases

4974. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

4973. By Antony Lesuisse (OpenERP)

[FIX] debian deps, recommend antiword and python-gevent

4972. By Antony Lesuisse (OpenERP)

[FIX] fcntl not needed on windows

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:openobject-server
This branch contains Public information 
Everyone can see this information.

Subscribers