trytond-account_invoice_pos.../invoice.xml
2014-10-02 17:20:11 +02:00

13 lines
449 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tryton>
<data>
<record model="ir.ui.view" id="invoice_view_tree">
<field name="model">account.invoice</field>
<field name="inherit" ref="account_invoice.invoice_view_tree"/>
<field name="name">invoice_tree</field>
</record>
</data>
</tryton>