Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
1781 Переглядів

I want to inherit odoo session dialog screen, by default the dialog message is "Odoo Session Expired", and I want to overwrite this message to my custom message

Аватар
Відмінити
Найкраща відповідь

Hi saimnaqvi,

Try this way i think you need this change

  • In odoo16 
  • so first inside your custom module create new js file.
  • And add below content and try.

  • then add this file path in manifest
'web.assets_frontend': [ #your file path ]

If this way not work use try to find in Odoo documentation patch in Owl js.


Thanks.

Аватар
Відмінити
Автор

Bro, already I have tried this way, but this is not working, don't know how to change SessionExpiredDialog message, please suggest me if there is an alternative solution for this

Related Posts Відповіді Переглядів Дія
1
лип. 23
2861
1
груд. 23
1412
1
трав. 25
2460
1
квіт. 25
3481
1
квіт. 25
4311