← Back to team overview

c2c-oerpscenario team mailing list archive

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

 

Public bug reported:

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.

** Affects: openobject-client-web
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/777643

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

Status in OpenERP Web Client:
  New

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.


Follow ups

References