Commit 485f8e33 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

allow specialise category in line level, and allow acquisition from parent in...

allow specialise category in line level, and allow acquisition from parent in order type and delivery type for specialise base category.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34853 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8f806f34
......@@ -74,5 +74,5 @@ class Movement:
'mode' : 'w' },
)
_categories = ('order', Expression('python: portal.getPortalVariationBaseCategoryList()'))
_categories = ('order', 'specialise', Expression('python: portal.getPortalVariationBaseCategoryList()'))
# XXX Please check if it is meaningful to add order cat to all movemements ?
......@@ -34,7 +34,9 @@
<item>
<key> <string>acquisition_base_category</string> </key>
<value>
<tuple/>
<tuple>
<string>parent</string>
</tuple>
</value>
</item>
<item>
......@@ -53,7 +55,7 @@
</item>
<item>
<key> <string>acquisition_portal_type</string> </key>
<value> <string>python: []</string> </value>
<value> <string>python:list(portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList())</string> </value>
</item>
<item>
<key> <string>acquisition_sync_value</string> </key>
......
2010-04-29 kazuhiko
* Allow acquisition from parent in order type and delivery type for specialise base category.
2010-04-07 ivan
* Add captcha form field to library
......
1573
\ No newline at end of file
1574
\ No newline at end of file
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