server-ux
server-ux copied to clipboard
add module multisearch_field for multi searching value in search function module change from 16.0. adding: line 15 in multisearch_field/monkeypatching.py: `if self.env["ir.model.access"].check_access_rights( "read", raise_exception=False) and self != self.env["ir.config_parameter"]:`
base_tier_validation/models/tier_validation.py may raise an exception in the _tier_validation_check_write_allowed() method when there is no change (when vals[fld] == rec[fld]). I encountered this case while using the account_move_tier_validation module and posting a...
This module add multi-searching with separator for all search. It add to model.search() code to enable searching with separator. example: 1. you are searching "Tom|kelly;hart" 2. If the separator are...
@Tecnativa TT52224
Made fields as part of "res.users" to be writeable: "date_format", "time_format", "week_start", "decimal_point", "thousands_sep" base_user_locale settings works only in incognito window and verified the same Porting from PR: https://github.com/OCA/server-ux/pull/620