1
<?xml version="1.0" encoding="utf-8"?>
4
<record id="hr_timesheet_sheet_lwa_form" model="ir.ui.view">
5
<field name="name">hr.timesheet.sheet.form</field>
6
<field name="model">hr_timesheet_sheet.sheet</field>
7
<field name="inherit_id" ref="hr_timesheet_sheet.hr_timesheet_sheet_form"/>
8
<field name="arch" type="xml">
9
<xpath expr='//button[@name="cancel"]' position="after">
10
<button name="set_previous_timesheet_ids" states="new,draft" string="Import accounts from previous Timehseet" type="object" class="oe_highlight"/>