[Erp5-report] r22888 - in /erp5/trunk/bt5/erp5_crm: ActionTemplateItem/portal_types/Campaig...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Aug 6 11:12:45 CEST 2008


Author: rafael
Date: Wed Aug  6 11:12:44 2008
New Revision: 22888

URL: http://svn.erp5.org?rev=22888&view=rev
Log:
Change actions to use dms. Reduce duplicated forms.

Modified:
    erp5/trunk/bt5/erp5_crm/ActionTemplateItem/portal_types/Campaign/document_list.xml
    erp5/trunk/bt5/erp5_crm/ActionTemplateItem/portal_types/Meeting/document_list.xml
    erp5/trunk/bt5/erp5_crm/ActionTemplateItem/portal_types/Sale%20Opportunity/document_list.xml
    erp5/trunk/bt5/erp5_crm/ActionTemplateItem/portal_types/Support%20Request/document_list.xml
    erp5/trunk/bt5/erp5_crm/bt/revision

Modified: erp5/trunk/bt5/erp5_crm/ActionTemplateItem/portal_types/Campaign/document_list.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_crm/ActionTemplateItem/portal_types/Campaign/document_list.xml?rev=22888&r1=22887&r2=22888&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_crm/ActionTemplateItem/portal_types/Campaign/document_list.xml (original)
+++ erp5/trunk/bt5/erp5_crm/ActionTemplateItem/portal_types/Campaign/document_list.xml Wed Aug  6 11:12:44 2008
@@ -77,7 +77,7 @@
       <dictionary>
         <item>
             <key> <string>text</string> </key>
-            <value> <string>string:${object_url}/Ticket_viewDocumentList</string> </value>
+            <value> <string>string:${object_url}/Entity_viewDocumentList</string> </value>
         </item>
       </dictionary>
     </pickle>
@@ -93,7 +93,7 @@
       <dictionary>
         <item>
             <key> <string>text</string> </key>
-            <value> <string>python: getattr(here,\'document_module\', None) is not None</string> </value>
+            <value> <string>python:getattr(portal.portal_skins, \'erp5_dms\', None) is not None</string> </value>
         </item>
       </dictionary>
     </pickle>

Modified: erp5/trunk/bt5/erp5_crm/ActionTemplateItem/portal_types/Meeting/document_list.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_crm/ActionTemplateItem/portal_types/Meeting/document_list.xml?rev=22888&r1=22887&r2=22888&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_crm/ActionTemplateItem/portal_types/Meeting/document_list.xml (original)
+++ erp5/trunk/bt5/erp5_crm/ActionTemplateItem/portal_types/Meeting/document_list.xml Wed Aug  6 11:12:44 2008
@@ -77,7 +77,7 @@
       <dictionary>
         <item>
             <key> <string>text</string> </key>
-            <value> <string>string:${object_url}/Ticket_viewDocumentList</string> </value>
+            <value> <string>string:${object_url}/Entity_viewDocumentList</string> </value>
         </item>
       </dictionary>
     </pickle>
@@ -93,7 +93,7 @@
       <dictionary>
         <item>
             <key> <string>text</string> </key>
-            <value> <string>python: getattr(here,\'document_module\', None) is not None</string> </value>
+            <value> <string>python:getattr(portal.portal_skins, \'erp5_dms\', None) is not None</string> </value>
         </item>
       </dictionary>
     </pickle>

Modified: erp5/trunk/bt5/erp5_crm/ActionTemplateItem/portal_types/Sale%20Opportunity/document_list.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_crm/ActionTemplateItem/portal_types/Sale%2520Opportunity/document_list.xml?rev=22888&r1=22887&r2=22888&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_crm/ActionTemplateItem/portal_types/Sale%20Opportunity/document_list.xml (original)
+++ erp5/trunk/bt5/erp5_crm/ActionTemplateItem/portal_types/Sale%20Opportunity/document_list.xml Wed Aug  6 11:12:44 2008
@@ -77,7 +77,7 @@
       <dictionary>
         <item>
             <key> <string>text</string> </key>
-            <value> <string>string:${object_url}/Ticket_viewDocumentList</string> </value>
+            <value> <string>string:${object_url}/Entity_viewDocumentList</string> </value>
         </item>
       </dictionary>
     </pickle>
@@ -93,7 +93,7 @@
       <dictionary>
         <item>
             <key> <string>text</string> </key>
-            <value> <string>python: getattr(here,\'document_module\', None) is not None</string> </value>
+            <value> <string>python:getattr(portal.portal_skins, \'erp5_dms\', None) is not None</string> </value>
         </item>
       </dictionary>
     </pickle>

Modified: erp5/trunk/bt5/erp5_crm/ActionTemplateItem/portal_types/Support%20Request/document_list.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_crm/ActionTemplateItem/portal_types/Support%2520Request/document_list.xml?rev=22888&r1=22887&r2=22888&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_crm/ActionTemplateItem/portal_types/Support%20Request/document_list.xml (original)
+++ erp5/trunk/bt5/erp5_crm/ActionTemplateItem/portal_types/Support%20Request/document_list.xml Wed Aug  6 11:12:44 2008
@@ -77,7 +77,7 @@
       <dictionary>
         <item>
             <key> <string>text</string> </key>
-            <value> <string>string:${object_url}/Ticket_viewDocumentList</string> </value>
+            <value> <string>string:${object_url}/Entity_viewDocumentList</string> </value>
         </item>
       </dictionary>
     </pickle>
@@ -93,7 +93,7 @@
       <dictionary>
         <item>
             <key> <string>text</string> </key>
-            <value> <string>python: getattr(here,\'document_module\', None) is not None</string> </value>
+            <value> <string>python:getattr(portal.portal_skins, \'erp5_dms\', None) is not None</string> </value>
         </item>
       </dictionary>
     </pickle>

Modified: erp5/trunk/bt5/erp5_crm/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_crm/bt/revision?rev=22888&r1=22887&r2=22888&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_crm/bt/revision (original)
+++ erp5/trunk/bt5/erp5_crm/bt/revision Wed Aug  6 11:12:44 2008
@@ -1,1 +1,1 @@
-287
+288




More information about the Erp5-report mailing list