wizard: buchungseingabe begonnen
This commit is contained in:
parent
d6ea1b31a6
commit
326d87f758
7 changed files with 251 additions and 2 deletions
21
wizard_booking.xml
Normal file
21
wizard_booking.xml
Normal file
|
@ -0,0 +1,21 @@
|
|||
<?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="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>
|
Loading…
Add table
Add a link
Reference in a new issue