Table of contents
To install this, follow below steps:
How to use this module:
duration = fields.integer(
string="Duration",
help="Set Duration",
default="60"
)
<field name="arch" type="xml">
<tree string="View name">
<field name="duration" widget="time_delta_list"/>
</tree>
</field>
<field name="arch" type="xml">
<form string="View name">
<field name="duration" widget="time_delta"/>
</rom>
</field>