Kirti Savalia(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-897227-ksa into 
lp:openobject-addons.

Requested reviews:
  Rucha (Open ERP) (rpa-openerp)
Related bugs:
  Bug #897227 in OpenERP Addons: "bad layout of dashboard"
  https://bugs.launchpad.net/openobject-addons/+bug/897227

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-897227-ksa/+merge/83894
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-897227-ksa/+merge/83894
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-897227-ksa.
=== modified file 'hr/hr_board.xml'
--- hr/hr_board.xml	2011-11-16 05:31:49 +0000
+++ hr/hr_board.xml	2011-11-30 05:35:28 +0000
@@ -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>

=== modified file 'hr_timesheet_sheet/board_hr_timesheet_view.xml'
--- hr_timesheet_sheet/board_hr_timesheet_view.xml	2011-11-15 05:22:10 +0000
+++ hr_timesheet_sheet/board_hr_timesheet_view.xml	2011-11-30 05:35:28 +0000
@@ -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>

=== modified file 'mrp/board_manufacturing_view.xml'
--- mrp/board_manufacturing_view.xml	2011-11-15 06:14:51 +0000
+++ mrp/board_manufacturing_view.xml	2011-11-30 05:35:28 +0000
@@ -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')]"/>

=== modified file 'project/board_project_view.xml'
--- project/board_project_view.xml	2011-11-25 17:09:06 +0000
+++ project/board_project_view.xml	2011-11-30 05:35:28 +0000
@@ -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"/>

=== modified file 'project_scrum/board_project_scrum_view.xml'
--- project_scrum/board_project_scrum_view.xml	2011-11-15 08:41:50 +0000
+++ project_scrum/board_project_scrum_view.xml	2011-11-30 05:35:28 +0000
@@ -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>

=== modified file 'stock/board_warehouse_view.xml'
--- stock/board_warehouse_view.xml	2011-11-24 12:14:33 +0000
+++ stock/board_warehouse_view.xml	2011-11-30 05:35:28 +0000
@@ -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"/>

_______________________________________________
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