Commit 3947ed44 authored by Romain Courteaud's avatar Romain Courteaud

Add property p_variation_base_category for compatibility.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4282 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fe02b9e1
......@@ -188,6 +188,14 @@ class Resource:
'type' : 'text',
'default' : '',
'mode' : 'w' },
# Pricing
{ 'id' : 'p_variation_base_category',
# XXX Compatibility
'description' : 'Base category range of matrix',
'type' : 'lines',
'default' : [],
'multivalued' : 1,
'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