bugGNU Health - Bugs: bug #37318, health_services doesn't import...

 
 

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

bug #37318: health_services doesn't import trytond.wizard correctly

Submitter:  Matthias Petermann <mpeterma>
Submitted:  Mon 10 Sep 2012 08:20:26 PM UTC
   
 
Category:  Functionality Severity:  3 - Normal
Item Group:  None Status:  Invalid
Privacy:  Public Assigned to:  None
Open/Closed:  Closed Release:  None
Module:  health_services Component:  None

Wed 12 Sep 2012 01:21:40 AM UTC, comment #1: 

Hello Matthias

The _init_.py entry from wizar import * is ok, since it's calling the directory wizard within the health_services module.

What error are you getting ? We did check the Invoice generation from service wizard and it runs ok.


Luis Falcon <meanmicio>
Group administrator
Mon 10 Sep 2012 08:20:26 PM UTC, original submission:  

Within health_services/__init__.py the import:

    from wizard import *

needs to be changed to:

    from trytond.wizard import *

The problem occured with GNU Health 1.6.3 as downloaded on 2012-09-10.

Matthias Petermann <mpeterma>

 

(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 smarro (Updated the item)
  • -email is unavailable- added by meanmicio (Posted a comment)
  • -email is unavailable- added by mpeterma (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 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-06-29 smarro Open/ClosedOpen Closed
    2012-09-12 meanmicio StatusNone Invalid

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code