trytond-galatea_tutorial_pr.../view/tutorial_form.xml
2015-01-28 16:12:48 +01:00

13 lines
433 B
XML

<?xml version="1.0"?>
<!-- This file is part of galatea_tutorial_product 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='attachments']"
position="after">
<page string="Products" id="products">
<field name="products" colspan="4"/>
</page>
</xpath>
</data>