Commit fda729f6 authored by Rafael Monnerat's avatar Rafael Monnerat

Change actions to use dms. Reduce duplicated forms.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22888 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4cc52f62
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string:${object_url}/Ticket_viewDocumentList</string> </value> <value> <string>string:${object_url}/Entity_viewDocumentList</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <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> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string:${object_url}/Ticket_viewDocumentList</string> </value> <value> <string>string:${object_url}/Entity_viewDocumentList</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <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> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string:${object_url}/Ticket_viewDocumentList</string> </value> <value> <string>string:${object_url}/Entity_viewDocumentList</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <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> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string:${object_url}/Ticket_viewDocumentList</string> </value> <value> <string>string:${object_url}/Entity_viewDocumentList</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <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> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
287 288
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment