misc/migration/3.5.10_Any.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 16 Sep 2010 13:38:49 +0200
branchstable
changeset 6263 e91ac6e95116
parent 3977 5c84c6df6798
child 8798 cdab3aadc679
permissions -rw-r--r--
[propagation hooks] support to skip some relation when propagating to linked entities. Proper renaming and enhance documentation on the way

sync_schema_props_perms('state_of')
sync_schema_props_perms('transition_of')
for etype in ('State', 'BaseTransition', 'Transition', 'WorkflowTransition'):
    sync_schema_props_perms((etype, 'name', 'String'))