bugGNU Health - Bugs: bug #61865, lab request will show error press...

 
 

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

bug #61865: lab request will show error press request button.

Submitter:  Feng Shu <tumashu>
Submitted:  Thu 20 Jan 2022 04:30:37 AM UTC
   
 
Category:  Programming / Tracebacks Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  meanmicio
Open/Closed:  Closed Release:  3.9.0
Module:  health_services_lab Component:  None

Thu 20 Jan 2022 07:38:04 PM UTC, comment #1: 
Luis Falcon <meanmicio>
Group administrator
Thu 20 Jan 2022 04:30:37 AM 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 46, in rpc
    return methods.get(request.rpc_method, _dispatch)(
  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 314, in execute
    return wizard._execute(state_name)
  File "/trytond/wizard/wizard.py", line 345, in _execute
    result = self._execute(transition())
  File "/trytond/modules/health_services_lab/wizard/wizard_health_services.py", line 54, in transition_request
    request_number = Sequence.get_id(config.lab_request_sequence.id)
AttributeError: type object 'ir.sequence' has no attribute 'get_id'

Fault: type object 'ir.sequence' has no attribute 'get_id'

Feng Shu <tumashu>
Group Member

 

(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 tumashu (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-01-25 meanmicio StatusReady For Test Fixed
        Open/ClosedOpen Closed
    2022-01-20 meanmicio StatusNone Ready For Test
        Assigned toNone meanmicio
        ReleaseNone 3.9.0
        Modulehealth_lab health_services_lab

    Back to the top

    Powered by Savane 3.12.
    Corresponding source code