[IMP] account : Improved the message.

bzr revid: mdi@tinyerp.com-20120501120724-16nho55vawhi5xus
This commit is contained in:
Divyesh Makwana (Open ERP) 2012-05-01 17:37:24 +05:30
parent 4f1efa986d
commit 593d14329f
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@
<font color="white"> </font>
</para>
<para style="terp_default_9">[[ reduce(lambda x, y: x +(y['debit'] - y['credit']), getLines(o), 0) == 0 and removeParentNode('blockTable') or message(o, company) ]]</para>
<para style="terp_default_9">There is nothing due with this customer or a company. [[ reduce(lambda x, y: x +(y['debit'] - y['credit']), getLines(o), 0) != 0 and removeParentNode('blockTable') ]]</para>
<para style="terp_default_Bold_9">There is nothing due with this customer or a company. [[ reduce(lambda x, y: x +(y['debit'] - y['credit']), getLines(o), 0) != 0 and removeParentNode('blockTable') ]]</para>
<para style="terp_default_9">
<font color="white"> </font>
</para>