trytond-timesheet_cost_manage/work.xml

13 lines
464 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tryton>
<data>
<!-- Timesheet Work -->
<record model="ir.ui.view" id="work_view_form">
<field name="model">timesheet.work</field>
<field name="inherit" ref="timesheet.work_view_form"/>
<field name="name">work_form</field>
</record>
</data>
</tryton>