← Back to team overview

openerp-dev-web team mailing list archive

[Bug 777643] Re: [OpenERP60]Web Client 602 error when add bank details on partner form

 

Hello,

I have tested as you specified and face the problem.
Following steps to reproduced this issue:

1) Open customer form.
2) Open Accounting tab.
3) Fill the bank Information.
4) Try to save It.

Thanks for reporting.


** Changed in: openobject-client-web
   Importance: Undecided => Medium

** Changed in: openobject-client-web
       Status: New => Confirmed

** Changed in: openobject-client-web
     Assignee: (unassigned) => OpenERP SA's Web Client R&D (openerp-dev-web)

-- 
You received this bug notification because you are a member of OpenERP
SA's Web Client R&D, which is a bug assignee.
https://bugs.launchpad.net/bugs/777643

Title:
  [OpenERP60]Web Client 602 error when add bank details on partner form

Status in OpenERP Web Client:
  Confirmed

Bug description:
  OpenERP 602 revno 3419
  Web client 602 revno 4592
  Postgres 8.4
  Ubuntu 10.04

  New database, with demo data, spanish language (english same problem).
  When I try to add a bank details to partner form (partner / notebook accounting):

  
  [2011-05-05 09:55:00,290][test_demo_company] ERROR:db.cursor:Programming error: la columna «country_id» es de tipo integer pero la expresión es de tipo record
  LÍNEA 1: ...lues (1,E'Wavre',E'Sylvie Lelitre',NULL,E'5478',0,(20, E'Bél...
                                                                ^

  SUGERENCIA:  Necesitará reescribir la expresión o aplicarle una conversión de tipo.
  , in query insert into "res_partner_bank" (id,"city","owner_name","name","zip","sequence","country_id","state","street","state_id","partner_id","bank","acc_number",create_uid,create_date) values (1,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,now())
  [2011-05-05 09:55:00,290][test_demo_company] ERROR:web-services:Uncaught exception
  Traceback (most recent call last):
  ...
  ...

  ProgrammingError: la columna «country_id» es de tipo integer pero la expresión es de tipo record
  LÍNEA 1: ...lues (1,E'Wavre',E'Sylvie Lelitre',NULL,E'5478',0,(20, E'Bél...
                                                                ^
  SUGERENCIA:  Necesitará reescribir la expresión o aplicarle una conversión de tipo.

  ###EOF

  If I try with GTK client, I dont have problems, the bank is created
  without problems.

  I have tried with firefox and chrome, same result.

  Juanjo A.