There a way to create/use a component that allows me to select from a range of valuesââ, something like this the type "number" of html5.
Thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
There a way to create/use a component that allows me to select from a range of valuesââ, something like this the type "number" of html5.
Thanks
Hi,
you can use a fields.selection :
'number': fields.selection([
('1','1'),
('2','2'),
('3','3'),
('4','5'), ], 'Number',)
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
3
5월 25
|
1892 | ||
|
1
5월 25
|
3761 | ||
|
1
4월 25
|
1425 | ||
one2one relational field
해결 완료
|
|
3
9월 24
|
14381 | |
|
2
2월 24
|
2591 |