Hello tag_create check whether the workflow system for this model has to be invoked or not
tag_validate checks that current state is this, on doing this action what will be the next possible states so, if all comes fine, its validated and workflow will progress towards to next state. wkf_instances is for workflow instances means if u create any new record of an object which has workflow associated with it than one instance of that workflow is created and it keeps track that currently it is active or completed for that record. wkf_workitem keeps track of the particular activity in the workflow. _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
