Merge lp:~vauxoo/addons-vauxoo/jose-timesheet-warning into lp:addons-vauxoo/7.0

Status: Merged
Merged at revision: 1045
Proposed branch: lp:~vauxoo/addons-vauxoo/jose-timesheet-warning
Merge into: lp:addons-vauxoo/7.0
Diff against target: 19 lines (+0/-2)
1 file modified
user_story/view/hr_timesheet_view.xml (+0/-2)
To merge this branch: bzr merge lp:~vauxoo/addons-vauxoo/jose-timesheet-warning

Description of the change

Remove the unknown fields in timesheet view to avoid warnings

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'user_story/view/hr_timesheet_view.xml'
2--- user_story/view/hr_timesheet_view.xml 2014-06-07 17:48:17 +0000
3+++ user_story/view/hr_timesheet_view.xml 2014-06-09 16:20:15 +0000
4@@ -5,7 +5,6 @@
5 <record id="hr_timesheet_line_tree_user_story" model="ir.ui.view">
6 <field name="name">custom.timesheet.tree</field>
7 <field name="model">custom.timesheet</field>
8- <field name="sequence">999</field>
9 <field name="arch" type="xml">
10 <tree editable="top" create='false' edit='false' string="Timesheet Activities">
11 <field name="date" on_change="on_change_date(date)"/>
12@@ -22,7 +21,6 @@
13 <record id="hr_timesheet_line_search_user_story" model="ir.ui.view">
14 <field name="name">custom.timesheet.search</field>
15 <field name="model">custom.timesheet</field>
16- <field name="sequence">999</field>
17 <field name="arch" type="xml">
18 <search string="Timesheet">
19 <field name="date"/>