Commit 08c4fb99 authored by Jérome Perrin's avatar Jérome Perrin

make Bank Account and Credit Card member of node payment portal type group


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5644 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 60f9555f
......@@ -83,7 +83,9 @@
<item>
<key> <string>group_list</string> </key>
<value>
<tuple/>
<tuple>
<string>payment_node</string>
</tuple>
</value>
</item>
<item>
......
......@@ -36,6 +36,10 @@
<list/>
</value>
</item>
<item>
<key> <string>acquire_local_roles</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>allowed_content_types</string> </key>
<value>
......@@ -58,8 +62,7 @@
</item>
<item>
<key> <string>description</string> </key>
<value> <string>\n
A bank account number holds a collection of numbers and codes\n
<value> <string> A bank account number holds a collection of numbers and codes\n
(ex. SWIFT, RIB, etc.) which may be used to identify a bank account.\n
\n
A Bank Account is owned by a Person or an Organisation. A Bank Account\n
......@@ -73,6 +76,18 @@
<key> <string>factory</string> </key>
<value> <string>addBankAccount</string> </value>
</item>
<item>
<key> <string>filter_content_types</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>group_list</string> </key>
<value>
<tuple>
<string>payment_node</string>
</tuple>
</value>
</item>
<item>
<key> <string>hidden_content_type_list</string> </key>
<value>
......@@ -83,12 +98,20 @@
<key> <string>id</string> </key>
<value> <string>Credit Card</string> </value>
</item>
<item>
<key> <string>init_script</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>property_sheet_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
......
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