Mayur Maheshwari(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-form-add-topbar-apa-chk-mma into 
lp:~openerp-dev/openobject-addons/trunk-form-add-topbar-apa.

Requested reviews:
  OpenERP R&D Team (openerp-dev)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-form-add-topbar-apa-chk-mma/+merge/104095

Hello Sir,

          I have improved xpath and button order 

Thanks,
mma

-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-form-add-topbar-apa-chk-mma/+merge/104095
Your team OpenERP R&D Team is requested to review the proposed merge of 
lp:~openerp-dev/openobject-addons/trunk-form-add-topbar-apa-chk-mma into 
lp:~openerp-dev/openobject-addons/trunk-form-add-topbar-apa.
=== modified file 'analytic_user_function/analytic_user_function_view.xml'
--- analytic_user_function/analytic_user_function_view.xml	2012-04-27 06:43:50 +0000
+++ analytic_user_function/analytic_user_function_view.xml	2012-04-30 11:52:23 +0000
@@ -34,7 +34,7 @@
             <field name="type">form</field>
             <field name="inherit_id" ref="account.view_account_analytic_account_form"/>
             <field name="arch" type="xml">
-                <xpath expr="/form/notebook/page" position="after">
+                <xpath expr="/form/sheet/notebook/page" position="after">
                     <page string="Users/Products Rel.">
                         <field name="user_product_ids" colspan="4" nolabel="1"/>
                     </page>

=== modified file 'hr_timesheet_invoice/hr_timesheet_invoice_view.xml'
--- hr_timesheet_invoice/hr_timesheet_invoice_view.xml	2012-04-30 07:15:42 +0000
+++ hr_timesheet_invoice/hr_timesheet_invoice_view.xml	2012-04-30 11:52:23 +0000
@@ -24,9 +24,9 @@
                 </group>
                 <xpath expr="/form/sheet" position='before'>
                     <div class="oe_form_topbar">
+                        <button name="set_pending" string="Pending" type="object" states="open" icon="gtk-media-pause"/>
                         <button name="set_close" string="Close" type="object" states="open,pending" icon="terp-dialog-close"/>
                         <button name="set_open" string="Re-open project" type="object" states="pending,cancelled,close,draft" icon="gtk-ok"/>
-                        <button name="set_pending" string="Pending" type="object" states="open" icon="gtk-media-pause"/>
                         <button name="set_cancel" string="Cancel" type="object" states="open,pending" icon="gtk-cancel"/>
                         <div class="oe_right">
                             <field name="state" readonly="1" widget="statusbar" nolabel="1"

_______________________________________________
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