** Branch linked: lp:~openerp-dev/openobject-addons/trunk-bug-900271-mdi
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/900271
Title:
Bank Statement : Not able to create bank statement with statement
lines
Status in OpenERP Addons (modules):
Fix Committed
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
_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help : https://help.launchpad.net/ListHelp