Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
3964 Widoki

Hello guys, I would like put a number in menus about this ones need an action, I inherit ir.needaction_mixin in my model and in the xml I added <field name="message_needaction" invisible="1"/> in my tree view and in the menus actions I added this (all the menus that should have the notification number):

            <field name="context">{

                'needaction_menu_ref':

                [

                    'hr_holidays_horasextras.menu_hr_holidays_horasextras',

                    'hr_holidays_horasextras.menu_hr_holidays_horasextrascreadas',

                    'hr_holidays_horasextras.menu_hr_holidays_horasextrasaprobar',

                    'hr_holidays_horasextras.menu_hr_holidays_horasextrasaprobar_director',

                ]

            }</field>


But It didn't work, could you help me? Thanks!

Awatar
Odrzuć
Autor Najlepsza odpowiedź

Okay I did it ! just with  def _needaction_domain_get(self, cr, uid, context=None)  

I resolved my problem

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
paź 17
3199
0
kwi 17
8548
3
sty 24
8704
0
sty 24
7
3
lut 20
2955