openerp-dev-web team mailing list archive
-
openerp-dev-web team
-
Mailing list archive
-
Message #03221
[Merge] lp:~openerp-dev/openobject-addons/trunk-bug-720627-ara into lp:openobject-addons
Ashvin Rathod (OpenERP) has proposed merging lp:~openerp-dev/openobject-addons/trunk-bug-720627-ara into lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
Related bugs:
#720627 [PS] Different names for the same object : Timesheet Lines vs Working hours
https://bugs.launchpad.net/bugs/720627
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-720627-ara/+merge/50328
Hello,
Fixed the bug: Different names for the same object : Timesheet Lines vs Working hours
https://bugs.launchpad.net/openobject-addons/+bug/720627
Thanks,
ara
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-720627-ara/+merge/50328
Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-bug-720627-ara.
=== modified file 'hr_timesheet/hr_timesheet_view.xml'
--- hr_timesheet/hr_timesheet_view.xml 2011-01-14 00:11:01 +0000
+++ hr_timesheet/hr_timesheet_view.xml 2011-02-18 13:11:51 +0000
@@ -84,7 +84,7 @@
</record>
<record id="act_hr_timesheet_line_evry1_all_form" model="ir.actions.act_window">
- <field name="name">Working Hours</field>
+ <field name="name">Timesheet Lines</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">hr.analytic.timesheet</field>
<field name="view_type">form</field>
Follow ups