bugGNU Health - Bugs: bug #41360, 'Application Error' on clicking...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #41360: 'Application Error' on clicking 'Company'

Submitter:  Selvakumar <vselva>
Submitted:  Mon 27 Jan 2014 10:33:32 AM UTC
   
 
Category:  Demo environment Severity:  3 - Normal
Item Group:  None Status:  Works For Me
Privacy:  Public Assigned to:  None
Open/Closed:  Closed Release:  None
Module:  Users Component:  None

Fri 24 Apr 2015 11:14:13 PM UTC, comment #1: 

I cannot reproduce this currently. Error is sql cross-type comparison. Maybe fixed in interim and seems not to be gnu health module (?). Closing. Thanks though!

Chris Zimmerman <teffalump>
Mon 27 Jan 2014 10:33:32 AM UTC, original submission:  

I am testing GNU Health on demo server as following:
Server: health.gnusolidario.org:8000
Database: health24rc1
User name: admin
Password: gnusolidario
Tryton version: 3.0.2

------------------------------

When I followed this way to access the 'Company', it showed the 'Application Error' as follows :

Users -> Double click on a 'User' -> 'Open Record' on 'Current Employee' -> New -> 'Open Record' on 'Company:'

------------------------------

Traceback (most recent call last):
  File "/trytond/protocols/jsonrpc.py", line 123, in _marshaled_dispatch
    response['result'] = dispatch_method(method, params)
  File "/trytond/protocols/jsonrpc.py", line 156, in _dispatch
    res = dispatch(*args)
  File "/trytond/protocols/dispatcher.py", line 169, in dispatch
    result = rpc.result(meth(c_args, *c_kwargs))
  File "/trytond/model/modelsql.py", line 940, in search
    cursor.execute(*select)
  File "/trytond/backend/postgresql/database.py", line 309, in execute
    return self.cursor.execute(sql, params)
ProgrammingError: operator does not exist: integer = boolean
LINE 1: ...p" FROM "company_company" AS "a" WHERE (("a"."id" = false) A...
                                                             ^
HINT:  No operator matches the given name and argument type(s). You might need to add explicit type casts.



Selvakumar <vselva>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by teffalump (Posted a comment)
  • -email is unavailable- added by vselva (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-04-24 teffalump StatusNone Works For Me
        Open/ClosedOpen Closed
    2014-01-27 vselva Attached File- Added GNUhealth-AppErr-Employee.png, #30381

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code