[IMP] board: migrate home and administration dashboards to new dashboard style

bzr revid: xmo@openerp.com-20111110130241-5on26qoypm5736d0
This commit is contained in:
Xavier Morel 2011-11-10 14:02:41 +01:00
parent e6c21dfd0f
commit f7d8a68af5
2 changed files with 12 additions and 22 deletions

View File

@ -136,15 +136,15 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Administration Dashboard">
<hpaned position="100">
<child1>
<board style="2-1">
<column>
<action name="%(board_config_overview)d" string="Configuration Overview"/>
<action name="%(action_latest_activities_tree)d" string="Latest Activities" />
</child1>
<child2>
</column>
<column>
<action name="%(action_user_connection_tree)d" string="Users" />
</child2>
</hpaned>
</column>
</board>
</form>
</field>
</record>

View File

@ -44,25 +44,15 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="">
<hpaned>
<child1>
<board style="2-1">
<column>
<action name="%(action_application_tiles)d"/>
</child1>
<child2>
</column>
<column>
<action name="%(action_res_widgets_tweets)d"/>
<action name="%(action_res_widgets_events)d"/>
</child2>
</hpaned>
<!--
The new version should this, kept as comment until rng grammar is updated.
<board style="1">
<column>
<action name="100"/>
</column>
<column/>
<column/>
</board>
-->
</column>
</board>
</form>
</field>
</record>