Hi, I need to issue a warning to the user when I log in to the system, how can I do it?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
3
回覆
2106
瀏覽次數
Create a wizard with your warning message.
Create action (ir.actions.act_window) with target new for this wizard
Register this action as home action the user
ref: https://ibb.co/x5y24Sb
For every users or for any particular user?
Every user after login