Khushboo Bhatt(openerp) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-project-kanban-view-kbh-kbh into 
lp:~openerp-dev/openobject-addons/trunk-project-kanban.

Requested reviews:
  Amit Patel (OpenERP) (apa-tiny)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-project-kanban-view-kbh-kbh/+merge/97188

hello,

 I have changed xpath in inherited kanban view.

Thank you,
kbh.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-project-kanban-view-kbh-kbh/+merge/97188
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-project-kanban.
=== modified file 'project_timesheet/project_timesheet_view.xml'
--- project_timesheet/project_timesheet_view.xml	2012-03-13 10:17:05 +0000
+++ project_timesheet/project_timesheet_view.xml	2012-03-13 11:03:19 +0000
@@ -50,7 +50,7 @@
             <field name="type">kanban</field>
             <field name="inherit_id" ref="project.view_project_kanban"/>
             <field name="arch" type="xml">
-                <xpath expr="//p[@class='timesheet']" position="after">
+                <xpath expr="//div[@class='progress invoiced']" position="before">
                     <b><kbd class="invoiced">Invoiced amount : <field name="amount_invoiced"/> <field name="currency_id"/></kbd></b>
                 </xpath>
             </field>

_______________________________________________
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