Commit 5d35b4b0 authored by Gabriel Monnerat's avatar Gabriel Monnerat

use DeliveryCell_view instead of BudgetCell_view in Project Cell view

BudgetCell_view is installed by erp5_budget and this bt5 is not dependency of erp5_project. Then, if erp5_project is installed Project Cell is broken.

DeliveryCell_view is more appropriated because it is installed by erp5_trade that is a erp5_project dependency
parent 3fa1001c
......@@ -30,7 +30,9 @@
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
<value>
<none/>
</value>
</item>
<item>
<key> <string>icon</string> </key>
......@@ -71,7 +73,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/BudgetCell_view</string> </value>
<value> <string>string:${object_url}/DeliveryCell_view</string> </value>
</item>
</dictionary>
</pickle>
......
829
\ No newline at end of file
830
\ 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