Commit 5c88e154 authored by Jérome Perrin's avatar Jérome Perrin

Set acquisition on price_currency category



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7512 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 74d657ab
......@@ -42,9 +42,17 @@
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
</value>
</item>
<item>
<key> <string>acquisition_base_category</string> </key>
<value>
<tuple>
<string>parent</string>
</tuple>
</value>
</item>
<item>
<key> <string>acquisition_portal_type</string> </key>
<value> <string>python: []</string> </value>
<value> <string>python: list( portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalInvoiceTypeList() + portal.getPortalSupplyTypeList() + portal.getPortalSupplyPathTypeList() + (\'Currency\', ))</string> </value>
</item>
<item>
<key> <string>categories</string> </key>
......@@ -54,6 +62,12 @@
</tuple>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>price_currency</string> </value>
......
2006-05-29 jerome
* Set acquisition on price_currency category
2006-05-15 jerome
* removed 'transactions' view from Bank Account ptype. It is part of erp5_accounting.
......
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