How to use float_time widget in odoo
The float_time widget in Odoo is used to handle time-related data in a decimal format. This widget allows users to input time as a floating-point number, where hours are represented as decimal values. For example, 1.5 represents 1 hour and 30 minutes. It is commonly used in fields where time tracking or durations are needed, such as in timesheets or project management. To use it, simply define the field with the float_time widget in your model, and Odoo will automatically convert the time to the decimal format for easy calculations and reporting.