Commit 3759dfaf authored by Łukasz Nowak's avatar Łukasz Nowak

- add resource use virtual category

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26712 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2dd1fdd0
<?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>resource</string>
</tuple>
</value>
</item>
<item>
<key> <string>acquisition_portal_type</string> </key>
<value> <string>python:()</string> </value>
</item>
<item>
<key> <string>categories</string> </key>
<value>
<tuple>
<string>resource_use</string>
</tuple>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>fallback_base_category</string> </key>
<value>
<tuple>
<string>use</string>
</tuple>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>resource_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>Resource Use</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
591
\ No newline at end of file
594
\ No newline at end of file
......@@ -23,6 +23,7 @@ payment_mode
predecessor
price_currency
region
resource_use
role
salary_level
site
......
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