12 lines
402 B
XML
12 lines
402 B
XML
<?xml version="1.0"?>
|
|
<!--This file 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/notebook/page[@id='notes']" position="before">
|
|
<page string="Equipment" id="equipment">
|
|
<label name="address_equipment"/>
|
|
<field name="address_equipment"/>
|
|
</page>
|
|
</xpath>
|
|
</data>
|