cashbook/wizard_openline.xml

22 lines
756 B
XML
Raw Permalink Normal View History

<?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>
2022-08-08 12:31:42 +00:00
<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 cashbook -->
2022-08-08 12:31:42 +00:00
<record model="ir.action.wizard" id="act_open_lines">
<field name="name">Open Cashbook</field>
2022-08-08 12:31:42 +00:00
<field name="wiz_name">cashbook.open_lines</field>
</record>
</data>
</tryton>