Skip to Content
Menu
v 18.0 Third Party 13
Download for v 18.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 85
Technical Name web_widget_range_slider
LicenseSee License tab
Websitehttps://github.com/holasoftware/odoo_range_slider_widget
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 85
Technical Name web_widget_range_slider
LicenseSee License tab
Websitehttps://github.com/holasoftware/odoo_range_slider_widget

Range Slider Widget

This module adds a new range slider widget for float fields.

Usage

Use the widget name range_slider in float fields.

The available options are:

  • min: Minimum value
  • max: Maximum value
  • step: Increment steps

Example:

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
    <record id="my_model" model="ir.ui.view">
        <field name="name">my_model.form</field>
        <field name="model">my_model</field>
        <field name="arch" type="xml">
            ...
            <field name="float_field" widget="range_slider" options="{'min':0, 'max':55, 'step': 5}"/>
            ...
        </field>
    </record>
</odoo>
Copyright (c) 2025 Miguel Martinez Lopez

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.