Commit cbf9db46 authored by Jérome Perrin's avatar Jérome Perrin

remove references to Discount portal type

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28572 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6b705305
<?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>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>view_discount</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>4.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Discount</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}/TradeCondition_viewDiscount</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -32,7 +32,6 @@
<item>Sale Order Milestone</item>
</portal_type>
<portal_type id="Task">
<item>Discount</item>
<item>Task Line</item>
<item>Payment Condition</item>
</portal_type>
......
660
\ No newline at end of file
661
\ No newline at end of file
......@@ -84,5 +84,4 @@ Task | jump_to_related_task_report
Task | jump_to_successor_task
Task | payment_condition
Task | profile_view
Task | view
Task | view_discount
\ No newline at end of file
Task | view
\ No newline at end of file
......@@ -18,6 +18,5 @@ Task Module | Task
Task Report Module | Task Report
Task Report | Payment Condition
Task Report | Task Report Line
Task | Discount
Task | Payment Condition
Task | Task Line
\ 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