← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 876895] Re: base_report_to_printer wrong import statement

 

Thanks for reporting.
Fixed with http://bazaar.launchpad.net/~domsense/domsense-agilebg-addons/6.0/revision/41
I hope sooner or later we won't need to use base_calendar anymore ( https://bugs.launchpad.net/openobject-server/+bug/837552 )

** Changed in: domsense-agilebg-addons
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/876895

Title:
  base_report_to_printer wrong import statement

Status in OpenERP Addons by Agile BG & Domsense:
  Fix Released

Bug description:
  your base_report_to_printer writes

  from addons.base_calendar import base_calendar

  but this raises an ImportError if someone specifies the addons_path as a list in server config file
  the solution is to simply write

  from base_calendar import base_calendar as every addons directory is
  added to the PYTHONPATH

  the attached merge directive corrects this

To manage notifications about this bug go to:
https://bugs.launchpad.net/domsense-agilebg-addons/+bug/876895/+subscriptions


References