Commit 863958b6 authored by Jérome Perrin's avatar Jérome Perrin

added grouping reference in property sheet


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3301 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0fc11df4
...@@ -74,6 +74,10 @@ class Movement: ...@@ -74,6 +74,10 @@ class Movement:
'acquisition_depends' : None, 'acquisition_depends' : None,
'alt_accessor_id' : ('_categoryGetOrderRelativeUrl', ), 'alt_accessor_id' : ('_categoryGetOrderRelativeUrl', ),
'mode' : 'w' }, 'mode' : 'w' },
{ 'id' : 'grouping_reference',
'description' : 'A reference which allows to unify multiple objects',
'type' : 'string',
'mode' : 'w' },
) )
_categories = ('order', Expression('python: portal.getPortalVariationBaseCategoryList()')) _categories = ('order', Expression('python: portal.getPortalVariationBaseCategoryList()'))
......
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