[FIX]:bad layout of dashboard

lp bug: https://launchpad.net/bugs/897227 fixed

bzr revid: ksa@tinyerp.com-20111130053024-tudikew3uo8zx14q
This commit is contained in:
Kirti Savalia (OpenERP) 2011-11-30 11:00:24 +05:30
parent 12f96dff03
commit b98a370ca6
6 changed files with 7 additions and 5 deletions

View File

@ -8,7 +8,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="My Board">
<board style="2-1">
<board style="1-2">
<column>
</column>
<column>

View File

@ -41,7 +41,9 @@
<field name="type">form</field>
<field name="arch" type="xml">
<xpath expr="/form/board/column" position="inside">
<column>
<action name="%(action_week_attendance_graph)d" string="My Total Attendance By Week"/>
</column>
</xpath>
</field>
</record>

View File

@ -7,7 +7,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Manufacturing board">
<board style="1-2">
<board style="2-1">
<column>
<action name="%(mrp.mrp_production_action2)d" string="Next Production Orders"/>
<action name="%(procurement.procurement_exceptions)d" string="Procurements in Exception" domain="[('state','=','exception')]"/>

View File

@ -81,7 +81,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="My Board">
<board style="1-2">
<board style="2-1">
<column>
<action name="%(my_open_tasks_action)d" string="My Open Tasks"/>
<action name="%(action_view_delegate_task_tree)d" string="My Delegated Tasks"/>

View File

@ -76,7 +76,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="My Board">
<board style="1-2">
<board style="2-1">
<column>
<action name="%(action_sprint_all_dashboard_tree)d" string="Sprints"/>
</column>

View File

@ -45,7 +45,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Warehouse board">
<board style="1-2">
<board style="2-1">
<column>
<action name="%(action_incoming_product_board)d" string="Incoming Product"/>
<action name="%(action_outgoing_product_board)d" string="Outgoing Product"/>