trytond-staff_workplace/view/employee_form.xml

9 lines
313 B
XML
Raw Normal View History

2016-05-04 10:10:53 +02:00
<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="/form/field[@name='party']" position="after">
<label name="workplace"></label>
<field name="workplace"></field>
</xpath>
</data>