Web Widget Time Delta

../description/img/form_view.png
../description/img/list_view.png


Table of contents

Installation

To install this, follow below steps:

Usage

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>

Dependent modules

Change logs

Support

2BIT GmbH