New layout for the wizard

This commit is contained in:
Guewen Baconnier
2014-11-11 17:16:34 +01:00
parent 20076948e1
commit 19149b36ed

View File

@@ -6,7 +6,7 @@
<field eval="32" name="priority"/>
<field name="arch" type="xml">
<search string="Search Journal Items">
<group>
<group string="Filters">
<separator orientation="vertical"/>
<filter icon="terp-document-new"
string="Unposted"
@@ -85,14 +85,14 @@
<field name="arch" type="xml">
<form string="Taxes Report">
<separator string="Taxes Report" colspan="4"/>
<newline/>
<field name="fiscalyear_id"/>
<separator string="Periods" colspan="4"/>
<field name="period_list" domain="[('fiscalyear_id', '=', fiscalyear_id)]"/>
<group col="2" colspan="4">
<button icon='gtk-cancel' special="cancel" string="Cancel" />
<button name="show_vat" string="Show tax lines" colspan="1" type="object" icon="gtk-ok"/>
</group>
<footer>
<button name="show_vat" string="Show tax lines" type="object" class="oe_highlight"/>
or
<button special="cancel" string="Cancel" class="oe_link"/>
</footer>
</form>
</field>
</record>