Divyesh Makwana(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-900700-mdi into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #900700 in OpenERP Web: "traceback in hr dashboard after installing 
hr_timesheet_sheet"
  https://bugs.launchpad.net/openerp-web/+bug/900700

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-900700-mdi/+merge/104906

Hello Sir,

I have fix the issue: https://bugs.launchpad.net/openerp-web/+bug/900700 
"traceback in hr dashboard after installing hr_timesheet_sheet".

Thanks,
Divyesh
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-900700-mdi/+merge/104906
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-900700-mdi.
=== modified file 'hr/hr_board.xml'
--- hr/hr_board.xml	2012-04-10 14:05:57 +0000
+++ hr/hr_board.xml	2012-05-07 13:21:18 +0000
@@ -9,8 +9,8 @@
         <field name="arch" type="xml">
             <form string="My Board" layout="manual">
                 <board style="2-1">
-                    <column/>
-                    <column/>
+                    <column>
+                    </column>
                 </board>
             </form>
         </field>
@@ -37,8 +37,8 @@
         <field name="arch" type="xml">
             <form string="HR Manager Board" layout="manual">
                 <board style="2-1">
-                    <column/>
-                    <column/>
+                    <column>
+                    </column>
                 </board>
             </form>
         </field>

=== modified file 'hr_evaluation/board_hr_evaluation_view.xml'
--- hr_evaluation/board_hr_evaluation_view.xml	2011-12-19 16:54:40 +0000
+++ hr_evaluation/board_hr_evaluation_view.xml	2012-05-07 13:21:18 +0000
@@ -16,7 +16,7 @@
             <field name="inherit_id" ref="hr.board_hr_form"/>
             <field name="type">form</field>
             <field name="arch" type="xml">
-            <xpath expr="/form/board/column[1]" position="inside">
+            <xpath expr="/form/board/column" position="inside">
                 <action name="%(action_hr_evaluation_interview_board)d" string="Interview Requests"/>
             </xpath>
             </field>

=== modified file 'hr_expense/board_hr_expense_view.xml'
--- hr_expense/board_hr_expense_view.xml	2011-12-26 12:21:45 +0000
+++ hr_expense/board_hr_expense_view.xml	2012-05-07 13:21:18 +0000
@@ -17,7 +17,7 @@
             <field name="inherit_id" ref="hr.board_hr_form"/>
             <field name="type">form</field>
             <field name="arch" type="xml">
-                <xpath expr="/form/board/column[1]" position="inside">
+                <xpath expr="/form/board/column" position="inside">
                      <action name="%(action_my_expense)d" string="My Expenses" creatable="true"/>
                 </xpath>
             </field>

=== modified file 'hr_holidays/board_hr_holidays_view.xml'
--- hr_holidays/board_hr_holidays_view.xml	2011-12-19 16:54:40 +0000
+++ hr_holidays/board_hr_holidays_view.xml	2012-05-07 13:21:18 +0000
@@ -16,7 +16,7 @@
             <field name="type">form</field>
             <field name="inherit_id" ref="hr.board_hr_form"/>
             <field name="arch" type="xml">
-                <xpath expr="/form/board/column[1]" position="inside">
+                <xpath expr="/form/board/column" position="inside">
                  <action name="%(action_hr_holidays_leaves_by_month)d" string="Leaves"/>
                 </xpath>
             </field>

=== modified file 'hr_timesheet_sheet/board_hr_timesheet_view.xml'
--- hr_timesheet_sheet/board_hr_timesheet_view.xml	2011-12-19 16:54:40 +0000
+++ hr_timesheet_sheet/board_hr_timesheet_view.xml	2012-05-07 13:21:18 +0000
@@ -40,8 +40,10 @@
             <field name="inherit_id" ref="hr.board_hr_form"/>
             <field name="type">form</field>
             <field name="arch" type="xml">
-                <xpath expr="/form/board/column[2]" position="inside">
-                    <action name="%(action_week_attendance_graph)d" string="My Total Attendance By Week"/>
+                <xpath expr="/form/board/column" position="after">
+                    <column>
+                        <action name="%(action_week_attendance_graph)d" string="My Total Attendance By Week"/>
+                    </column>
                 </xpath>
             </field>
         </record>

_______________________________________________
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