1
<?xml version="1.0" encoding="utf-8"?>
5
<record id="monthly_budget_wizard_form_view" model="ir.ui.view">
6
<field name="name">Monthly Budget Export</field>
7
<field name="model">monthly.budget.wizard</field>
8
<field name="type">form</field>
9
<field name="arch" type="xml">
10
<form string="Monthly Budget Export">
11
<field name="granularity" colspan="2"/>
12
<field name="extension" colspan="2"/>
13
<separator colspan="4"/>
14
<group colspan="4" col="6">
15
<button special="cancel" string="No" icon="gtk-cancel"/>
16
<button name="button_confirm" string="Create report" type="object" icon="gtk-ok"/>