trytond-account_es/move.xml

13 lines
486 B
XML

<?xml version='1.0'?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tryton>
<data grouped="1">
<record model="ir.ui.view" id="move_line_view_tree">
<field name="model">account.move.line</field>
<field name="inherit" ref="account.move_line_view_tree"/>
<field name="name">move_line_tree</field>
</record>
</data>
</tryton>