hooks/syncschema.py
changeset 3402 434946bb5356
parent 3400 93fc0070673a
child 3403 715d691280ad
equal deleted inserted replaced
3401:f893f4f199fc 3402:434946bb5356
   796     * add owned_by relation by creating the necessary CWRelation entity
   796     * add owned_by relation by creating the necessary CWRelation entity
   797     * register an operation to add the entity type to the instance's
   797     * register an operation to add the entity type to the instance's
   798       schema on commit
   798       schema on commit
   799     """
   799     """
   800     __regid__ = 'syncaddcwetype'
   800     __regid__ = 'syncaddcwetype'
   801     events = ('before_add_entity',)
   801     events = ('after_add_entity',)
   802 
   802 
   803     def __call__(self):
   803     def __call__(self):
   804         entity = self.entity
   804         entity = self.entity
   805         if entity.get('final'):
   805         if entity.get('final'):
   806             return
   806             return