[IMP] reconciliation empty screen

bzr revid: fp@tinyerp.com-20121003125619-ifowx4gg446wznhf
This commit is contained in:
Fabien Pinckaers 2012-10-03 14:56:19 +02:00
parent 415cde94fe
commit 2295cbc26d
2 changed files with 11 additions and 4 deletions

View File

@ -1549,10 +1549,7 @@
<field name="view_mode">account_reconciliation_list</field>
<field name="help" type="html">
<p>
Good job!
</p><p>
There is nothing to reconcile. All invoices and payments
have been reconciled, your partner balance is clean.
No journal items found.
</p>
</field>
</record>

View File

@ -3,6 +3,16 @@
<templates id="template" xml:space="preserve">
<t t-name="AccountReconciliation">
<t t-if="widget.current_partner === null">
<div class="oe_view_nocontent">
<p>
Good job!
</p><p>
There is nothing to reconcile. All invoices and payments
have been reconciled, your partner balance is clean.
</p>
</div>
</t>
<div class="oe_account_reconciliation">
<t t-if="widget.current_partner !== null">
<div>