Hi,

When adding detail lines to a bank statement, if a partner is selected, or 
changed, the following error is shown.

The detail line can still be saved, as can the statement, I don't see any data 
loss. 
It looks like base_module_record is causing the issue.

Terp version 4.2 from bzr (28.11.08).


> Traceback (most recent call last):
>   File "/opt/openerp.c2c/server/bin/netsvc.py", line 333, in run
>     r=m(*msg[2:])
>   File 
> "/opt/openerp.c2c/server/bin/addons/base_module_record/base_module_record.py",
>  line 207, in execute
>     res = fnct(*args, **argv)
>   File "/opt/openerp.c2c/server/bin/service/web_services.py", line 366, in 
> execute
>     res = service.execute(db, uid, object, method, *args)
>   File "/opt/openerp.c2c/server/bin/osv/osv.py", line 111, in execute
>     res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
>   File "/opt/openerp.c2c/server/bin/osv/osv.py", line 92, in execute_cr
>     res = getattr(object,method)(cr, uid, *args, **kw)
> TypeError: onchange_partner_id() takes at least 8 arguments (7 given)


Sean




-------------------- m2f --------------------

--
http://www.openerp.com/forum/viewtopic.php?p=27307#27307

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to