trytond-sale_pos_esc/view/pos_device_tree.xml
Sergi Almacellas Abellana 297e22d176 Initial commit
2014-01-31 21:16:01 +01:00

11 lines
390 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="/tree/field[@name='company']" position="after">
<field name="printer_port"/>
<field name="display_port"/>
<field name="display_baud"/>
<field name="display_digits"/>
</xpath>
</data>