trytonpsk-staff_payroll/view/position_form.xml

13 lines
503 B
XML

<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath
expr="/form/field[@name='extras']" position="after">
<field name="workday_definition" colspan="4"
view_ids="staff_payroll.workday_definition_view_tree"/>
<button name="create_workdays" string="Create Workdays"
icon="tryton-ok"/>
</xpath>
</data>