[REF] Account: Manuall recurrecing group removed

bzr revid: mra@mra-laptop-20101001062708-ajvd4dsp03tvoxs0
This commit is contained in:
Mustufa Rangwala 2010-10-01 11:57:08 +05:30
parent ce5751f9aa
commit 1596ec7934
1 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Create Entries From Models">
<group height="240" width="510">
<separator string="This wizard will create recurring accounting entries" colspan="4"/>
<label string="Select recurring to create a manualy recurring accounting entries" width="400"/>
<field name="model" colspan="4" nolabel="1"/>
@ -17,7 +16,6 @@
<button icon="gtk-cancel" special="cancel" string="Cancel"/>
<button icon="gtk-execute" string="Create Entries" name="create_entries" type="object"/>
</group>
</group>
</form>
</field>
</record>