Merge lp:~openerp-dev/openobject-addons/trunk-bug-1178592-nco into lp:openobject-addons

Proposed by Nimesh Contractor(Open ERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1178592-nco
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
hr_timesheet_sheet/hr_timesheet_sheet_view.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1178592-nco
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+163639@code.launchpad.net

Description of the change

Hello,

 Timesheet: add a new line at the bottom of the list.

Thanks.

To post a comment you must log in.

Unmerged revisions

8700. By Priyanka Jani(OpenERP Trainee)

[FIX] editable bottom.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hr_timesheet_sheet/hr_timesheet_sheet_view.xml'
2--- hr_timesheet_sheet/hr_timesheet_sheet_view.xml 2012-12-17 11:14:02 +0000
3+++ hr_timesheet_sheet/hr_timesheet_sheet_view.xml 2013-05-14 05:25:37 +0000
4@@ -104,7 +104,7 @@
5 </page>
6 <page string="Details">
7 <field context="{'employee_id': employee_id, 'user_id':user_id, 'timesheet_date_from': date_from, 'timesheet_date_to': date_to}" name="timesheet_ids" nolabel="1">
8- <tree editable="top" string="Timesheet Activities">
9+ <tree editable="bottom" string="Timesheet Activities">
10 <field name="date"/>
11 <field domain="[('type','in',['normal', 'contract']), ('state', '&lt;&gt;', 'close'),('use_timesheets','=',1)]" name="account_id" on_change="on_change_account_id(account_id, user_id)" context="{'default_use_timesheets': 1}"/>
12 <field name="name"/>

Subscribers

People subscribed via source and target branches

to all changes: