تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
4484 أدوات العرض

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
الصورة الرمزية
إهمال

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

المنشورات ذات الصلة الردود أدوات العرض النشاط
1
مايو 19
3123
2
أغسطس 18
2916
0
يونيو 16
3987
0
مارس 15
3401
1
أبريل 22
5247