trytond-product_esale/view/esale_template_template_att...

16 lines
615 B
XML

<?xml version="1.0"?>
<!-- This file is part product_esale module for 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='attributes']/field[@name='attribute_set']" position="before">
<newline/>
<field name="template_attributes" colspan="6"/>
</xpath>
<xpath expr="/form/notebook" position="inside">
<page string="Attributes" id="attributes">
<label name="attribute_set"/>
<field name="attribute_set"/>
</page>
</xpath>
</data>