[Erp5-report] r34797 yusei - /erp5/trunk/bt5/erp5_advanced_invoicing/ActionTemplateItem/por...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Apr 27 07:30:54 CEST 2010
Author: yusei
Date: Tue Apr 27 07:30:53 2010
New Revision: 34797
URL: http://svn.erp5.org?rev=34797&view=rev
Log:
2010-04-27 yusei
* Fix list view forms for sale/purchase invoice module.
* Fix purchase invoice default view action. View form for purchase invoice transaction was used.
* Remove detail action from purchase invoice portal type. It was not an action for purchase invoice.
Removed:
erp5/trunk/bt5/erp5_advanced_invoicing/ActionTemplateItem/portal_types/Purchase%20Invoice/detail.xml
Removed: erp5/trunk/bt5/erp5_advanced_invoicing/ActionTemplateItem/portal_types/Purchase%20Invoice/detail.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_advanced_invoicing/ActionTemplateItem/portal_types/Purchase%2520Invoice/detail.xml?rev=34796&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_advanced_invoicing/ActionTemplateItem/portal_types/Purchase%20Invoice/detail.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_advanced_invoicing/ActionTemplateItem/portal_types/Purchase%20Invoice/detail.xml (removed)
@@ -1,85 +1,0 @@
-<?xml version="1.0"?>
-<ZopeData>
- <record id="1" aka="AAAAAAAAAAE=">
- <pickle>
- <tuple>
- <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
- <tuple/>
- </tuple>
- </pickle>
- <pickle>
- <dictionary>
- <item>
- <key> <string>action</string> </key>
- <value>
- <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
- </value>
- </item>
- <item>
- <key> <string>categories</string> </key>
- <value>
- <tuple>
- <string>action_type/object_view</string>
- </tuple>
- </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>detail</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>7.0</float> </value>
- </item>
- <item>
- <key> <string>title</string> </key>
- <value> <string>Details</string> </value>
- </item>
- <item>
- <key> <string>visible</string> </key>
- <value> <int>1</int> </value>
- </item>
- </dictionary>
- </pickle>
- </record>
- <record id="2" aka="AAAAAAAAAAI=">
- <pickle>
- <tuple>
- <global name="Expression" module="Products.CMFCore.Expression"/>
- <tuple/>
- </tuple>
- </pickle>
- <pickle>
- <dictionary>
- <item>
- <key> <string>text</string> </key>
- <value> <string>string:${object_url}/PurchaseInvoiceTransaction_viewDetails</string> </value>
- </item>
- </dictionary>
- </pickle>
- </record>
-</ZopeData>
More information about the Erp5-report
mailing list