mirror of
https://github.com/NaN-tic/trytond-purchase_from_openerp.git
synced 2023-12-14 03:33:01 +01:00
11 lines
356 B
XML
11 lines
356 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/notebook/page[@id='info']/separator[@name='comment']"
|
||
|
position="before">
|
||
|
<label name="from_openerp"/>
|
||
|
<field name="from_openerp"/>
|
||
|
</xpath>
|
||
|
</data>
|