[Erp5-report] r18834 - in /erp5/trunk/bt5/erp5_banking_check: ModuleTemplateItem/ PortalTyp...
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Jan 23 10:50:12 CET 2008
Author: aurel
Date: Wed Jan 23 10:50:11 2008
New Revision: 18834
URL: http://svn.erp5.org?rev=18834&view=rev
Log:
permission changes on module
translation domain changes on ptype
Modified:
erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/check_deposit_module.xml
erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/check_payment_module.xml
erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/checkbook_delivery_module.xml
erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/checkbook_reception_module.xml
erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/checkbook_usual_cash_transfer_module.xml
erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/checkbook_vault_transfer_module.xml
erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/stop_payment_module.xml
erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/traveler_check_purchase_module.xml
erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/traveler_check_sale_module.xml
erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Check%20Deposit%20Module.xml
erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Check%20Payment%20Module.xml
erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Checkbook%20Delivery%20Module.xml
erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Checkbook%20Reception%20Module.xml
erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Checkbook%20Usual%20Cash%20Transfer%20Module.xml
erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Checkbook%20Vault%20Transfer%20Module.xml
erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Stop%20Payment%20Module.xml
erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Traveler%20Check%20Purchase%20Module.xml
erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Traveler%20Check%20Sale%20Module.xml
erp5/trunk/bt5/erp5_banking_check/bt/revision
Modified: erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/check_deposit_module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/check_deposit_module.xml?rev=18834&r1=18833&r2=18834&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/check_deposit_module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/check_deposit_module.xml Wed Jan 23 10:50:11 2008
@@ -466,6 +466,9 @@
<name>Edit Factories</name>
<role>Manager</role>
</permission>
+ <permission type='list'>
+ <name>Edit ParsedXML</name>
+ </permission>
<permission type='tuple'>
<name>Edit ReStructuredText</name>
<role>Manager</role>
@@ -665,6 +668,9 @@
<role>Auditor</role>
<role>Author</role>
<role>Manager</role>
+ </permission>
+ <permission type='list'>
+ <name>View DOM hierarchy</name>
</permission>
<permission type='tuple'>
<name>View History</name>
Modified: erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/check_payment_module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/check_payment_module.xml?rev=18834&r1=18833&r2=18834&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/check_payment_module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/check_payment_module.xml Wed Jan 23 10:50:11 2008
@@ -466,6 +466,9 @@
<name>Edit Factories</name>
<role>Manager</role>
</permission>
+ <permission type='list'>
+ <name>Edit ParsedXML</name>
+ </permission>
<permission type='tuple'>
<name>Edit ReStructuredText</name>
<role>Manager</role>
@@ -665,6 +668,9 @@
<role>Auditor</role>
<role>Author</role>
<role>Manager</role>
+ </permission>
+ <permission type='list'>
+ <name>View DOM hierarchy</name>
</permission>
<permission type='tuple'>
<name>View History</name>
Modified: erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/checkbook_delivery_module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/checkbook_delivery_module.xml?rev=18834&r1=18833&r2=18834&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/checkbook_delivery_module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/checkbook_delivery_module.xml Wed Jan 23 10:50:11 2008
@@ -461,6 +461,9 @@
<name>Edit Factories</name>
<role>Manager</role>
</permission>
+ <permission type='list'>
+ <name>Edit ParsedXML</name>
+ </permission>
<permission type='tuple'>
<name>Edit ReStructuredText</name>
<role>Manager</role>
@@ -655,6 +658,9 @@
<role>Auditor</role>
<role>Author</role>
<role>Manager</role>
+ </permission>
+ <permission type='list'>
+ <name>View DOM hierarchy</name>
</permission>
<permission type='tuple'>
<name>View History</name>
Modified: erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/checkbook_reception_module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/checkbook_reception_module.xml?rev=18834&r1=18833&r2=18834&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/checkbook_reception_module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/checkbook_reception_module.xml Wed Jan 23 10:50:11 2008
@@ -471,6 +471,9 @@
<name>Edit Factories</name>
<role>Manager</role>
</permission>
+ <permission type='list'>
+ <name>Edit ParsedXML</name>
+ </permission>
<permission type='tuple'>
<name>Edit ReStructuredText</name>
<role>Manager</role>
@@ -673,6 +676,9 @@
<role>Author</role>
<role>Manager</role>
</permission>
+ <permission type='list'>
+ <name>View DOM hierarchy</name>
+ </permission>
<permission type='tuple'>
<name>View History</name>
<role>Assignee</role>
Modified: erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/checkbook_usual_cash_transfer_module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/checkbook_usual_cash_transfer_module.xml?rev=18834&r1=18833&r2=18834&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/checkbook_usual_cash_transfer_module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/checkbook_usual_cash_transfer_module.xml Wed Jan 23 10:50:11 2008
@@ -467,6 +467,9 @@
<name>Edit Factories</name>
<role>Manager</role>
</permission>
+ <permission type='list'>
+ <name>Edit ParsedXML</name>
+ </permission>
<permission type='tuple'>
<name>Edit ReStructuredText</name>
<role>Manager</role>
@@ -667,6 +670,9 @@
<role>Auditor</role>
<role>Author</role>
<role>Manager</role>
+ </permission>
+ <permission type='list'>
+ <name>View DOM hierarchy</name>
</permission>
<permission type='tuple'>
<name>View History</name>
Modified: erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/checkbook_vault_transfer_module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/checkbook_vault_transfer_module.xml?rev=18834&r1=18833&r2=18834&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/checkbook_vault_transfer_module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/checkbook_vault_transfer_module.xml Wed Jan 23 10:50:11 2008
@@ -467,6 +467,9 @@
<name>Edit Factories</name>
<role>Manager</role>
</permission>
+ <permission type='list'>
+ <name>Edit ParsedXML</name>
+ </permission>
<permission type='tuple'>
<name>Edit ReStructuredText</name>
<role>Manager</role>
@@ -667,6 +670,9 @@
<role>Auditor</role>
<role>Author</role>
<role>Manager</role>
+ </permission>
+ <permission type='list'>
+ <name>View DOM hierarchy</name>
</permission>
<permission type='tuple'>
<name>View History</name>
Modified: erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/stop_payment_module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/stop_payment_module.xml?rev=18834&r1=18833&r2=18834&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/stop_payment_module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/stop_payment_module.xml Wed Jan 23 10:50:11 2008
@@ -469,6 +469,9 @@
<name>Edit Factories</name>
<role>Manager</role>
</permission>
+ <permission type='list'>
+ <name>Edit ParsedXML</name>
+ </permission>
<permission type='tuple'>
<name>Edit ReStructuredText</name>
<role>Manager</role>
@@ -670,6 +673,9 @@
<role>Auditor</role>
<role>Author</role>
<role>Manager</role>
+ </permission>
+ <permission type='list'>
+ <name>View DOM hierarchy</name>
</permission>
<permission type='tuple'>
<name>View History</name>
Modified: erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/traveler_check_purchase_module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/traveler_check_purchase_module.xml?rev=18834&r1=18833&r2=18834&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/traveler_check_purchase_module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/traveler_check_purchase_module.xml Wed Jan 23 10:50:11 2008
@@ -470,6 +470,10 @@
<role>Manager</role>
</permission>
<permission type='tuple'>
+ <name>Edit ParsedXML</name>
+ <role>Manager</role>
+ </permission>
+ <permission type='tuple'>
<name>Edit ReStructuredText</name>
<role>Manager</role>
</permission>
@@ -670,6 +674,10 @@
<role>Associate</role>
<role>Auditor</role>
<role>Author</role>
+ <role>Manager</role>
+ </permission>
+ <permission type='tuple'>
+ <name>View DOM hierarchy</name>
<role>Manager</role>
</permission>
<permission type='tuple'>
Modified: erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/traveler_check_sale_module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/traveler_check_sale_module.xml?rev=18834&r1=18833&r2=18834&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/traveler_check_sale_module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_check/ModuleTemplateItem/traveler_check_sale_module.xml Wed Jan 23 10:50:11 2008
@@ -469,6 +469,9 @@
<name>Edit Factories</name>
<role>Manager</role>
</permission>
+ <permission type='list'>
+ <name>Edit ParsedXML</name>
+ </permission>
<permission type='tuple'>
<name>Edit ReStructuredText</name>
<role>Manager</role>
@@ -670,6 +673,9 @@
<role>Auditor</role>
<role>Author</role>
<role>Manager</role>
+ </permission>
+ <permission type='list'>
+ <name>View DOM hierarchy</name>
</permission>
<permission type='tuple'>
<name>View History</name>
Modified: erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Check%20Deposit%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Check%2520Deposit%2520Module.xml?rev=18834&r1=18833&r2=18834&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Check%20Deposit%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Check%20Deposit%20Module.xml Wed Jan 23 10:50:11 2008
@@ -31,6 +31,25 @@
<key> <string>_owner</string> </key>
<value>
<none/>
+ </value>
+ </item>
+ <item>
+ <key> <string>_property_domain_dict</string> </key>
+ <value>
+ <dictionary>
+ <item>
+ <key> <string>short_title</string> </key>
+ <value>
+ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+ </value>
+ </item>
+ <item>
+ <key> <string>title</string> </key>
+ <value>
+ <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+ </value>
+ </item>
+ </dictionary>
</value>
</item>
<item>
@@ -113,4 +132,44 @@
</dictionary>
</pickle>
</record>
+ <record id="2" aka="AAAAAAAAAAI=">
+ <pickle>
+ <tuple>
+ <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
+ <tuple/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>domain_name</string> </key>
+ <value> <string>erp5_ui</string> </value>
+ </item>
+ <item>
+ <key> <string>property_name</string> </key>
+ <value> <string>short_title</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+ <record id="3" aka="AAAAAAAAAAM=">
+ <pickle>
+ <tuple>
+ <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
+ <tuple/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>domain_name</string> </key>
+ <value> <string>erp5_ui</string> </value>
+ </item>
+ <item>
+ <key> <string>property_name</string> </key>
+ <value> <string>title</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
</ZopeData>
Modified: erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Check%20Payment%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Check%2520Payment%2520Module.xml?rev=18834&r1=18833&r2=18834&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Check%20Payment%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Check%20Payment%20Module.xml Wed Jan 23 10:50:11 2008
@@ -31,6 +31,25 @@
<key> <string>_owner</string> </key>
<value>
<none/>
+ </value>
+ </item>
+ <item>
+ <key> <string>_property_domain_dict</string> </key>
+ <value>
+ <dictionary>
+ <item>
+ <key> <string>short_title</string> </key>
+ <value>
+ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+ </value>
+ </item>
+ <item>
+ <key> <string>title</string> </key>
+ <value>
+ <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+ </value>
+ </item>
+ </dictionary>
</value>
</item>
<item>
@@ -99,4 +118,44 @@
</dictionary>
</pickle>
</record>
+ <record id="2" aka="AAAAAAAAAAI=">
+ <pickle>
+ <tuple>
+ <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
+ <tuple/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>domain_name</string> </key>
+ <value> <string>erp5_ui</string> </value>
+ </item>
+ <item>
+ <key> <string>property_name</string> </key>
+ <value> <string>short_title</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+ <record id="3" aka="AAAAAAAAAAM=">
+ <pickle>
+ <tuple>
+ <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
+ <tuple/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>domain_name</string> </key>
+ <value> <string>erp5_ui</string> </value>
+ </item>
+ <item>
+ <key> <string>property_name</string> </key>
+ <value> <string>title</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
</ZopeData>
Modified: erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Checkbook%20Delivery%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Checkbook%2520Delivery%2520Module.xml?rev=18834&r1=18833&r2=18834&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Checkbook%20Delivery%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Checkbook%20Delivery%20Module.xml Wed Jan 23 10:50:11 2008
@@ -31,6 +31,25 @@
<key> <string>_owner</string> </key>
<value>
<none/>
+ </value>
+ </item>
+ <item>
+ <key> <string>_property_domain_dict</string> </key>
+ <value>
+ <dictionary>
+ <item>
+ <key> <string>short_title</string> </key>
+ <value>
+ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+ </value>
+ </item>
+ <item>
+ <key> <string>title</string> </key>
+ <value>
+ <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+ </value>
+ </item>
+ </dictionary>
</value>
</item>
<item>
@@ -109,4 +128,44 @@
</dictionary>
</pickle>
</record>
+ <record id="2" aka="AAAAAAAAAAI=">
+ <pickle>
+ <tuple>
+ <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
+ <tuple/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>domain_name</string> </key>
+ <value> <string>erp5_ui</string> </value>
+ </item>
+ <item>
+ <key> <string>property_name</string> </key>
+ <value> <string>short_title</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+ <record id="3" aka="AAAAAAAAAAM=">
+ <pickle>
+ <tuple>
+ <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
+ <tuple/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>domain_name</string> </key>
+ <value> <string>erp5_ui</string> </value>
+ </item>
+ <item>
+ <key> <string>property_name</string> </key>
+ <value> <string>title</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
</ZopeData>
Modified: erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Checkbook%20Reception%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Checkbook%2520Reception%2520Module.xml?rev=18834&r1=18833&r2=18834&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Checkbook%20Reception%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Checkbook%20Reception%20Module.xml Wed Jan 23 10:50:11 2008
@@ -31,6 +31,25 @@
<key> <string>_owner</string> </key>
<value>
<none/>
+ </value>
+ </item>
+ <item>
+ <key> <string>_property_domain_dict</string> </key>
+ <value>
+ <dictionary>
+ <item>
+ <key> <string>short_title</string> </key>
+ <value>
+ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+ </value>
+ </item>
+ <item>
+ <key> <string>title</string> </key>
+ <value>
+ <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+ </value>
+ </item>
+ </dictionary>
</value>
</item>
<item>
@@ -99,4 +118,44 @@
</dictionary>
</pickle>
</record>
+ <record id="2" aka="AAAAAAAAAAI=">
+ <pickle>
+ <tuple>
+ <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
+ <tuple/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>domain_name</string> </key>
+ <value> <string>erp5_ui</string> </value>
+ </item>
+ <item>
+ <key> <string>property_name</string> </key>
+ <value> <string>short_title</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+ <record id="3" aka="AAAAAAAAAAM=">
+ <pickle>
+ <tuple>
+ <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
+ <tuple/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>domain_name</string> </key>
+ <value> <string>erp5_ui</string> </value>
+ </item>
+ <item>
+ <key> <string>property_name</string> </key>
+ <value> <string>title</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
</ZopeData>
Modified: erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Checkbook%20Usual%20Cash%20Transfer%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Checkbook%2520Usual%2520Cash%2520Transfer%2520Module.xml?rev=18834&r1=18833&r2=18834&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Checkbook%20Usual%20Cash%20Transfer%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Checkbook%20Usual%20Cash%20Transfer%20Module.xml Wed Jan 23 10:50:11 2008
@@ -31,6 +31,25 @@
<key> <string>_owner</string> </key>
<value>
<none/>
+ </value>
+ </item>
+ <item>
+ <key> <string>_property_domain_dict</string> </key>
+ <value>
+ <dictionary>
+ <item>
+ <key> <string>short_title</string> </key>
+ <value>
+ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+ </value>
+ </item>
+ <item>
+ <key> <string>title</string> </key>
+ <value>
+ <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+ </value>
+ </item>
+ </dictionary>
</value>
</item>
<item>
@@ -109,4 +128,44 @@
</dictionary>
</pickle>
</record>
+ <record id="2" aka="AAAAAAAAAAI=">
+ <pickle>
+ <tuple>
+ <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
+ <tuple/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>domain_name</string> </key>
+ <value> <string>erp5_ui</string> </value>
+ </item>
+ <item>
+ <key> <string>property_name</string> </key>
+ <value> <string>short_title</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+ <record id="3" aka="AAAAAAAAAAM=">
+ <pickle>
+ <tuple>
+ <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
+ <tuple/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>domain_name</string> </key>
+ <value> <string>erp5_ui</string> </value>
+ </item>
+ <item>
+ <key> <string>property_name</string> </key>
+ <value> <string>title</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
</ZopeData>
Modified: erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Checkbook%20Vault%20Transfer%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Checkbook%2520Vault%2520Transfer%2520Module.xml?rev=18834&r1=18833&r2=18834&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Checkbook%20Vault%20Transfer%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Checkbook%20Vault%20Transfer%20Module.xml Wed Jan 23 10:50:11 2008
@@ -31,6 +31,25 @@
<key> <string>_owner</string> </key>
<value>
<none/>
+ </value>
+ </item>
+ <item>
+ <key> <string>_property_domain_dict</string> </key>
+ <value>
+ <dictionary>
+ <item>
+ <key> <string>short_title</string> </key>
+ <value>
+ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+ </value>
+ </item>
+ <item>
+ <key> <string>title</string> </key>
+ <value>
+ <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+ </value>
+ </item>
+ </dictionary>
</value>
</item>
<item>
@@ -109,4 +128,44 @@
</dictionary>
</pickle>
</record>
+ <record id="2" aka="AAAAAAAAAAI=">
+ <pickle>
+ <tuple>
+ <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
+ <tuple/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>domain_name</string> </key>
+ <value> <string>erp5_ui</string> </value>
+ </item>
+ <item>
+ <key> <string>property_name</string> </key>
+ <value> <string>short_title</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+ <record id="3" aka="AAAAAAAAAAM=">
+ <pickle>
+ <tuple>
+ <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
+ <tuple/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>domain_name</string> </key>
+ <value> <string>erp5_ui</string> </value>
+ </item>
+ <item>
+ <key> <string>property_name</string> </key>
+ <value> <string>title</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
</ZopeData>
Modified: erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Stop%20Payment%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Stop%2520Payment%2520Module.xml?rev=18834&r1=18833&r2=18834&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Stop%20Payment%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Stop%20Payment%20Module.xml Wed Jan 23 10:50:11 2008
@@ -31,6 +31,25 @@
<key> <string>_owner</string> </key>
<value>
<none/>
+ </value>
+ </item>
+ <item>
+ <key> <string>_property_domain_dict</string> </key>
+ <value>
+ <dictionary>
+ <item>
+ <key> <string>short_title</string> </key>
+ <value>
+ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+ </value>
+ </item>
+ <item>
+ <key> <string>title</string> </key>
+ <value>
+ <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+ </value>
+ </item>
+ </dictionary>
</value>
</item>
<item>
@@ -119,4 +138,44 @@
</dictionary>
</pickle>
</record>
+ <record id="2" aka="AAAAAAAAAAI=">
+ <pickle>
+ <tuple>
+ <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
+ <tuple/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>domain_name</string> </key>
+ <value> <string>erp5_ui</string> </value>
+ </item>
+ <item>
+ <key> <string>property_name</string> </key>
+ <value> <string>short_title</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+ <record id="3" aka="AAAAAAAAAAM=">
+ <pickle>
+ <tuple>
+ <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
+ <tuple/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>domain_name</string> </key>
+ <value> <string>erp5_ui</string> </value>
+ </item>
+ <item>
+ <key> <string>property_name</string> </key>
+ <value> <string>title</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
</ZopeData>
Modified: erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Traveler%20Check%20Purchase%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Traveler%2520Check%2520Purchase%2520Module.xml?rev=18834&r1=18833&r2=18834&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Traveler%20Check%20Purchase%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Traveler%20Check%20Purchase%20Module.xml Wed Jan 23 10:50:11 2008
@@ -31,6 +31,25 @@
<key> <string>_owner</string> </key>
<value>
<none/>
+ </value>
+ </item>
+ <item>
+ <key> <string>_property_domain_dict</string> </key>
+ <value>
+ <dictionary>
+ <item>
+ <key> <string>short_title</string> </key>
+ <value>
+ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+ </value>
+ </item>
+ <item>
+ <key> <string>title</string> </key>
+ <value>
+ <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+ </value>
+ </item>
+ </dictionary>
</value>
</item>
<item>
@@ -119,4 +138,44 @@
</dictionary>
</pickle>
</record>
+ <record id="2" aka="AAAAAAAAAAI=">
+ <pickle>
+ <tuple>
+ <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
+ <tuple/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>domain_name</string> </key>
+ <value> <string>erp5_ui</string> </value>
+ </item>
+ <item>
+ <key> <string>property_name</string> </key>
+ <value> <string>short_title</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+ <record id="3" aka="AAAAAAAAAAM=">
+ <pickle>
+ <tuple>
+ <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
+ <tuple/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>domain_name</string> </key>
+ <value> <string>erp5_ui</string> </value>
+ </item>
+ <item>
+ <key> <string>property_name</string> </key>
+ <value> <string>title</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
</ZopeData>
Modified: erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Traveler%20Check%20Sale%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Traveler%2520Check%2520Sale%2520Module.xml?rev=18834&r1=18833&r2=18834&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Traveler%20Check%20Sale%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_check/PortalTypeTemplateItem/portal_types/Traveler%20Check%20Sale%20Module.xml Wed Jan 23 10:50:11 2008
@@ -31,6 +31,25 @@
<key> <string>_owner</string> </key>
<value>
<none/>
+ </value>
+ </item>
+ <item>
+ <key> <string>_property_domain_dict</string> </key>
+ <value>
+ <dictionary>
+ <item>
+ <key> <string>short_title</string> </key>
+ <value>
+ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+ </value>
+ </item>
+ <item>
+ <key> <string>title</string> </key>
+ <value>
+ <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+ </value>
+ </item>
+ </dictionary>
</value>
</item>
<item>
@@ -119,4 +138,44 @@
</dictionary>
</pickle>
</record>
+ <record id="2" aka="AAAAAAAAAAI=">
+ <pickle>
+ <tuple>
+ <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
+ <tuple/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>domain_name</string> </key>
+ <value> <string>erp5_ui</string> </value>
+ </item>
+ <item>
+ <key> <string>property_name</string> </key>
+ <value> <string>short_title</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+ <record id="3" aka="AAAAAAAAAAM=">
+ <pickle>
+ <tuple>
+ <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
+ <tuple/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>domain_name</string> </key>
+ <value> <string>erp5_ui</string> </value>
+ </item>
+ <item>
+ <key> <string>property_name</string> </key>
+ <value> <string>title</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
</ZopeData>
Modified: erp5/trunk/bt5/erp5_banking_check/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/bt/revision?rev=18834&r1=18833&r2=18834&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/bt/revision (original)
+++ erp5/trunk/bt5/erp5_banking_check/bt/revision Wed Jan 23 10:50:11 2008
@@ -1,1 +1,1 @@
-360
+361
More information about the Erp5-report
mailing list