Commit 27b18caa authored by Yusei Tahara's avatar Yusei Tahara

2007-12-10 Yusei

* Hide document tab on person document if erp5_dms is installed.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18171 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 36673386
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.CMFCore.ActionInformation</string>
<string>ActionInformation</string>
</tuple>
<none/>
<global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -30,7 +27,9 @@
</item>
<item>
<key> <string>condition</string> </key>
<value> <string></string> </value>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -70,11 +69,8 @@
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.CMFCore.Expression</string>
<string>Expression</string>
</tuple>
<none/>
<global name="Expression" module="Products.CMFCore.Expression"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -86,4 +82,20 @@
</dictionary>
</pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<global name="Expression" module="Products.CMFCore.Expression"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python:getattr(portal, \'document_module\', None) is None</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
2007-12-10 Yusei
* Hide document tab on person document if erp5_dms is installed.
2007-11-19 Yusei
* switch off acquire_local_roles on Assignment, Currency, Bank Account.
......
258
\ No newline at end of file
259
\ 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