bugGNU Health - Bugs: bug #41639, Traceback when opening the Disease...

 
 

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

bug #41639: Traceback when opening the Disease Categories

Submitter:  Luis Falcon <meanmicio>
Submitted:  Wed 19 Feb 2014 11:54:22 AM UTC
   
 
Category:  Functionality Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  meanmicio
Open/Closed:  Closed Release:  2.4.0
Module:  health Component:  None

Wed 19 Feb 2014 11:58:27 AM UTC, comment #1: 

Fixed in Changeset 1186:f198d935ae95

Luis Falcon <meanmicio>
Group administrator
Wed 19 Feb 2014 11:54:22 AM UTC, original submission:  

When clicking on the menu Disease Categories ( Health -> Configuration -> Diseases -> Categories -> Disease Categories ) the traceback is generated:

ERROR:tryton.common.common: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 871, in search
    tables, expression = cls.search_domain(domain)
  File "/trytond/model/modelsql.py", line 1044, in search_domain
    expression = convert(domain)
  File "/trytond/model/modelsql.py", line 1042, in convert
    domain[1:] if domain[0] == 'AND' else domain)))
  File "/trytond/model/modelsql.py", line 1041, in <genexpr>
    return And((convert(d) for d in (
  File "/trytond/model/modelsql.py", line 1032, in convert
    expression = field.convert_domain(domain, tables, cls)
  File "/trytond/model/fields/many2one.py", line 169, in convert_domain
    Model)
  File "/trytond/model/fields/field.py", line 240, in convert_domain
    expression = Operator(column, self._domain_value(operator, value))
  File "/trytond/model/fields/field.py", line 222, in _domain_value
    return self.sql_format(value)
  File "/trytond/model/fields/many2one.py", line 85, in sql_format
    assert value is not False
AssertionError

Luis Falcon <meanmicio>
Group administrator

 

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

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by meanmicio (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
    2014-02-19 meanmicio StatusNone Fixed
        Open/ClosedOpen Closed
        ReleaseNone 2.4.0

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code