[Erp5-report] r45067 kazuhiko - in /erp5/trunk/bt5/erp5_accounting: PortalTypeTemplateItem/...
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Apr 4 21:27:45 CEST 2011
Author: kazuhiko
Date: Mon Apr 4 21:27:45 2011
New Revision: 45067
URL: http://svn.erp5.org?rev=45067&view=rev
Log:
2011-04-04 Kazuhiko
* configure searchable text property ids for Accounting Period, Accounting Transaction, Balance Transaction, Internal Invoice Transaction, Payment Transaction, Purchase Invoice Transaction and Sale Invoice Transaction.
Modified:
erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Period.xml
erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction.xml
erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Balance%20Transaction.xml
erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Internal%20Invoice%20Transaction.xml
erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Payment%20Transaction.xml
erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%20Invoice%20Transaction.xml
erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%20Invoice%20Transaction.xml
erp5/trunk/bt5/erp5_accounting/bt/change_log
erp5/trunk/bt5/erp5_accounting/bt/revision
Modified: erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Period.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%2520Period.xml?rev=45067&r1=45066&r2=45067&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Period.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Period.xml [utf8] Mon Apr 4 21:27:45 2011
@@ -66,7 +66,21 @@ Once the period is closed (i.e. the Acco
</item>
<item>
<key> <string>permission</string> </key>
- <value> <string></string> </value>
+ <value>
+ <none/>
+ </value>
+ </item>
+ <item>
+ <key> <string>searchable_text_property_id</string> </key>
+ <value>
+ <tuple>
+ <string>title</string>
+ <string>short_title</string>
+ <string>description</string>
+ <string>start_date</string>
+ <string>stop_date</string>
+ </tuple>
+ </value>
</item>
<item>
<key> <string>title</string> </key>
@@ -76,6 +90,18 @@ Once the period is closed (i.e. the Acco
<key> <string>type_class</string> </key>
<value> <string>AccountingTransaction</string> </value>
</item>
+ <item>
+ <key> <string>type_interface</string> </key>
+ <value>
+ <tuple/>
+ </value>
+ </item>
+ <item>
+ <key> <string>type_mixin</string> </key>
+ <value>
+ <tuple/>
+ </value>
+ </item>
</dictionary>
</pickle>
</record>
Modified: erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%2520Transaction.xml?rev=45067&r1=45066&r2=45067&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction.xml [utf8] Mon Apr 4 21:27:45 2011
@@ -53,8 +53,8 @@
<key> <string>group_list</string> </key>
<value>
<tuple>
- <string>delivery</string>
<string>accounting_transaction</string>
+ <string>delivery</string>
</tuple>
</value>
</item>
@@ -68,7 +68,26 @@
</item>
<item>
<key> <string>permission</string> </key>
- <value> <string></string> </value>
+ <value>
+ <none/>
+ </value>
+ </item>
+ <item>
+ <key> <string>searchable_text_property_id</string> </key>
+ <value>
+ <tuple>
+ <string>title</string>
+ <string>description</string>
+ <string>comment</string>
+ <string>reference</string>
+ <string>source_reference</string>
+ <string>destination_reference</string>
+ <string>source_section_title</string>
+ <string>destination_section_title</string>
+ <string>start_date</string>
+ <string>stop_date</string>
+ </tuple>
+ </value>
</item>
<item>
<key> <string>title</string> </key>
@@ -78,6 +97,18 @@
<key> <string>type_class</string> </key>
<value> <string>AccountingTransaction</string> </value>
</item>
+ <item>
+ <key> <string>type_interface</string> </key>
+ <value>
+ <tuple/>
+ </value>
+ </item>
+ <item>
+ <key> <string>type_mixin</string> </key>
+ <value>
+ <tuple/>
+ </value>
+ </item>
</dictionary>
</pickle>
</record>
Modified: erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Balance%20Transaction.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Balance%2520Transaction.xml?rev=45067&r1=45066&r2=45067&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Balance%20Transaction.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Balance%20Transaction.xml [utf8] Mon Apr 4 21:27:45 2011
@@ -76,6 +76,23 @@
</value>
</item>
<item>
+ <key> <string>searchable_text_property_id</string> </key>
+ <value>
+ <tuple>
+ <string>title</string>
+ <string>description</string>
+ <string>comment</string>
+ <string>reference</string>
+ <string>source_reference</string>
+ <string>destination_reference</string>
+ <string>source_section_title</string>
+ <string>destination_section_title</string>
+ <string>start_date</string>
+ <string>stop_date</string>
+ </tuple>
+ </value>
+ </item>
+ <item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
@@ -83,6 +100,18 @@
<key> <string>type_class</string> </key>
<value> <string>BalanceTransaction</string> </value>
</item>
+ <item>
+ <key> <string>type_interface</string> </key>
+ <value>
+ <tuple/>
+ </value>
+ </item>
+ <item>
+ <key> <string>type_mixin</string> </key>
+ <value>
+ <tuple/>
+ </value>
+ </item>
</dictionary>
</pickle>
</record>
Modified: erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Internal%20Invoice%20Transaction.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Internal%2520Invoice%2520Transaction.xml?rev=45067&r1=45066&r2=45067&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Internal%20Invoice%20Transaction.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Internal%20Invoice%20Transaction.xml [utf8] Mon Apr 4 21:27:45 2011
@@ -69,7 +69,26 @@
</item>
<item>
<key> <string>permission</string> </key>
- <value> <string></string> </value>
+ <value>
+ <none/>
+ </value>
+ </item>
+ <item>
+ <key> <string>searchable_text_property_id</string> </key>
+ <value>
+ <tuple>
+ <string>title</string>
+ <string>description</string>
+ <string>comment</string>
+ <string>reference</string>
+ <string>source_reference</string>
+ <string>destination_reference</string>
+ <string>source_section_title</string>
+ <string>destination_section_title</string>
+ <string>start_date</string>
+ <string>stop_date</string>
+ </tuple>
+ </value>
</item>
<item>
<key> <string>title</string> </key>
@@ -79,6 +98,18 @@
<key> <string>type_class</string> </key>
<value> <string>Invoice</string> </value>
</item>
+ <item>
+ <key> <string>type_interface</string> </key>
+ <value>
+ <tuple/>
+ </value>
+ </item>
+ <item>
+ <key> <string>type_mixin</string> </key>
+ <value>
+ <tuple/>
+ </value>
+ </item>
</dictionary>
</pickle>
</record>
Modified: erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Payment%20Transaction.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Payment%2520Transaction.xml?rev=45067&r1=45066&r2=45067&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Payment%20Transaction.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Payment%20Transaction.xml [utf8] Mon Apr 4 21:27:45 2011
@@ -53,8 +53,8 @@
<key> <string>group_list</string> </key>
<value>
<tuple>
- <string>delivery</string>
<string>accounting_transaction</string>
+ <string>delivery</string>
</tuple>
</value>
</item>
@@ -68,7 +68,26 @@
</item>
<item>
<key> <string>permission</string> </key>
- <value> <string></string> </value>
+ <value>
+ <none/>
+ </value>
+ </item>
+ <item>
+ <key> <string>searchable_text_property_id</string> </key>
+ <value>
+ <tuple>
+ <string>title</string>
+ <string>description</string>
+ <string>comment</string>
+ <string>reference</string>
+ <string>source_reference</string>
+ <string>destination_reference</string>
+ <string>source_section_title</string>
+ <string>destination_section_title</string>
+ <string>start_date</string>
+ <string>stop_date</string>
+ </tuple>
+ </value>
</item>
<item>
<key> <string>title</string> </key>
@@ -78,6 +97,18 @@
<key> <string>type_class</string> </key>
<value> <string>AccountingTransaction</string> </value>
</item>
+ <item>
+ <key> <string>type_interface</string> </key>
+ <value>
+ <tuple/>
+ </value>
+ </item>
+ <item>
+ <key> <string>type_mixin</string> </key>
+ <value>
+ <tuple/>
+ </value>
+ </item>
</dictionary>
</pickle>
</record>
Modified: erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%20Invoice%20Transaction.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%2520Invoice%2520Transaction.xml?rev=45067&r1=45066&r2=45067&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%20Invoice%20Transaction.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%20Invoice%20Transaction.xml [utf8] Mon Apr 4 21:27:45 2011
@@ -75,6 +75,23 @@
</value>
</item>
<item>
+ <key> <string>searchable_text_property_id</string> </key>
+ <value>
+ <tuple>
+ <string>title</string>
+ <string>description</string>
+ <string>comment</string>
+ <string>reference</string>
+ <string>source_reference</string>
+ <string>destination_reference</string>
+ <string>source_section_title</string>
+ <string>destination_section_title</string>
+ <string>start_date</string>
+ <string>stop_date</string>
+ </tuple>
+ </value>
+ </item>
+ <item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
@@ -82,6 +99,18 @@
<key> <string>type_class</string> </key>
<value> <string>Invoice</string> </value>
</item>
+ <item>
+ <key> <string>type_interface</string> </key>
+ <value>
+ <tuple/>
+ </value>
+ </item>
+ <item>
+ <key> <string>type_mixin</string> </key>
+ <value>
+ <tuple/>
+ </value>
+ </item>
</dictionary>
</pickle>
</record>
Modified: erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%20Invoice%20Transaction.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%2520Invoice%2520Transaction.xml?rev=45067&r1=45066&r2=45067&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%20Invoice%20Transaction.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%20Invoice%20Transaction.xml [utf8] Mon Apr 4 21:27:45 2011
@@ -79,6 +79,23 @@
<value> <string></string> </value>
</item>
<item>
+ <key> <string>searchable_text_property_id</string> </key>
+ <value>
+ <tuple>
+ <string>title</string>
+ <string>description</string>
+ <string>comment</string>
+ <string>reference</string>
+ <string>source_reference</string>
+ <string>destination_reference</string>
+ <string>source_section_title</string>
+ <string>destination_section_title</string>
+ <string>start_date</string>
+ <string>stop_date</string>
+ </tuple>
+ </value>
+ </item>
+ <item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
@@ -86,6 +103,18 @@
<key> <string>type_class</string> </key>
<value> <string>Invoice</string> </value>
</item>
+ <item>
+ <key> <string>type_interface</string> </key>
+ <value>
+ <tuple/>
+ </value>
+ </item>
+ <item>
+ <key> <string>type_mixin</string> </key>
+ <value>
+ <tuple/>
+ </value>
+ </item>
</dictionary>
</pickle>
</record>
Modified: erp5/trunk/bt5/erp5_accounting/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/change_log?rev=45067&r1=45066&r2=45067&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/change_log [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/change_log [utf8] Mon Apr 4 21:27:45 2011
@@ -1,3 +1,6 @@
+2011-04-04 Kazuhiko
+* configure searchable text property ids for Accounting Period, Accounting Transaction, Balance Transaction, Internal Invoice Transaction, Payment Transaction, Purchase Invoice Transaction and Sale Invoice Transaction.
+
2010-09-08 yo
* Forgot to add .append. Sorry.
Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=45067&r1=45066&r2=45067&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] Mon Apr 4 21:27:45 2011
@@ -1 +1 @@
-1460
\ No newline at end of file
+1461
\ No newline at end of file
More information about the Erp5-report
mailing list