[IMP] apply button widget attribute

bzr revid: rgaopenerp-20120620142342-aemmc5nmbte5qzw2
This commit is contained in:
RGA(OpenERP) 2012-06-20 19:53:42 +05:30
parent 1e4c2e4fb4
commit 8b06240a61
1 changed files with 2 additions and 2 deletions

View File

@ -985,8 +985,8 @@
<field name="partner_id" nolabel="1"/>
<field name="lastest_entry" />
<field name="lastest_entry2" /> <newline/>
<button string="Reconcile" name="%(action_view_account_move_line_reconcile)d" type="action" />
<button string="Nothing to Reconcile" name="%(action_account_unreconcile)d" type="action" />
<button string="Reconcile" name="%(action_view_account_move_line_reconcile)d" widget="list_button" type="action" />
<button string="Nothing to Reconcile" name="%(action_account_unreconcile)d" widget="list_button" type="action" />
<field name="reconciliation_progress" widget="progressbar" nolabel="1"/>
</group>