コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3427 ビュー

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
アバター
破棄
関連投稿 返信 ビュー 活動
1
5月 19
3148
2
8月 18
2949
0
6月 16
4009
0
3月 15
4504
1
4月 22
5262