[IMP] improved view of chart of taxes wizard

bzr revid: bde@tinyerp.com-20120627063013-3w5rlcpb1th4kgi5
This commit is contained in:
Bharat Devnani (OpenERP) 2012-06-27 12:00:13 +05:30
parent 4bd5a1f28f
commit 4c71e32217
1 changed files with 4 additions and 3 deletions

View File

@ -10,11 +10,12 @@
<form string="Account tax charts" version="7.0">
<header>
<button icon="terp-gtk-go-back-rtl" string="Open Charts" name="account_tax_chart_open_window" type="object" />
<button icon="gtk-cancel" special="cancel" string="Cancel" />
</header>
<group>
<group col="4">
<field name="period_id"/>
<label colspan="4" string="(If you do not select period it will take all open periods)"/>
<label string="(If you do not select period it will take all open periods)"/>
</group>
<group>
<field name="target_move"/>
</group>
</form>