Déplacement pour eggification.
[Plinn.git] / Products / Plinn / profiles / photo / types / Order.xml
1 <?xml version="1.0"?>
2 <object name="Order" meta_type="Factory-based Type Information"
3 xmlns:i18n="http://xml.zope.org/namespaces/i18n">
4 <property name="title">Order</property>
5 <property name="description"></property>
6 <property name="icon_expr">string:${portal_url}/text.gif</property>
7 <property name="content_meta_type">Print order</property>
8 <property name="product"></property>
9 <property name="factory">photoprint.order</property>
10 <property name="add_view_expr"></property>
11 <property name="link_target"></property>
12 <property name="immediate_view">object/edit</property>
13 <property name="global_allow">True</property>
14 <property name="filter_content_types">True</property>
15 <property name="allowed_content_types"/>
16 <property name="allow_discussion">False</property>
17 <alias from="(Default)" to="order_view"/>
18 <action title="View" action_id="view" category="object" condition_expr=""
19 icon_expr="" link_target="" url_expr="string:${object_url}/order_view"
20 visible="True">
21 <permission value="View"/>
22 </action>
23 </object>