Commit 6b41cddc authored by Rafael Monnerat's avatar Rafael Monnerat

2008-12-02 rafael

* Disable Acquire Local Roles in Credit Card (as done in Bank Account)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24768 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fc8f238e
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
</item> </item>
<item> <item>
<key> <string>acquire_local_roles</string> </key> <key> <string>acquire_local_roles</string> </key>
<value> <int>1</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>allowed_content_types</string> </key> <key> <string>allowed_content_types</string> </key>
...@@ -93,6 +93,10 @@ ...@@ -93,6 +93,10 @@
<key> <string>init_script</string> </key> <key> <string>init_script</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>permission</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>property_sheet_list</string> </key> <key> <string>property_sheet_list</string> </key>
<value> <value>
......
2008-12-02 rafael
* Disable Acquire Local Roles in Credit Cards (as done in Bank Account)
2008-11-13 yusei 2008-11-13 yusei
* Start to develop version 5.4. * Start to develop version 5.4.
......
484 486
\ No newline at end of file \ 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