Improvements

bzr revid: fp@tinyerp.com-20080821154948-0ty3mxghvx4iaqng
This commit is contained in:
Fabien Pinckaers 2008-08-21 17:49:48 +02:00
parent fbdc1caf4d
commit 54218b887e
2 changed files with 2 additions and 2 deletions

View File

@ -435,7 +435,7 @@ class account_bank_statement_reconcile(osv.osv):
td = 'P '
else:
currency_id = company_currency_id
res.append((o.id, '%s[%.2f/%.2f]' % (td,
res.append((o.id, '%s[%.2f-%.2f]' % (td,
res_currency_obj.compute(cursor, user, company_currency_id,
currency_id, o.total_entry, context=context),
res_currency_obj.compute(cursor, user, company_currency_id,

View File

@ -311,7 +311,7 @@
<notebook colspan="4">
<page string="Entry encoding">
<field colspan="4" name="line_ids" nolabel="1">
<tree colors="red:amount!=reconcile_amount and reconcile_id" editable="bottom" string="Statement lines">
<tree editable="bottom" string="Statement lines">
<field name="date"/>
<field name="ref"/>
<field name="name"/>