Form Button Upgrade
(0)
279

Form Button Upgrade

FREE

Available versions
Technical name
xf_form_button_upgrade
License
LGPL-3
Secure dependencies
N/A

Form Button Upgrade

This module provides ability to skip/bypass validation of required/mandatory fields when the action button is clicked. Just add the special context value for the button and use.

Steps:

  1. install the module
  2. Add comma-separated list of fields to the "skip_is_valid" key of context for the button in form view like that: context="{'skip_is_valid':['company_id','currency_id']}"
  3. Also, you can use the "all" keyword to skip all fields like that: context="{'skip_is_valid':['all']}"

More details and code examples in the readme.md
Check out my other modules, maybe you'll find something useful for your system.
0.0 / 5.0
based on 0 ratings
This app does not use any external Python dependencies.
This app is not translated in any languages, it is only available in English.