[Erp5-report] r8398 - in /erp5/trunk/bt5/erp5_banking_core: ActionTemplateItem/portal_types...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Jul 11 15:14:52 CEST 2006
Author: vincent
Date: Tue Jul 11 15:14:40 2006
New Revision: 8398
URL: http://svn.erp5.org?rev=8398&view=rev
Log:
Add checkbook model module to this BT.
Added:
erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model/
erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model%20Check%20Amount%20Variation/
erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model%20Check%20Amount%20Variation/metadata.xml
erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model%20Check%20Amount%20Variation/print.xml
erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model%20Check%20Amount%20Variation/view.xml
erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model%20Module/
erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model%20Module/list_ui.xml
erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model%20Module/sort_on.xml
erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model%20Module/view.xml
erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model/history.xml
erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model/metadata.xml
erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model/print.xml
erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model/view.xml
erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Checkbook%20Model%20Check%20Amount%20Variation.xml
erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Checkbook%20Model%20Module.xml
erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Checkbook%20Model.xml
Modified:
erp5/trunk/bt5/erp5_banking_core/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
erp5/trunk/bt5/erp5_banking_core/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
erp5/trunk/bt5/erp5_banking_core/bt/template_action_path_list
erp5/trunk/bt5/erp5_banking_core/bt/template_portal_type_allowed_content_type_list
erp5/trunk/bt5/erp5_banking_core/bt/template_portal_type_id_list
erp5/trunk/bt5/erp5_banking_core/bt/template_portal_type_property_sheet_list
Added: erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model%20Check%20Amount%20Variation/metadata.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%2520Model%2520Check%2520Amount%2520Variation/metadata.xml?rev=8398&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model%20Check%20Amount%20Variation/metadata.xml (added)
+++ erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model%20Check%20Amount%20Variation/metadata.xml Tue Jul 11 15:14:40 2006
@@ -1,0 +1,89 @@
+<?xml version="1.0"?>
+<ZopeData>
+ <record id="1" aka="AAAAAAAAAAE=">
+ <pickle>
+ <tuple>
+ <tuple>
+ <string>Products.CMFCore.ActionInformation</string>
+ <string>ActionInformation</string>
+ </tuple>
+ <none/>
+ </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>metadata</string> </value>
+ </item>
+ <item>
+ <key> <string>permissions</string> </key>
+ <value>
+ <tuple>
+ <string>Manage portal</string>
+ </tuple>
+ </value>
+ </item>
+ <item>
+ <key> <string>priority</string> </key>
+ <value> <float>3.0</float> </value>
+ </item>
+ <item>
+ <key> <string>title</string> </key>
+ <value> <string>Metadata</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>
+ <tuple>
+ <string>Products.CMFCore.Expression</string>
+ <string>Expression</string>
+ </tuple>
+ <none/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>text</string> </key>
+ <value> <string>string:${object_url}/metadata_edit</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+</ZopeData>
Added: erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model%20Check%20Amount%20Variation/print.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%2520Model%2520Check%2520Amount%2520Variation/print.xml?rev=8398&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model%20Check%20Amount%20Variation/print.xml (added)
+++ erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model%20Check%20Amount%20Variation/print.xml Tue Jul 11 15:14:40 2006
@@ -1,0 +1,89 @@
+<?xml version="1.0"?>
+<ZopeData>
+ <record id="1" aka="AAAAAAAAAAE=">
+ <pickle>
+ <tuple>
+ <tuple>
+ <string>Products.CMFCore.ActionInformation</string>
+ <string>ActionInformation</string>
+ </tuple>
+ <none/>
+ </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_print</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>print</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>Print</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>
+ <tuple>
+ <string>Products.CMFCore.Expression</string>
+ <string>Expression</string>
+ </tuple>
+ <none/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>text</string> </key>
+ <value> <string>string:${object_url}/Base_printPdf</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+</ZopeData>
Added: erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model%20Check%20Amount%20Variation/view.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%2520Model%2520Check%2520Amount%2520Variation/view.xml?rev=8398&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model%20Check%20Amount%20Variation/view.xml (added)
+++ erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model%20Check%20Amount%20Variation/view.xml Tue Jul 11 15:14:40 2006
@@ -1,0 +1,89 @@
+<?xml version="1.0"?>
+<ZopeData>
+ <record id="1" aka="AAAAAAAAAAE=">
+ <pickle>
+ <tuple>
+ <tuple>
+ <string>Products.CMFCore.ActionInformation</string>
+ <string>ActionInformation</string>
+ </tuple>
+ <none/>
+ </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>
+ <tuple>
+ <string>Products.CMFCore.Expression</string>
+ <string>Expression</string>
+ </tuple>
+ <none/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>text</string> </key>
+ <value> <string>string:${object_url}/CheckbookModelCheckAmountVariation_view</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+</ZopeData>
Added: erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model%20Module/list_ui.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%2520Model%2520Module/list_ui.xml?rev=8398&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model%20Module/list_ui.xml (added)
+++ erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model%20Module/list_ui.xml Tue Jul 11 15:14:40 2006
@@ -1,0 +1,89 @@
+<?xml version="1.0"?>
+<ZopeData>
+ <record id="1" aka="AAAAAAAAAAE=">
+ <pickle>
+ <tuple>
+ <tuple>
+ <string>Products.CMFCore.ActionInformation</string>
+ <string>ActionInformation</string>
+ </tuple>
+ <none/>
+ </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_ui</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>list_ui</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>3.0</float> </value>
+ </item>
+ <item>
+ <key> <string>title</string> </key>
+ <value> <string>Modify UI</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>
+ <tuple>
+ <string>Products.CMFCore.Expression</string>
+ <string>Expression</string>
+ </tuple>
+ <none/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>text</string> </key>
+ <value> <string>string:${object_url}/Base_viewUIDialog</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+</ZopeData>
Added: erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model%20Module/sort_on.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%2520Model%2520Module/sort_on.xml?rev=8398&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model%20Module/sort_on.xml (added)
+++ erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model%20Module/sort_on.xml Tue Jul 11 15:14:40 2006
@@ -1,0 +1,89 @@
+<?xml version="1.0"?>
+<ZopeData>
+ <record id="1" aka="AAAAAAAAAAE=">
+ <pickle>
+ <tuple>
+ <tuple>
+ <string>Products.CMFCore.ActionInformation</string>
+ <string>ActionInformation</string>
+ </tuple>
+ <none/>
+ </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_sort</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>sort_on</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>Sort</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>
+ <tuple>
+ <string>Products.CMFCore.Expression</string>
+ <string>Expression</string>
+ </tuple>
+ <none/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>text</string> </key>
+ <value> <string>string:${object_url}/Folder_viewSortOnDialog</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+</ZopeData>
Added: erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model%20Module/view.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%2520Model%2520Module/view.xml?rev=8398&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model%20Module/view.xml (added)
+++ erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model%20Module/view.xml Tue Jul 11 15:14:40 2006
@@ -1,0 +1,89 @@
+<?xml version="1.0"?>
+<ZopeData>
+ <record id="1" aka="AAAAAAAAAAE=">
+ <pickle>
+ <tuple>
+ <tuple>
+ <string>Products.CMFCore.ActionInformation</string>
+ <string>ActionInformation</string>
+ </tuple>
+ <none/>
+ </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>
+ <tuple>
+ <string>Products.CMFCore.Expression</string>
+ <string>Expression</string>
+ </tuple>
+ <none/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>text</string> </key>
+ <value> <string>string:${object_url}/CheckbookModelModule_viewCheckbookModelList</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+</ZopeData>
Added: erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model/history.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%2520Model/history.xml?rev=8398&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model/history.xml (added)
+++ erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model/history.xml Tue Jul 11 15:14:40 2006
@@ -1,0 +1,89 @@
+<?xml version="1.0"?>
+<ZopeData>
+ <record id="1" aka="AAAAAAAAAAE=">
+ <pickle>
+ <tuple>
+ <tuple>
+ <string>Products.CMFCore.ActionInformation</string>
+ <string>ActionInformation</string>
+ </tuple>
+ <none/>
+ </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>history</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>History</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>
+ <tuple>
+ <string>Products.CMFCore.Expression</string>
+ <string>Expression</string>
+ </tuple>
+ <none/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>text</string> </key>
+ <value> <string>string:${object_url}/Base_viewHistory</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+</ZopeData>
Added: erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model/metadata.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%2520Model/metadata.xml?rev=8398&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model/metadata.xml (added)
+++ erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model/metadata.xml Tue Jul 11 15:14:40 2006
@@ -1,0 +1,89 @@
+<?xml version="1.0"?>
+<ZopeData>
+ <record id="1" aka="AAAAAAAAAAE=">
+ <pickle>
+ <tuple>
+ <tuple>
+ <string>Products.CMFCore.ActionInformation</string>
+ <string>ActionInformation</string>
+ </tuple>
+ <none/>
+ </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>metadata</string> </value>
+ </item>
+ <item>
+ <key> <string>permissions</string> </key>
+ <value>
+ <tuple>
+ <string>Manage portal</string>
+ </tuple>
+ </value>
+ </item>
+ <item>
+ <key> <string>priority</string> </key>
+ <value> <float>3.0</float> </value>
+ </item>
+ <item>
+ <key> <string>title</string> </key>
+ <value> <string>Metadata</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>
+ <tuple>
+ <string>Products.CMFCore.Expression</string>
+ <string>Expression</string>
+ </tuple>
+ <none/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>text</string> </key>
+ <value> <string>string:${object_url}/Base_viewMetadata</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+</ZopeData>
Added: erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model/print.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%2520Model/print.xml?rev=8398&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model/print.xml (added)
+++ erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model/print.xml Tue Jul 11 15:14:40 2006
@@ -1,0 +1,89 @@
+<?xml version="1.0"?>
+<ZopeData>
+ <record id="1" aka="AAAAAAAAAAE=">
+ <pickle>
+ <tuple>
+ <tuple>
+ <string>Products.CMFCore.ActionInformation</string>
+ <string>ActionInformation</string>
+ </tuple>
+ <none/>
+ </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_print</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>print</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>4.0</float> </value>
+ </item>
+ <item>
+ <key> <string>title</string> </key>
+ <value> <string>Print</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>
+ <tuple>
+ <string>Products.CMFCore.Expression</string>
+ <string>Expression</string>
+ </tuple>
+ <none/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>text</string> </key>
+ <value> <string>string:${object_url}/Base_printPdf</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+</ZopeData>
Added: erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model/view.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%2520Model/view.xml?rev=8398&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model/view.xml (added)
+++ erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Checkbook%20Model/view.xml Tue Jul 11 15:14:40 2006
@@ -1,0 +1,89 @@
+<?xml version="1.0"?>
+<ZopeData>
+ <record id="1" aka="AAAAAAAAAAE=">
+ <pickle>
+ <tuple>
+ <tuple>
+ <string>Products.CMFCore.ActionInformation</string>
+ <string>ActionInformation</string>
+ </tuple>
+ <none/>
+ </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>
+ <tuple>
+ <string>Products.CMFCore.Expression</string>
+ <string>Expression</string>
+ </tuple>
+ <none/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>text</string> </key>
+ <value> <string>string:${object_url}/CheckbookModel_view</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+</ZopeData>
Modified: erp5/trunk/bt5/erp5_banking_core/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml?rev=8398&r1=8397&r2=8398&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml (original)
+++ erp5/trunk/bt5/erp5_banking_core/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml Tue Jul 11 15:14:40 2006
@@ -4,6 +4,12 @@
</portal_type>
<portal_type id="Checkbook">
<item>Check</item>
+ </portal_type>
+ <portal_type id="Checkbook Model">
+ <item>Checkbook Model Check Amount Variation</item>
+ </portal_type>
+ <portal_type id="Checkbook Model Module">
+ <item>Checkbook Model</item>
</portal_type>
<portal_type id="Checkbook Module">
<item>Checkbook</item>
Modified: erp5/trunk/bt5/erp5_banking_core/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PortalTypePropertySheetTemplateItem/property_sheet_list.xml?rev=8398&r1=8397&r2=8398&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PortalTypePropertySheetTemplateItem/property_sheet_list.xml (original)
+++ erp5/trunk/bt5/erp5_banking_core/PortalTypePropertySheetTemplateItem/property_sheet_list.xml Tue Jul 11 15:14:40 2006
@@ -24,6 +24,12 @@
<item>Arrow</item>
<item>Checkbook</item>
</portal_type>
+ <portal_type id="Checkbook Model">
+ <item>CheckModel</item>
+ </portal_type>
+ <portal_type id="Checkbook Model Check Amount Variation">
+ <item>Amount</item>
+ </portal_type>
<portal_type id="Container Cell">
<item>CashContainer</item>
</portal_type>
Added: erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Checkbook%20Model%20Check%20Amount%20Variation.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Checkbook%2520Model%2520Check%2520Amount%2520Variation.xml?rev=8398&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Checkbook%20Model%20Check%20Amount%20Variation.xml (added)
+++ erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Checkbook%20Model%20Check%20Amount%20Variation.xml Tue Jul 11 15:14:40 2006
@@ -1,0 +1,116 @@
+<?xml version="1.0"?>
+<ZopeData>
+ <record id="1" aka="AAAAAAAAAAE=">
+ <pickle>
+ <tuple>
+ <tuple>
+ <string>Products.ERP5Type.ERP5Type</string>
+ <string>ERP5TypeInformation</string>
+ </tuple>
+ <none/>
+ </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>organisation_icon.gif</string> </value>
+ </item>
+ <item>
+ <key> <string>content_meta_type</string> </key>
+ <value> <string>ERP5 Variation</string> </value>
+ </item>
+ <item>
+ <key> <string>description</string> </key>
+ <value> <string>This is a variation for the number of checks per checkbook.</string> </value>
+ </item>
+ <item>
+ <key> <string>factory</string> </key>
+ <value> <string>addVariation</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>variation</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>Checkbook Model Check Amount Variation</string> </value>
+ </item>
+ <item>
+ <key> <string>init_script</string> </key>
+ <value> <string>CheckbookModelCheckAmountVariation_init</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>
Added: erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Checkbook%20Model%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Checkbook%2520Model%2520Module.xml?rev=8398&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Checkbook%20Model%20Module.xml (added)
+++ erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Checkbook%20Model%20Module.xml Tue Jul 11 15:14:40 2006
@@ -1,0 +1,114 @@
+<?xml version="1.0"?>
+<ZopeData>
+ <record id="1" aka="AAAAAAAAAAE=">
+ <pickle>
+ <tuple>
+ <tuple>
+ <string>Products.ERP5Type.ERP5Type</string>
+ <string>ERP5TypeInformation</string>
+ </tuple>
+ <none/>
+ </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>folder_icon.gif</string> </value>
+ </item>
+ <item>
+ <key> <string>content_meta_type</string> </key>
+ <value> <string>ERP5 Folder</string> </value>
+ </item>
+ <item>
+ <key> <string>description</string> </key>
+ <value> <string>This module contains checkbook models.</string> </value>
+ </item>
+ <item>
+ <key> <string>factory</string> </key>
+ <value> <string>addFolder</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/>
+ </value>
+ </item>
+ <item>
+ <key> <string>hidden_content_type_list</string> </key>
+ <value>
+ <tuple/>
+ </value>
+ </item>
+ <item>
+ <key> <string>id</string> </key>
+ <value> <string>Checkbook Model Module</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>
Added: erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Checkbook%20Model.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Checkbook%2520Model.xml?rev=8398&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Checkbook%20Model.xml (added)
+++ erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Checkbook%20Model.xml Tue Jul 11 15:14:40 2006
@@ -1,0 +1,116 @@
+<?xml version="1.0"?>
+<ZopeData>
+ <record id="1" aka="AAAAAAAAAAE=">
+ <pickle>
+ <tuple>
+ <tuple>
+ <string>Products.ERP5Type.ERP5Type</string>
+ <string>ERP5TypeInformation</string>
+ </tuple>
+ <none/>
+ </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 Resource</string> </value>
+ </item>
+ <item>
+ <key> <string>description</string> </key>
+ <value> <string>This type represents a model for checkbooks.</string> </value>
+ </item>
+ <item>
+ <key> <string>factory</string> </key>
+ <value> <string>addResource</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>resource</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>Checkbook Model</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>
Modified: erp5/trunk/bt5/erp5_banking_core/bt/template_action_path_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/bt/template_action_path_list?rev=8398&r1=8397&r2=8398&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/bt/template_action_path_list (original)
+++ erp5/trunk/bt5/erp5_banking_core/bt/template_action_path_list Tue Jul 11 15:14:40 2006
@@ -18,6 +18,16 @@
Check | metadata
Check | print
Check | view
+Checkbook Model Check Amount Variation | metadata
+Checkbook Model Check Amount Variation | print
+Checkbook Model Check Amount Variation | view
+Checkbook Model Module | list_ui
+Checkbook Model Module | sort_on
+Checkbook Model Module | view
+Checkbook Model | history
+Checkbook Model | metadata
+Checkbook Model | print
+Checkbook Model | view
Checkbook Module | list_ui
Checkbook Module | sort_on
Checkbook Module | view
Modified: erp5/trunk/bt5/erp5_banking_core/bt/template_portal_type_allowed_content_type_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/bt/template_portal_type_allowed_content_type_list?rev=8398&r1=8397&r2=8398&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/bt/template_portal_type_allowed_content_type_list (original)
+++ erp5/trunk/bt5/erp5_banking_core/bt/template_portal_type_allowed_content_type_list Tue Jul 11 15:14:40 2006
@@ -1,4 +1,6 @@
Cash Delivery Line | Cash Delivery Cell
+Checkbook Model Module | Checkbook Model
+Checkbook Model | Checkbook Model Check Amount Variation
Checkbook Module | Checkbook
Checkbook | Check
Counter Date Module | Counter Date
Modified: erp5/trunk/bt5/erp5_banking_core/bt/template_portal_type_id_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/bt/template_portal_type_id_list?rev=8398&r1=8397&r2=8398&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/bt/template_portal_type_id_list (original)
+++ erp5/trunk/bt5/erp5_banking_core/bt/template_portal_type_id_list Tue Jul 11 15:14:40 2006
@@ -7,6 +7,9 @@
Check
Check Operation Line
Checkbook
+Checkbook Model
+Checkbook Model Check Amount Variation
+Checkbook Model Module
Checkbook Module
Coin
Counter
Modified: erp5/trunk/bt5/erp5_banking_core/bt/template_portal_type_property_sheet_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/bt/template_portal_type_property_sheet_list?rev=8398&r1=8397&r2=8398&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/bt/template_portal_type_property_sheet_list (original)
+++ erp5/trunk/bt5/erp5_banking_core/bt/template_portal_type_property_sheet_list Tue Jul 11 15:14:40 2006
@@ -7,6 +7,8 @@
Category | BaobabCategory
Check | Arrow
Check | Task
+Checkbook Model Check Amount Variation | Amount
+Checkbook Model | CheckModel
Checkbook | Arrow
Checkbook | Checkbook
Checkbook | Task
More information about the Erp5-report
mailing list