Amit Parmar (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-usability-show_view_id_field_on_dashboard_defi-aar
 into lp:~openerp-dev/openobject-addons/trunk-usability.

Requested reviews:
  Amit (Open ERP) (apa-tiny)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-usability-show_view_id_field_on_dashboard_defi-aar/+merge/69985
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-usability-show_view_id_field_on_dashboard_defi-aar/+merge/69985
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-usability.
=== modified file 'board/board_view.xml'
--- board/board_view.xml	2011-01-14 00:11:01 +0000
+++ board/board_view.xml	2011-08-01 11:41:31 +0000
@@ -85,11 +85,14 @@
             <field eval="1" name="priority"/>
             <field name="arch" type="xml">
                 <form string="Dashboard">
-                    <field name="name"/>
-                    <button colspan="2"
-                        name="%(action_board_menu_create)d"
-                        string="Create Menu" type="action"
-                        icon="gtk-justify-fill" />
+                    <group col="13" colspan="5">
+                        <field name="name"/>
+                        <field name="view_id"/>
+                        <button colspan="2"
+                            name="%(action_board_menu_create)d"
+                            string="Create Menu" type="action"
+                            icon="gtk-justify-fill" />
+                    </group>
                     <field colspan="4" name="line_ids" nolabel="1">
                         <tree string="Dashboard View">
                             <field name="name"/>
@@ -135,7 +138,7 @@
 
         <menuitem
             action="action_view_board_list_form"
-            id="menu_view_board_form" parent="base.reporting_menu" sequence="1"/>
+            id="menu_view_board_form" parent="base.reporting_menu" groups="base.group_no_one" sequence="1"/>
 
         <menuitem action="action_view_board_note_form"
             id="menu_view_board_note_form"

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to