server/test/data-cwep002/schema.py
changeset 10907 9ae707db5265
parent 10553 1d824df4f2bd
equal deleted inserted replaced
10906:e1ce0866afe9 10907:9ae707db5265
    31                        'P works_for X, P salary SA')
    31                        'P works_for X, P salary SA')
    32 
    32 
    33 class has_employee(ComputedRelation):
    33 class has_employee(ComputedRelation):
    34     rule = 'O works_for S'
    34     rule = 'O works_for S'
    35     __permissions__ = {'read': ('managers',)}
    35     __permissions__ = {'read': ('managers',)}
    36