server/test/data/extern_mapping.py
branchstable
changeset 4212 ab6573088b4a
parent 1977 606923dff11b
child 5421 8167de96c523
equal deleted inserted replaced
4210:9d9be21640ac 4212:ab6573088b4a
     1 """
     1 """
     2 
     2 
     3 :organization: Logilab
     3 :organization: Logilab
     4 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
     4 :copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
     5 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     5 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     6 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
     6 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
     7 """
     7 """
     8 support_entities = {'Card': True, 'Affaire': True, 'State': True}
     8 support_entities = {'Card': True, 'Affaire': True, 'State': True}
     9 support_relations = {'in_state': True, 'documented_by': True, 'multisource_inlined_rel': True}
     9 support_relations = {'in_state': True, 'documented_by': True, 'multisource_inlined_rel': True}