Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 115 |
Technical Name |
float_time_second_widget |
License | LGPL-3 |
Versions | 17.0 18.0 |
Float Time Second Widget
Overview
The Float Time Second Widget is a custom field widget for Odoo that allows
users to input and display float time values in HH:MM:SS
format. It is designed
to enhance precision in time tracking, useful in attendance, timesheet, or time-based billing applications.
Key Features
- ⏱ Input float time with hours, minutes, and seconds (HH:MM:SS).
- 🔁 Converts between float and human-readable time automatically.
- 🧩 Easy integration using the widget name
float_time_second
. - 🦉 Built using Odoo’s modern OWL framework.
- ✅ Works with readonly and editable fields.
Installation
- Copy the module to your Odoo
addons
directory. - Update the app list and install Float Time Second Widget.
- Restart the Odoo server if necessary.
Usage
To use the widget, simply apply it to any float field in your XML view like this:
<field name="duration" widget="float_time_second"/>
Screenshots
🖼️ Example of the widget in action:

Support & Contact
For support, customization, or contributions, feel free to reach out via email: dk.odootech@gmail.com
Please log in to comment on this module