[IMP] account: useability improvement in manual reconciliation process

bzr revid: qdp-launchpad@tinyerp.com-20100824143150-zo0dgrrg9ag5z9z0
This commit is contained in:
qdp-launchpad@tinyerp.com 2010-08-24 16:31:50 +02:00
parent 37d61f380e
commit 1fb2aed7ce
2 changed files with 2 additions and 2 deletions

View File

@ -1059,7 +1059,7 @@
<field name="date" select='1'/>
<field name="account_id" select='1'/>
<field name="partner_id" select='1'>
<filter help="Next Partner Entries to reconcile" name="next_partner" string="Next Partner to reconcile" context="{'next_partner_only': 1}" icon="terp-partner" domain="[('account_id.reconcile','=',True),('reconcile_id','=',False)]"/>
<filter help="Next Partner Entries to reconcile" name="next_partner" string="Next Partner to reconcile" context="{'next_partner_only': 1}" icon="terp-gtk-jump-to-ltr" domain="[('account_id.reconcile','=',True),('reconcile_id','=',False)]"/>
</field>
</group>
<newline/>

View File

@ -15,7 +15,7 @@
<newline/>
<group colspan="4" col="4">
<button special="cancel" string="Cancel" icon="gtk-cancel"/>
<button name="next_partner" icon="gtk-go-forward" type="object" string="Go to next partner" />
<button name="next_partner" icon="terp-gtk-jump-to-ltr" type="object" string="Go to next partner" />
</group>
</form>
</field>