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

Hi ,

I  need to enable the "action" button in tree view when popup screen. When iam using the tree view popup it does not enable the "action" on clicking the checkbox ..

My code:

    @api.multi

    def open_popup (self):

        return {

            'name': _ ("Purhcase Order Line"),

            'type': 'ir.actions.act_window',

            'view_type': 'form',

            'view_mode': 'tree',

            'res_model': 'purchase.order.line',

            'res_name': 'Open Popup',

            'create': True,

            'target': 'new',

        }

refer this picture the checkbox's are checked but it does not enable the action button..

Can anyone help me to enable the action button

アバター
破棄
関連投稿 返信 ビュー 活動
2
6月 24
1788
1
12月 23
1511
1
4月 23
1640
1
3月 23
2491
0
12月 22
2064