trytonpsk-staff_payroll/view/category_form.xml

15 lines
456 B
XML
Raw Permalink Normal View History

2020-04-16 00:37:53 +02:00
<?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. -->
<form>
<label name="name"/>
<field name="name"/>
<label name="code"/>
<field name="code"/>
<notebook colspan="4">
<page string="Wages Default" id="wages_default">
<field name="wages_default" colspan="4"/>
</page>
</notebook>
</form>