Merge lp:~openerp-dev/openobject-addons/7.0-opw-605563-fka into lp:openobject-addons/7.0

Proposed by Foram Katharotiya (OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/7.0-opw-605563-fka
Merge into: lp:openobject-addons/7.0
Diff against target: 12 lines (+1/-1)
1 file modified
account/partner.py (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/7.0-opw-605563-fka
Reviewer Review Type Date Requested Status
Vinay Rana (OpenERP) Pending
Review via email: mp+215814@code.launchpad.net

Description of the change

Hello sir,

I have changed the tooltip of 'total receivable' field in partner form view.

Regards,
FKA

To post a comment you must log in.

Unmerged revisions

9971. By Foram Katharotiya (OpenERP)

[IMP] change tooltip of total receivable field in customer

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account/partner.py'
2--- account/partner.py 2013-10-22 09:19:25 +0000
3+++ account/partner.py 2014-04-15 06:14:06 +0000
4@@ -190,7 +190,7 @@
5
6 _columns = {
7 'credit': fields.function(_credit_debit_get,
8- fnct_search=_credit_search, string='Total Receivable', multi='dc', help="Total amount this customer owes you."),
9+ fnct_search=_credit_search, string='Total Receivable', multi='dc', help="Total amount which is remaining to receive from this customer."),
10 'debit': fields.function(_credit_debit_get, fnct_search=_debit_search, string='Total Payable', multi='dc', help="Total amount you have to pay to this supplier."),
11 'debit_limit': fields.float('Payable Limit'),
12 'property_account_payable': fields.property(