bok, line, type, line-open-wizard, context
This commit is contained in:
parent
a9f3eb12b4
commit
ba442b726e
23 changed files with 974 additions and 8 deletions
21
wizard_openline.xml
Normal file
21
wizard_openline.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="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>
|
Loading…
Add table
Add a link
Reference in a new issue