src/pyams_thesaurus/interfaces/term.py
changeset 87 dfe19304d980
parent 0 47700a43ef3f
equal deleted inserted replaced
86:04f176e237cc 87:dfe19304d980
    75                 required=False)
    75                 required=False)
    76 
    76 
    77     generic = ThesaurusTermField(title=_("Generic term"),
    77     generic = ThesaurusTermField(title=_("Generic term"),
    78                                  description=_("Parent generic term of the current term"),
    78                                  description=_("Parent generic term of the current term"),
    79                                  required=False)
    79                                  required=False)
       
    80 
       
    81     order = Int(title=_("Order"),
       
    82                 description=_("Term's position between it's siblings; default terms order is alphabetical"),
       
    83                 required=False)
    80 
    84 
    81     specifics = ThesaurusTermsListField(title=_("Specifics terms"),
    85     specifics = ThesaurusTermsListField(title=_("Specifics terms"),
    82                                         description=_("Child more specifics terms of the current term"),
    86                                         description=_("Child more specifics terms of the current term"),
    83                                         required=False)
    87                                         required=False)
    84 
    88