Skip to Content
Menu

Serverless Onchange

by
Odoo
v 18.0 Third Party 17
Download for v 18.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 94
Technical Name serverless_onchange
LicenseLGPL-3
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 94
Technical Name serverless_onchange
LicenseLGPL-3

Serverless Onchange

cover

Available for Hire!

Looking for a skilled and reliable Odoo Developer to bring your business ideas to life? or to fix things? or to analyze unwanted results? or to do whatever in odoo

Let's build something great together! I specialize in custom module development, ERP implementation, and performance tuning tailored to your needs.


Hire Me wa.me/923482852693 /rajeelzahid

Overview

Serverless Onchange is a developer utility module for Odoo 18 that allows you to define onchange behavior directly on the client-side without triggering a server call. This is especially useful for simple field value calculations or dynamic UI updates, reducing unnecessary API requests and resulting in a much smoother user experience. It works with multiple field types and supports formula-based dependencies between fields.

Key Features

  • Client-side onchange computations without server round-trips.
  • Supports multiple field types: Char, Float, Integer, HTML, Selection, Boolean.
  • Formula-based field dependencies for flexible customization.
  • Improves performance by reducing API calls and network load.
  • Seamless integration with existing Odoo models and forms.
  • Ideal for lightweight, real-time computations in the UI.

How to Use

  • Define a field with the serverless_onchange parameter in your model.
  • Specify a dictionary where the key is the target field and the value is a JavaScript expression.
  • The expression has access to:
    • self -> current field value
    • new_values -> current unsaved field values
    • old_values -> previously saved field values
  • When the source field changes, the expression is executed client-side and the target field is updated instantly.
  • No server calls are made, ensuring faster response times and better UX.
  • Example:
    
    boolean_field = fields.Boolean(serverless_onchange={
        'selection_field': """
    if (self){
        return 'option2';
    } else {
        return 'option3';
    }
    """
    })
                
Found any issue? Raise here -> https://github.com/RajeelZahid/OdooModules/issues/new

Serverless Onchange | Compatible with Community, Enterprise and Odoo.sh


Contact Details

Email wa.me/923482852693 /rajeelzahid Explore Other Apps

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.