Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separate onchange methods for bin and mpn fields
Refactored the `_onchange_format_fields_upper` method into two distinct methods: `_onchange_format_mpn_upper` and `_onchange_format_bin_upper`. This change filters products based on whether their `mpn` or `bin` fields are already uppercase, optimizing performance by avoiding unnecessary updates.
- Loading branch information