Mayur Maheshwari(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-bug-1067775-mma into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
Related bugs:
Bug #1067775 in OpenERP Addons: "insufficient error message validating bank
statatement"
https://bugs.launchpad.net/openobject-addons/+bug/1067775
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1067775-mma/+merge/130309
Hello
I have improve warring message [ lp:1067775 ]
Thanks
Mayur
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1067775-mma/+merge/130309
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-bug-1067775-mma.
=== modified file 'account/account_move_line.py'
--- account/account_move_line.py 2012-10-17 09:36:09 +0000
+++ account/account_move_line.py 2012-10-18 09:37:24 +0000
@@ -759,7 +759,7 @@
else:
currency_id = line.company_id.currency_id
if line.reconcile_id:
- raise osv.except_osv(_('Warning!'), _('Already reconciled.'))
+ raise osv.except_osv(_('Warning'), _('Already Reconciled! %s %s') % (line.reconcile_id.name, line.move_id.name))
if line.reconcile_partial_id:
for line2 in line.reconcile_partial_id.line_partial_ids:
if not line2.reconcile_id:
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp