bugGNU Health - Bugs: bug #63496, GH 4.1: error when activating...

 
 

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

bug #63496: GH 4.1: error when activating health_surgery

Submitter:  Axel Braun <coogor>
Submitted:  Fri 09 Dec 2022 04:32:56 PM UTC
   
 
Category:  Functionality Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  meanmicio
Open/Closed:  Closed Release:  4.1.0
Module:  health_surgery Component:  Hospital Management

Sun 11 Dec 2022 04:32:44 PM UTC, comment #2: 
Luis Falcon <meanmicio>
Group administrator
Sun 11 Dec 2022 04:22:02 PM UTC, comment #1: 

Indeed, Axel!

The new surgery package integrates lab and medical imaging tests, so health_lab and health_imaging are dependencies..

I'll commit the changes for testing today.

Thanks for reporting!
Luis

Luis Falcon <meanmicio>
Group administrator
Fri 09 Dec 2022 04:32:56 PM UTC, original submission:  

Traceback (most recent call last):
  File "/trytond/wsgi.py", line 117, in dispatch_request
    return endpoint(request, **request.view_args)
  File "/trytond/protocols/dispatcher.py", line 47, in rpc
    request, database_name, *request.rpc_params)
  File "/trytond/wsgi.py", line 84, in auth_required
    return wrapped(args, *kwargs)
  File "/trytond/protocols/wrappers.py", line 159, in wrapper
    return func(request, pool, args, *kwargs)
  File "/trytond/protocols/dispatcher.py", line 180, in _dispatch
    result = rpc.result(meth(c_args, *c_kwargs))
  File "/trytond/wizard/wizard.py", line 313, in execute
    return wizard._execute(state_name)
  File "/trytond/wizard/wizard.py", line 344, in _execute
    result = self._execute(transition())
  File "/trytond/ir/module.py", line 572, in transition_upgrade
    pool.init(update=update, lang=lang)
  File "/trytond/pool.py", line 166, in init
    activatedeps=activatedeps)
  File "/trytond/modules/__init__.py", line 443, in load_modules
    _load_modules(update)
  File "/trytond/modules/__init__.py", line 406, in _load_modules
    load_module_graph(graph, pool, update, lang)
  File "/trytond/modules/__init__.py", line 238, in load_module_graph
    cls.__register__(module)
  File "/trytond/model/modelsql.py", line 264, in _register_
    ref_model = pool.get(field.model_name)
  File "/trytond/pool.py", line 187, in get
    return self._pool[self.database_name][type][name]
KeyError: 'gnuhealth.imaging.test.result'

Fault: 'gnuhealth.imaging.test.result'

Missing dependency?

Axel Braun <coogor>

 

(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 (Posted a comment)
  • -email is unavailable- added by coogor (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 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-12-15 meanmicio StatusReady For Test Fixed
        Open/ClosedOpen Closed
    2022-12-11 meanmicio StatusConfirmed Ready For Test
    2022-12-11 meanmicio StatusNone Confirmed
        Assigned toNone meanmicio
        ReleaseNone 4.1.0

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code