[FIX] hr_timesheet_sheet: Remove the editable attribute on the tree view, we will...
authorStephane Wirtel <stephane@openerp.com>
Thu, 11 Mar 2010 13:32:58 +0000 (14:32 +0100)
committerStephane Wirtel <stephane@openerp.com>
Thu, 11 Mar 2010 13:32:58 +0000 (14:32 +0100)
bzr revid: stephane@openerp.com-20100311133258-hl1g5jg4fjlywb5i

addons/hr_timesheet_sheet/hr_timesheet_sheet_view.xml

index 6c62b85..08d5f7f 100644 (file)
@@ -7,7 +7,7 @@
             <field name="model">hr_timesheet_sheet.sheet</field>
             <field name="type">tree</field>
             <field name="arch" type="xml">
-                <tree string="Timesheets" editable="top">
+                <tree string="Timesheets">
                     <field name="user_id"/>
                     <field name="department_id"/>
                     <field name="date_from"/>