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

How I can inherit openerp web controller, for example,

from addons import web main = web.controllers.main class DataSet_inherit(main.DataSet): _cp_path = "/web/dataset"

@openerpweb.jsonrequest
def call_button(self, req, model, method, args, domain_id=None, context_id=None):
    print "Inherit"
    return 2
อวตาร
ละทิ้ง

Did you find any answer for this?

Related Posts ตอบกลับ มุมมอง กิจกรรม
Web Controller replacement is ignored แก้ไขแล้ว
1
พ.ค. 19
3176
2
ส.ค. 18
3013
0
มี.ค. 15
3451
0
มี.ค. 15
4539
1
เม.ย. 22
5295