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