Skip to Content
मेन्यू
This question has been flagged
4533 Views

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
Avatar
Discard

See this: http://help.openerp.com/question/49114/why-does-web-controller-inheritance-does-not-work/?answer=49248#post-id-49248

Related Posts Replies Views Activity
1
मई 19
3170
2
अग॰ 18
3004
0
जून 16
4044
0
मार्च 15
3445
1
अप्रैल 22
5286