CRND web view refresh timed

by
Odoo
v 15.0 Third Party 202
Download for v 15.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 64
Technical Name crnd_web_view_refresh_timed
LicenseLGPL-3
Websitehttps://crnd.pro
Versions 15.0 12.0 14.0 13.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 64
Technical Name crnd_web_view_refresh_timed
LicenseLGPL-3
Websitehttps://crnd.pro
Versions 15.0 12.0 14.0 13.0

CRND Web View Refresh Timed

License: LGPL-3 CR&D


CRND Web View Refresh Timed is designed to automatically reload the view (tree, form and kanban) after a certain period of time, if the "crnd-refresh-every-XT" class is specified in the view definition, where "X" is an integer, a time interval and "T" is the dimension of the time interval("s" - seconds, "m" - minutes)

For example, in xml definition add class to tag:

    <record model="ir.ui.view" id="view_your_model_kanban">
        <field name="model">your.model</field>
        <field name="arch" type="xml">
            <kanban class="crnd-refresh-every-10s">
                <field name="name"/>
                <field name="code"/>
            </kanban>
        </field>
    </record>

    <record model="ir.ui.view" id="view_your_model_form">
        <field name="model">your.model</field>
        <field name="arch" type="xml">
            <form class="crnd-refresh-every-2m">
                <field name="name"/>
                <field name="code"/>
            </form>
        </field>
    </record>

    <record model="ir.ui.view" id="view_your_model_tree">
        <field name="model">your.model</field>
        <field name="arch" type="xml">
            <tree class="crnd-refresh-every-25s">
                <field name="name"/>
                <field name="code"/>
            </tree>
        </field>
    </record>


Bug Tracker

Bugs are tracked on https://crnd.pro/requests. In case of trouble, please report there.


Launch your own ITSM system in 60 seconds:

Create your own Bureaucrat ITSM database yodoo.systems

Maintainer

CR&D

Our web site: https://crnd.pro

This module is maintained by the Center of Research & Development company.

We can provide you further Odoo Support, Odoo implementation, Odoo customization, Odoo 3rd Party development and integration software, consulting services. Our main goal is to provide the best quality product for you.

For any questions contact us.

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, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.