trytond-staff_workplace/time_clock.xml
Sergio Morillo 696d4ba34a Rename timeclock model.
This commit refs #8776
2019-08-29 10:06:02 +02:00

12 lines
No EOL
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>