cashbook/wizard_booking.xml

22 lines
745 B
XML
Raw Permalink Normal View History

2022-09-06 15:26:53 +00:00
<?xml version="1.0"?>
<!-- This file is part of the cashbook-module from m-ds.de for Tryton.
2022-09-06 15:26:53 +00:00
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="enterbooking_start_form">
<field name="model">cashbook.enterbooking.start</field>
<field name="type">form</field>
<field name="name">enterbooking_start_form</field>
</record>
<!-- enter booking -->
<record model="ir.action.wizard" id="act_enterbooking_wiz">
<field name="name">Enter Booking</field>
<field name="wiz_name">cashbook.enterbooking</field>
</record>
</data>
</tryton>