21 lines
783 B
XML
21 lines
783 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_accountlines_view_form">
|
|
<field name="model">cashbook.open_accountlines.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_accountlines">
|
|
<field name="name">Open Cashbook</field>
|
|
<field name="wiz_name">cashbook.open_accountlines</field>
|
|
</record>
|
|
|
|
</data>
|
|
</tryton>
|