Skip to Content
Menu
This question has been flagged
3 Replies
22825 Rodiniai

need to remove first empty element from selection drop down list.and one is selected default.please advice me to do that friends..

selection field

its comes like

Gender
-----------------------------
|                         |v|
-----------------------------
EMPTY ELEMENT
-----------------------------
Male
-----------------------------
Female
-----------------------------
Portretas
Atmesti
Best Answer

Or we can make this field required to remove the blank value

with required="1"

Portretas
Atmesti
Best Answer

We can remove empty option by adding an attribute to the field that is required='True'.

i.e

inventory_availability = fields.Selection([
('never', 'Sell regardless of inventory'),
('custom', 'Show product-specific notifications'),
], string='Inventory Availability', default='never', required=True)


Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
2
gruod. 23
12523
2
birž. 21
18334
0
rugs. 20
3618
0
geg. 16
3978
1
rugp. 15
9441