Commit 1f766b45 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Added acquisition from parent value if not defined

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13018 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0cef975e
......@@ -37,6 +37,13 @@ class Codification:
'id' : 'codification',
'description' : 'a string which can be used to identify a category',
'type' : 'string',
'acquisition_base_category' : ('parent',),
'acquisition_portal_type' : ('Category',),
'acquisition_copy_value' : 0,
'acquisition_mask_value' : 1,
'acquisition_sync_value' : 0,
'acquisition_accessor_id' : 'getCodification',
'acquisition_depends' : None,
'mode' : 'w',
},
)
......
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