How to add pop up message or message box with message every button clicked?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
6605
查看
One way is adding confirm attribute to xml button definition like:
<button string="TEST BUTTON" type="object" name="name_of_method" confirm="Are you sure ..." />
after module upgrade you will have confirm message popup asking: Are you sure...
hope it helps
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
2
4月 24
|
5090 | ||
|
0
11月 23
|
843 | ||
|
1
9月 23
|
1739 | ||
|
1
7月 22
|
1124 | ||
|
19
8月 20
|
49124 |