Timer Widget

by ,
Odoo

7.64

v 14.0 Third Party 4
Live Preview
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 127
Technical Name yc_timer_widget
LicenseLGPL-3
Versions 14.0 13.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 127
Technical Name yc_timer_widget
LicenseLGPL-3
Versions 14.0 13.0
YCSolutions-logo

Odoo Timer Widget

This module allows users to displays the timer on form view based on the given start date and end date in the widget option. This module also allows users to call any python method when the time becomes 00:00:00.This module also allows you to perform real time scheduling.

Features

    Displays the timer on form view.
    Call any python method when the time becomes 00:00:00.
    When the times out in timer then the widget returns an id of the record.
    Allows you to perform real time scheduling.

Usage

For view file you just have to add below code:

         <field name="time_left" widget="timer"
options="{'start_time': 'start_time_field', 'end_time': 'end_time_field', 'method': 'your_python_method_name'}"/>

For Calling method, add below code in python file:

         def your_python_method_name(self, js_id):
          rec = self.browse(int(js_id))
          if rec:
              // do anything here with record
      

When the times out in timer then the widget returns an id of the records.

Need Any Help?


If you have anything to share with us based on your use of this module, please let us know. We are ready to offer our support.

Email us

ycsolutions.in@gmail.com

Contact Us

skype id : live:yatrikc360_1

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 or have a question related to your purchase, please use the support page.