[IMP] moved openerpweb into base.common to be renamed web.commom
[odoo/odoo.git] / addons / base_action_rule / base_action_rule_view.xml
index cc89663..584bc46 100644 (file)
@@ -3,7 +3,10 @@
     <data>
         <menuitem id="base.menu_base_action_rule" name="Automated Actions"
             groups="base.group_extended"
-            parent="base.menu_base_config" sequence="3" />
+            parent="base.menu_base_config" sequence="20" />
+        <menuitem id="base.menu_base_action_rule_admin" name="Automated Actions"
+            groups="base.group_extended"
+            parent="base.menu_custom" />
 
         <!--
             Action Rule Form View
                                 <group col="3" colspan="2" attrs="{'invisible': [('trg_date_type', '=', 'none')]}">
                                     <field name="trg_date_range" string="Delay After Trigger Date"/>
                                     <field name="trg_date_range_type" nolabel="1"/>
-                                   </group>
+                                </group>
                             </group>
                             <separator colspan="4" string="Note"/>
                             <label align="0.0" colspan="4" width="900"
-                               string="The rule uses the AND operator. The model must match all non-empty fields so that the rule executes the action described in the 'Actions' tab." />
+                                string="The rule uses the AND operator. The model must match all non-empty fields so that the rule executes the action described in the 'Actions' tab." />
                         </page>
                         <page string="Actions">
                             <separator colspan="4" string="Fields to Change"/>
@@ -74,7 +77,7 @@
                                 <field colspan="4" name="act_email_cc"/>
                             <separator colspan="4" string="Email Body"/>
                             <field colspan="4" name="act_mail_body" height="250"
-                               nolabel="1" attrs="{'required':[('act_remind_user','=',True)]}" />
+                                nolabel="1" attrs="{'required':[('act_remind_user','=',True)]}" />
                             <separator colspan="4" string="Special Keywords to Be Used in The Body"/>
                             <label align="0.0" string="%%(object_id)s = Object ID" colspan="2"/>
                             <label align="0.0" string="%%(object_subject)s = Object subject" colspan="2"/>
             <field name="view_type">form</field>
             <field name="view_mode">tree,form</field>
             <field name="view_id" ref="view_base_action_rule_tree"/>
-            <field name="help">Create actions automatically triggered based on a user activity in the system.E.g.: an opportunity created by a specific user can be automatically maintained with a specific sales team, or an opportunity which still has status pending after 14 days triggers an automatic reminder email.</field>
+            <field name="help">Use automated actions to automatically trigger actions for various screens. Example: a lead created by a specific user may be automatically set to a specific sales team, or an opportunity which still has status pending after 14 days might trigger an automatic reminder email.</field>
         </record>
 
            <menuitem id="menu_base_action_rule_form"
-               parent="base.menu_base_action_rule" action="base_action_rule_act" sequence="1"/>
+               parent="base.menu_base_action_rule_admin" action="base_action_rule_act" sequence="1"/>
 
 
     </data>