openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #06799
[Bug 900271] Re: Bank Statement : Not able to create bank statement with statement lines
Hello Raphael,
server revision no: 4033,
client revision no: 2046
addons revision no: 6537
I checked it with latest addons and find that this bug is already fixed.
so, setting this as fix released.
Thanks,
Purnendu Singh
** Changed in: openobject-addons
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/900271
Title:
Bank Statement : Not able to create bank statement with statement
lines
Status in OpenERP Addons (modules):
Fix Released
Bug description:
Accounting > Cash and Bank > Bank Statement >New(with statement lines)
when i tried to create bank statement with statement lines i got
following Traceback
Traceback (most recent call last):
File "/home/han/rdtool/server/trunk/openerp/osv/osv.py", line 120, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/han/rdtool/server/trunk/openerp/osv/osv.py", line 172, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/han/rdtool/server/trunk/openerp/osv/osv.py", line 163, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/han/rdtool/addons/trunk/account/account_cash_statement.py", line 231, in create
res_id = super(account_cash_statement, self).create(cr, uid, vals, context=context)
File "/home/han/rdtool/addons/trunk/account/account_bank_statement.py", line 39, in create
return super(account_bank_statement, self).create(cr, uid, vals, context=context)
File "/home/han/rdtool/server/trunk/openerp/osv/orm.py", line 4152, in create
result += self._columns[field].set(cr, self, id_new, field, vals[field], user, rel_context) or []
File "/home/han/rdtool/server/trunk/openerp/osv/fields.py", line 480, in set
if act[0] == 0:
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/900271/+subscriptions
References