[Erp5-report] r18833 - in /erp5/trunk/bt5/erp5_banking_core: ModuleTemplateItem/ PortalType...
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Jan 23 10:46:31 CET 2008
Author: aurel
Date: Wed Jan 23 10:46:30 2008
New Revision: 18833
URL: http://svn.erp5.org?rev=18833&view=rev
Log:
permission changes on module
translation domain changes on ptype
Modified:
erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/accounting_cancellation_module.xml
erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/accounting_date_module.xml
erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/check_module.xml
erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/checkbook_model_module.xml
erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/checkbook_module.xml
erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/counter_date_module.xml
erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/counter_module.xml
erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/currency_cash_module.xml
erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/currency_module.xml
erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Accounting%20Cancellation%20Module.xml
erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Accounting%20Cancellation.xml
erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Accounting%20Date%20Module.xml
erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Bank%20Account.xml
erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Check%20Module.xml
erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Checkbook%20Model%20Module.xml
erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Checkbook%20Module.xml
erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Counter%20Date%20Module.xml
erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Counter%20Module.xml
erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Currency%20Cash%20Module.xml
erp5/trunk/bt5/erp5_banking_core/bt/revision
Modified: erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/accounting_cancellation_module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/accounting_cancellation_module.xml?rev=18833&r1=18832&r2=18833&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/accounting_cancellation_module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/accounting_cancellation_module.xml Wed Jan 23 10:46:30 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_core/ModuleTemplateItem/accounting_date_module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/accounting_date_module.xml?rev=18833&r1=18832&r2=18833&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/accounting_date_module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/accounting_date_module.xml Wed Jan 23 10:46:30 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_core/ModuleTemplateItem/check_module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/check_module.xml?rev=18833&r1=18832&r2=18833&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/check_module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/check_module.xml Wed Jan 23 10:46:30 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_core/ModuleTemplateItem/checkbook_model_module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/checkbook_model_module.xml?rev=18833&r1=18832&r2=18833&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/checkbook_model_module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/checkbook_model_module.xml Wed Jan 23 10:46:30 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>Author</role>
<role>Manager</role>
<role>Member</role>
+ </permission>
+ <permission type='list'>
+ <name>View DOM hierarchy</name>
</permission>
<permission type='tuple'>
<name>View History</name>
Modified: erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/checkbook_module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/checkbook_module.xml?rev=18833&r1=18832&r2=18833&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/checkbook_module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/checkbook_module.xml Wed Jan 23 10:46:30 2008
@@ -458,6 +458,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_core/ModuleTemplateItem/counter_date_module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/counter_date_module.xml?rev=18833&r1=18832&r2=18833&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/counter_date_module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/counter_date_module.xml Wed Jan 23 10:46:30 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>Author</role>
<role>Manager</role>
<role>Member</role>
+ </permission>
+ <permission type='list'>
+ <name>View DOM hierarchy</name>
</permission>
<permission type='tuple'>
<name>View History</name>
Modified: erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/counter_module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/counter_module.xml?rev=18833&r1=18832&r2=18833&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/counter_module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/counter_module.xml Wed Jan 23 10:46:30 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>Author</role>
<role>Manager</role>
<role>Member</role>
+ </permission>
+ <permission type='list'>
+ <name>View DOM hierarchy</name>
</permission>
<permission type='tuple'>
<name>View History</name>
Modified: erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/currency_cash_module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/currency_cash_module.xml?rev=18833&r1=18832&r2=18833&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/currency_cash_module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/currency_cash_module.xml Wed Jan 23 10:46:30 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>Author</role>
<role>Manager</role>
<role>Member</role>
+ </permission>
+ <permission type='list'>
+ <name>View DOM hierarchy</name>
</permission>
<permission type='tuple'>
<name>View History</name>
Modified: erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/currency_module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/currency_module.xml?rev=18833&r1=18832&r2=18833&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/currency_module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_core/ModuleTemplateItem/currency_module.xml Wed Jan 23 10:46:30 2008
@@ -478,6 +478,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>
@@ -681,6 +685,10 @@
<role>Author</role>
<role>Manager</role>
<role>Member</role>
+ </permission>
+ <permission type='tuple'>
+ <name>View DOM hierarchy</name>
+ <role>Manager</role>
</permission>
<permission type='tuple'>
<name>View History</name>
Modified: erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Accounting%20Cancellation%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Accounting%2520Cancellation%2520Module.xml?rev=18833&r1=18832&r2=18833&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Accounting%20Cancellation%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Accounting%20Cancellation%20Module.xml Wed Jan 23 10:46:30 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_core/PortalTypeTemplateItem/portal_types/Accounting%20Cancellation.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Accounting%2520Cancellation.xml?rev=18833&r1=18832&r2=18833&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Accounting%20Cancellation.xml (original)
+++ erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Accounting%20Cancellation.xml Wed Jan 23 10:46:30 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>
@@ -123,4 +142,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_content</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_content</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_core/PortalTypeTemplateItem/portal_types/Accounting%20Date%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Accounting%2520Date%2520Module.xml?rev=18833&r1=18832&r2=18833&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Accounting%20Date%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Accounting%20Date%20Module.xml Wed Jan 23 10:46:30 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_core/PortalTypeTemplateItem/portal_types/Bank%20Account.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Bank%2520Account.xml?rev=18833&r1=18832&r2=18833&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Bank%20Account.xml (original)
+++ erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Bank%20Account.xml Wed Jan 23 10:46:30 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>
@@ -118,4 +137,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_content</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_content</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_core/PortalTypeTemplateItem/portal_types/Check%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Check%2520Module.xml?rev=18833&r1=18832&r2=18833&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Check%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Check%20Module.xml Wed Jan 23 10:46:30 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_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=18833&r1=18832&r2=18833&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Checkbook%20Model%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Checkbook%20Model%20Module.xml Wed Jan 23 10:46:30 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>
@@ -108,4 +127,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_core/PortalTypeTemplateItem/portal_types/Checkbook%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Checkbook%2520Module.xml?rev=18833&r1=18832&r2=18833&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Checkbook%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Checkbook%20Module.xml Wed Jan 23 10:46:30 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_core/PortalTypeTemplateItem/portal_types/Counter%20Date%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Counter%2520Date%2520Module.xml?rev=18833&r1=18832&r2=18833&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Counter%20Date%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Counter%20Date%20Module.xml Wed Jan 23 10:46:30 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_core/PortalTypeTemplateItem/portal_types/Counter%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Counter%2520Module.xml?rev=18833&r1=18832&r2=18833&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Counter%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Counter%20Module.xml Wed Jan 23 10:46:30 2008
@@ -129,7 +129,7 @@
<dictionary>
<item>
<key> <string>domain_name</string> </key>
- <value> <string>erp5_content</string> </value>
+ <value> <string>erp5_ui</string> </value>
</item>
<item>
<key> <string>property_name</string> </key>
@@ -149,7 +149,7 @@
<dictionary>
<item>
<key> <string>domain_name</string> </key>
- <value> <string>erp5_content</string> </value>
+ <value> <string>erp5_ui</string> </value>
</item>
<item>
<key> <string>property_name</string> </key>
Modified: erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Currency%20Cash%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Currency%2520Cash%2520Module.xml?rev=18833&r1=18832&r2=18833&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Currency%20Cash%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_banking_core/PortalTypeTemplateItem/portal_types/Currency%20Cash%20Module.xml Wed Jan 23 10:46:30 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_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/bt/revision?rev=18833&r1=18832&r2=18833&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/bt/revision (original)
+++ erp5/trunk/bt5/erp5_banking_core/bt/revision Wed Jan 23 10:46:30 2008
@@ -1,1 +1,1 @@
-404
+405
More information about the Erp5-report
mailing list