Hardik Ansodariya (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-usability-rename_action-han into
lp:~openerp-dev/openobject-addons/trunk-usability.
Requested reviews:
Amit (Open ERP) (apa-tiny)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-usability-rename_action-han/+merge/68792
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-usability-rename_action-han/+merge/68792
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-usability.
=== modified file 'hr_timesheet_invoice/wizard/hr_timesheet_invoice_create_view.xml'
--- hr_timesheet_invoice/wizard/hr_timesheet_invoice_create_view.xml 2011-01-14 00:11:01 +0000
+++ hr_timesheet_invoice/wizard/hr_timesheet_invoice_create_view.xml 2011-07-22 06:41:40 +0000
@@ -7,7 +7,7 @@
<field name="model">hr.timesheet.invoice.create</field>
<field name="type">form</field>
<field name="arch" type="xml">
- <form string="Invoice analytic lines">
+ <form string="Create Invoice">
<notebook colspan="4">
<page string="Billing Data">
<group col="4" colspan="4">
@@ -33,7 +33,7 @@
</record>
<record id="action_hr_timesheet_invoice_create" model="ir.actions.act_window">
- <field name="name">Invoice analytic lines</field>
+ <field name="name">Create Invoice</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">hr.timesheet.invoice.create</field>
<field name="view_type">form</field>
@@ -44,7 +44,7 @@
<record model="ir.values" id="hr_timesheet_invoice_create_values">
<field name="model_id" ref="model_account_analytic_line" />
<field name="object" eval="1" />
- <field name="name">Invoice analytic lines</field>
+ <field name="name">Create Invoice</field>
<field name="key2">client_action_multi</field>
<field name="value" eval="'ir.actions.act_window,' + str(ref('action_hr_timesheet_invoice_create'))" />
<field name="key">action</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