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.