trytond-staff_profile/time_clock.xml

12 lines
542 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 depends="company_time_clock">
<record model="ir.ui.view" id="timeclock_print_start_view_form">
<field name="model">company.employee.time_clock.print_start</field>
<field name="inherit" ref="company_time_clock.time_clock_print_start_view_form"/>
<field name="name">timeclock_print_start_form</field>
</record>
</data>
</tryton>