Mayur Maheshwari(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-bug-997316-mma into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
Related bugs:
Bug #997316 in OpenERP Addons: "Validating a Bank Statement with centralized
option in bank journal crashes"
https://bugs.launchpad.net/openobject-addons/+bug/997316
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-997316-mma/+merge/105320
Hello Sir,
account: I Have fix the issue of Centralized Counterpart [Type-error:] Now
user can Validate a Bank Statement with centralized option in bank journal
Thanks.
mma
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-997316-mma/+merge/105320
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-bug-997316-mma.
=== modified file 'account/account_move_line.py'
--- account/account_move_line.py 2012-02-13 18:07:41 +0000
+++ account/account_move_line.py 2012-05-10 13:00:26 +0000
@@ -556,6 +556,7 @@
'journal_id': lambda self, cr, uid, c: c.get('journal_id', False),
'credit': 0.0,
'debit': 0.0,
+ 'amount_currency': 0.0,
'account_id': lambda self, cr, uid, c: c.get('account_id', False),
'period_id': lambda self, cr, uid, c: c.get('period_id', False),
'company_id': lambda self, cr, uid, c: self.pool.get('res.company')._company_default_get(cr, uid, 'account.move.line', context=c)
_______________________________________________
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