Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
3324 มุมมอง

I am trying to override a method from JasperReports/JasperServer.py within my own module, I have the following class defined

class JasperServer():
    # tried all still doesnt work
    #_inherit = 'JasperServer'   
    #_inherit = 'jasper_reports.JasperServer'
    _inherit = 'jasper_report.JasperServer'

def start(self):
    # code goes here

JasperServer()

import statement for this class has been added to __init__.py
dependency for jasper_reports has been added to __openerp__.py of my custom-module

what am I doing wrong? I notice the original jasper code does not define any _name variables, does that mean it cannot be overriden?

I would prefer not to change the code directly into the original JasperServer.py if possible.

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
4
ก.พ. 25
3480
1
ส.ค. 24
2591
2
พ.ย. 24
3919
3
ต.ค. 23
15351
2
ก.พ. 23
2834