Se rendre au contenu
Menu
Cette question a été signalée

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

Avatar
Ignorer
Publications associées Réponses Vues Activité
2
juin 24
1785
1
déc. 23
1510
1
avr. 23
1639
1
mars 23
2490
0
déc. 22
2063