Commit Graph

6 Commits (b64e6be28e90a7f940bec1207c9e3f3de932fc5c)

Author SHA1 Message Date
Jairo Llopis 39aeff6f97 [IMP] base_search_fuzzy: correct patching, remove similarity order
- [Server-wide patching should be done in `post_load` hook][1], and there's where it's done now.
- Remove similarity order, as it had no use in the wild and was buggy.
- Refactor monkey patch to remove some nonsense.
- Move tests to at_install mode, now that the patch is installed correctly.

@Tecnativa TT31444
2022-03-11 08:44:39 +01:00
Areeb Siddiqi c81fe31298 [MIG] base_search_fuzzy: Migration to 14.0 2022-03-11 08:44:39 +01:00
mreficent 6c40facfa5 [UPD] Eficent -> ForgeFlow 2022-03-11 08:44:39 +01:00
cubells 3939fe8135 [MIG] base_search_fuzzy: Migration to 11.0 2022-03-11 08:44:39 +01:00
darshan-serpent 3f971e5628 Migrated base_search_fuzzy to v9 2022-03-11 08:44:39 +01:00
Christoph Giesel b127ed8fad Renamed module base_trgm_search to base_search_fuzzy, added Unit tests, added translations, added access permissions, moved the monkey patching to method _register_hook of ir.model and fixed _auto_init, added README, cleaned up some aprts 2022-03-11 08:44:39 +01:00