Commit 9c6343e0 authored by Łukasz Nowak's avatar Łukasz Nowak

- category used to distinguish resources by its usage

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26469 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4bff38ea
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="BaseCategory" module="Products.ERP5Type.Document.BaseCategory"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>acquisition_base_category</string> </key>
<value>
<tuple>
<string>delivery</string>
<string>order</string>
<string>parent</string>
<string>resource</string>
</tuple>
</value>
</item>
<item>
<key> <string>acquisition_portal_type</string> </key>
<value> <string>python: list(portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalInvoiceTypeList() + portal.getPortalResourceTypeList())</string> </value>
</item>
<item>
<key> <string>categories</string> </key>
<value>
<tuple>
<string>use</string>
</tuple>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string>Defines resources utilisation in system, allows to\n
distinguish resources by its usage - sell able, purchasable, taxes,\n
discount, any other special utilisation.</string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>use</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Base Category</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>use</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
586
\ No newline at end of file
587
\ No newline at end of file
......@@ -31,4 +31,5 @@ source_carrier
source_referral
source_region
specialise
subordination
\ No newline at end of file
subordination
use
\ 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