module base_calendar overrides printing service
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Server (MOVED TO GITHUB) |
Confirmed
|
Low
|
OpenERP's Framework R&D |
Bug Description
I'm trying to port the PrintJob module to OpenERP 6 and doing this work I noticed that module base_calendar is doing something strange with the print service.
The class base_calendar.
I tried to execute the server in debug mode and placing break points inside the method base_calendar.
I think replacing the report generation web service is probably not the correct strategy for doing ids translations.
I'm reporting this bug because I'm trying to port PrintJob module to OpenERP 6 and I need to override the default web service for generating reports (implemented in the class web_service.
I have the same problem