Commit 36826138 authored by Jean-Paul Smets's avatar Jean-Paul Smets

initial release


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@862 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent de0a3eae
......@@ -33,6 +33,16 @@ class Domain:
"""
_properties = (
# Optional reporting methods to extend predicate
{ 'id' : 'select_method_id',
'description' : 'A method (python, SQL) to select objects which satisfy the predicate',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'stat_method_id',
'description' : 'A method (python, SQL) to calculate statistics on selected objects',
'type' : 'string',
'mode' : 'w' },
# Legacy - now same with predicate
{ 'id' : 'domain_base_category',
'storage_id' : 'domain_base_category_list', # Compatibility
'description' : 'The acceptable range of discrete variation',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment