cashbook/wizard_openline.xml
2022-08-08 14:31:42 +02:00

21 lines
755 B
XML

<?xml version="1.0"?>
<!-- This file is part of the cashbook-module from m-ds for Tryton.
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="open_lines_view_form">
<field name="model">cashbook.open_lines.start</field>
<field name="type">form</field>
<field name="name">wizard_openline_form</field>
</record>
<!-- open line view by wizard to select account -->
<record model="ir.action.wizard" id="act_open_lines">
<field name="name">Open Cashbook</field>
<field name="wiz_name">cashbook.open_lines</field>
</record>
</data>
</tryton>