Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 77 |
Technical Name |
web_field_slider |
License | LGPL-3 |
Versions | 15.0 16.0 17.0 |
Widget Slider for Numeric Field
Preview

How to Use

If the attributes (min, max, step) are not set, they will default to
(0, 100, 1).
You can also pass an expression as a value.

Contact me
Skype: live:hieuhoangminh1996
Email: hieuhoangminh1996@gmail.com
Email subject should begin with
[Odoo Module]
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedThere are no ratings yet!
if I am including in the view
Re:
Add like the picture in module description. Put in the view
This is how the fields are defined, could I be doing something wrong?
etested in odoo 17
Thank you very much for your help, and for sharing your knowledge, greetings
This is how the fields are defined, could I be doing something wrong?
etested in odoo 17
Thank you very much for your help, and for sharing your knowledge, greetings
How should I use it since defining the
field_max = fields.Integer(default=100)
is giving the following error:
Caused by: ReferenceError: field_max is not defined
Re:
Have u put field_max on the view already?