This dialog let's users click SUBMIT without selecting a reason:
I want users to be forced to select a reason.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
This dialog let's users click SUBMIT without selecting a reason:
I want users to be forced to select a reason.
Create a custom view that changes the field to be required:
<field name="lost_reason_id" position="attributes">
<attribute name="required">1</attribute>
</field>
This gives you this User Experience:
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
1
11月 18
|
3373 | ||
|
0
8月 24
|
936 | ||
|
1
3月 15
|
4683 | ||
|
0
12月 24
|
1097 | ||
|
0
9月 24
|
1109 |