Commit 3faa3b35 authored by Sebastien Robin's avatar Sebastien Robin

Bank Account must be part of erp5_banking due to security definition

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18042 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 07840990
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>action</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>category</string> </key>
<value> <string>object_view</string> </value>
</item>
<item>
<key> <string>condition</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>icon</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>transactions</string> </value>
</item>
<item>
<key> <string>permissions</string> </key>
<value>
<tuple>
<string>View</string>
</tuple>
</value>
</item>
<item>
<key> <string>priority</string> </key>
<value> <float>2.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Transactions</string> </value>
</item>
<item>
<key> <string>visible</string> </key>
<value> <int>1</int> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="Expression" module="Products.CMFCore.Expression"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/BankAccount_viewAccountingTransactionList</string> </value>
</item>
</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 encoding="cdata"><![CDATA[
python: len([x for x in ("banking/chef_comptable","banking/comptable", "banking/chef_section_comptable") if x in object.Baobab_getUserAssignedFunctionList()])>0 and object.getParentValue().getSite(base=1) in object.Baobab_getUserAssignedRootSiteList()
]]></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>action</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>category</string> </key>
<value> <string>object_view</string> </value>
</item>
<item>
<key> <string>condition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>icon</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>view</string> </value>
</item>
<item>
<key> <string>permissions</string> </key>
<value>
<tuple>
<string>View</string>
</tuple>
</value>
</item>
<item>
<key> <string>priority</string> </key>
<value> <float>1.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>View</string> </value>
</item>
<item>
<key> <string>visible</string> </key>
<value> <int>1</int> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="Expression" module="Products.CMFCore.Expression"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/BankAccount_view</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
...@@ -8,6 +8,9 @@ ...@@ -8,6 +8,9 @@
<portal_type id="Accounting Date Module"> <portal_type id="Accounting Date Module">
<item>Accounting Date</item> <item>Accounting Date</item>
</portal_type> </portal_type>
<portal_type id="Bank Account">
<item>Agent</item>
</portal_type>
<portal_type id="Cash Delivery Line"> <portal_type id="Cash Delivery Line">
<item>Cash Delivery Cell</item> <item>Cash Delivery Cell</item>
</portal_type> </portal_type>
......
...@@ -5,6 +5,9 @@ ...@@ -5,6 +5,9 @@
<portal_type id="Accounting Date"> <portal_type id="Accounting Date">
<item>site</item> <item>site</item>
</portal_type> </portal_type>
<portal_type id="Bank Account">
<item>site</item>
</portal_type>
<portal_type id="Cash Delivery Cell"> <portal_type id="Cash Delivery Cell">
<item>variation</item> <item>variation</item>
</portal_type> </portal_type>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_actions</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>_aliases</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_roles</string> </key>
<value>
<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>
<tuple/>
</value>
</item>
<item>
<key> <string>base_category_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>content_icon</string> </key>
<value> <string>document.gif</string> </value>
</item>
<item>
<key> <string>content_meta_type</string> </key>
<value> <string>ERP5 Bank Account</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<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
contain Agents with Agent Privileges used by the owner to delegate the\n
management of the bank account to trusted third-party Persons.\n
\n
BankAccount inherits from Base and from the mix-in Coordinate.\n
</string> </value>
</item>
<item>
<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>
<tuple/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Bank Account</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>
</ZopeData>
385 386
\ No newline at end of file \ No newline at end of file
...@@ -8,6 +8,8 @@ Accounting Date Module | print_pdf ...@@ -8,6 +8,8 @@ Accounting Date Module | print_pdf
Accounting Date Module | view Accounting Date Module | view
Accounting Date | remaining_operations Accounting Date | remaining_operations
Accounting Date | view Accounting Date | view
Bank Account | transactions
Bank Account | view
Banking Operation Line | print Banking Operation Line | print
Banking Operation Line | view Banking Operation Line | view
Banknote | view Banknote | view
......
Accounting Cancellation Module | Accounting Cancellation Accounting Cancellation Module | Accounting Cancellation
Accounting Cancellation | Accounting Cancellation Line Accounting Cancellation | Accounting Cancellation Line
Accounting Date Module | Accounting Date Accounting Date Module | Accounting Date
Bank Account | Agent
Cash Delivery Line | Cash Delivery Cell Cash Delivery Line | Cash Delivery Cell
Check Model | Check Model Type Variation Check Model | Check Model Type Variation
Check Module | Check Check Module | Check
......
Accounting Cancellation | site Accounting Cancellation | site
Accounting Date | site Accounting Date | site
Bank Account | site
Cash Delivery Cell | variation Cash Delivery Cell | variation
Check Model Type Variation | check_type Check Model Type Variation | check_type
Check Operation Line | aggregate_resource Check Operation Line | aggregate_resource
......
...@@ -3,6 +3,7 @@ Accounting Cancellation Line ...@@ -3,6 +3,7 @@ Accounting Cancellation Line
Accounting Cancellation Module Accounting Cancellation Module
Accounting Date Accounting Date
Accounting Date Module Accounting Date Module
Bank Account
Banking Operation Line Banking Operation Line
Banknote Banknote
Cash Delivery Cell Cash Delivery Cell
......
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