mirror of
https://gitlab.com/datalifeit/trytond-staff_workplace
synced 2023-12-14 04:42:58 +01:00
9 lines
313 B
XML
9 lines
313 B
XML
|
<?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>
|