← Back to team overview

openerp-dev-web team mailing list archive

lp:~openerp-dev/openobject-addons/trunk-automated_rules-sprint25_backlog_correction-jam into lp:~openerp-dev/openobject-addons/trunk-automated_rules

 

Jigar Amin - OpenERP has proposed merging lp:~openerp-dev/openobject-addons/trunk-automated_rules-sprint25_backlog_correction-jam into lp:~openerp-dev/openobject-addons/trunk-automated_rules.

Requested reviews:
  Bhumika (OpenERP) (sbh-openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-automated_rules-sprint25_backlog_correction-jam/+merge/52058

Usability improvements of Base Action rule
Kindly review this.

-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-automated_rules-sprint25_backlog_correction-jam/+merge/52058
Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-automated_rules.
=== modified file 'base_action_rule/base_action_rule_view.xml'
--- base_action_rule/base_action_rule_view.xml	2011-02-28 09:22:39 +0000
+++ base_action_rule/base_action_rule_view.xml	2011-03-03 12:52:24 +0000
@@ -48,24 +48,22 @@
                             <field name="sequence" colspan="2"/>
                         </group>
                         <notebook colspan="4">
-                            <page string="Action">
+                            <page string="Generic Rule">
                                 <group col="2" colspan="2" >
-                                    <separator colspan="4" string="Filters"/>
+                                    <separator colspan="4" string="Action"/>
                                     <group col="4" colspan="4">
                                         <field name="filter_id" colspan="2"/>
                                         <button name="btn_create_filter" type="object" string="Create _Filter" 
                                                 icon="terp-document-new" help="To create filter go to on search viewmake your filter and save it, that lead to the search (and list) view of the object."/>
+                                        <field name="server_action_id" colspan="2" domain="[('model_id','=',model_id)]"/>
                                     </group>
                                 </group>
                                 <group col="2" colspan="2">
-                                    <separator colspan="4" string="Server Action"/>
-                                    <field name="server_action_id" colspan="2" domain="[('model_id','=',model_id)]"/>
+                                    <separator colspan="4" string="Misecellenious"/>
+                                    <field name="active"/>
+                                    <field name="last_run"/>
                                 </group>
                             </page>
-                            <page string="Misecellenious">
-                                <field name="active"/>
-                                <field name="last_run"/>
-                            </page>
                         </notebook>
                     </form>
                 </field>


Follow ups