[IMP] account_export_csv - improve wizard to 7.0 form layout for buttons
parent
51228e6826
commit
c59e40bab4
|
@ -7,7 +7,7 @@
|
|||
<field name="model">account.csv.export</field>
|
||||
<field name="type">form</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Accounting CSV Export">
|
||||
<form string="Accounting CSV Export" version="7.0">
|
||||
<group colspan="4">
|
||||
<field name="company_id" />
|
||||
<field name="fiscalyear_id" domain="[('company_id', '=', company_id)]"/>
|
||||
|
@ -16,17 +16,17 @@
|
|||
<field name="periods" domain="[('state', '=', 'draft'),('fiscalyear_id','=',fiscalyear_id)]"/>
|
||||
<field name="journal_ids"/>
|
||||
</group>
|
||||
<separator string ="" colspan="4"/>
|
||||
<group colspan="4" col="3">
|
||||
<button special="cancel" string="Close" icon="gtk-cancel"/>
|
||||
<button name="action_manual_export_account" string="Trial Balance" type="object" icon="gtk-execute"/>
|
||||
<button name="action_manual_export_analytic" string="Analytic Balance (with accounts)" type="object" icon="gtk-execute"/>
|
||||
<button name="action_manual_export_journal_entries" string="Journal Entries" type="object" icon="gtk-execute"/>
|
||||
</group>
|
||||
<separator string ="" colspan="4"/>
|
||||
<group colspan="4">
|
||||
<separator string ="Report" colspan="4"/>
|
||||
<group colspan="4" style="bo">
|
||||
<field name="data" filename="export_filename"/>
|
||||
</group>
|
||||
<footer>
|
||||
<button name="action_manual_export_account" string="Trial Balance" type="object" icon="gtk-execute" class="oe_highlight"/>
|
||||
<button name="action_manual_export_analytic" string="Analytic Balance (with accounts)" type="object" icon="gtk-execute" class="oe_highlight"/>
|
||||
<button name="action_manual_export_journal_entries" string="Journal Entries" type="object" icon="gtk-execute" class="oe_highlight"/>
|
||||
or
|
||||
<button string="Close" class="oe_link" special="cancel" />
|
||||
</footer>
|
||||
|
||||
</form>
|
||||
</field>
|
||||
|
|
Loading…
Reference in New Issue