summaryrefslogtreecommitdiff
path: root/odoo/osv
AgeCommit message (Expand)Author
2024-09-23[IMP] core: jsonb company dependent fieldsChong Wang (cwg)
2024-09-06[IMP] core: _search_display_name replaces _name_searchKrzysztof Magusiak (krma)
2024-09-05[IMP] core: deprecate odoo.registry()Krzysztof Magusiak (krma)
2024-09-04[REF] core: refactor property searchChong Wang (cwg)
2024-08-26[REF] core: refactor search for translated fieldsChong Wang (cwg)
2024-08-23[FIX] core: complement =? testKrzysztof Magusiak (krma)
2024-07-26[IMP] *: remove unnecessary pycompat.to_text callsXavier Morel
2024-07-11[IMP] core: complement comparison with empty strKrzysztof Magusiak (krma)
2024-07-10[IMP] core, website: cut-down on re-exports from odoo.tools.sqlXavier Morel
2024-07-08[IMP] core: complement search on many2one likeKrzysztof Magusiak (krma)
2024-07-08[IMP] core: Use get_domain_list in relationsKrzysztof Magusiak (krma)
2024-07-06[IMP] core: complement correcly relationship traversalKrzysztof Magusiak (krma)
2024-07-05[IMP] core: remove 'inselect' operatorKrzysztof Magusiak (krma)
2024-07-05[IMP] core: complement like operatorKrzysztof Magusiak (krma)
2024-06-24[FIX] core: fixes subsearch with inactive recordsRémy Voet (ryv)
2024-06-24[FIX] core: fix operator 'child_of' for many2many fieldsRémy Voet (ryv)
2024-04-25[IMP] base: read_group date part number granularityVincent Schippefilt
2024-04-09[FIX] core: expression.OR with empty (true) domainKrzysztof Magusiak
2024-02-08[FIX] core: fix related field search domain.Rémy Voet (ryv)
2024-01-15[REF] core: new flush strategyRémy Voet (ryv)
2024-01-15[MOV] core: move `_leaf_to_sql` in models.pyRémy Voet (ryv)
2023-12-22[REF] core: move `get_unaccent_wrapper` directly on the registryRémy Voet (ryv)
2023-12-14[IMP] base: fold wildcard operands to a simple boolean literalVAN BOSSUYT Nicolas
2023-11-22[REM] core: remove osv.osv fileRémy Voet (ryv)
2023-11-09[FIX] base: raise ValueError when user enters wrong pathSaurabh Choraria
2023-11-02[REM] core,*: remove `unaccent` parameter from `Field`Rémy Voet (ryv)
2023-10-27[IMP] core: support delay translationChong Wang (cwg)
2023-10-20[IMP] core: use SQL wrapper in expressionRaphael Collet
2023-10-18[FIX] base,core: relax `{child,parent}_of` with related fieldsDylan Kiss (dyki)
2023-09-27[FIX] core: '=like'/'like' doesn't use unaccent anymoreRémy Voet (ryv)
2023-09-27[IMP] core: introduce SQL wrapperRaphael Collet
2023-08-18[REF] base: Update modifier syntax (invisible, required, readonly)Gorash
2023-07-20[IMP] models: manage sub companies with `check_company`william-andre
2023-07-20[FIX] base: do not depend on `active_test` to evaluate `parent_of`william-andre
2023-07-07[FIX] core: fix semantic of 'not any' operator with many2one field.Rémy Voet (ryv)
2023-06-08[FIX] base: Update non-stored field error logging to include exc detailsAchraf (abz)
2023-06-02[FIX] core: fix infinite loops with child_of/parent_ofIvan Yelizariev
2023-05-09[FIX] core: invalid field should raise an Exception in domainRémy Voet (ryv)
2023-04-27[IMP] core: `prettify_domain` functionJulien Castiaux
2023-04-27[IMP] core: merge subqueries WHERE clausesJulien Castiaux
2023-03-07[IMP] base: search on properties fieldsstd-odoo
2023-03-05[IMP] core: _name_search() now takes explicit order and limit parametersRaphael Collet
2023-03-05[IMP] core: _search() no longer uses a default orderRaphael Collet
2023-03-05[IMP] core: improve Query for subqueriesRaphael Collet
2023-03-05[IMP] core: quote field "id" in SQL queriesRaphael Collet
2022-10-26[REM] core: SQL compiler helpers deprecated since 14.0xmo-odoo
2022-10-26[REM] core: exceptions bits deprecated since 14.0xmo-odoo
2022-10-11[FIX] core: fix search domain containing empty False NoneChong Wang (cwg)
2022-10-11[FIX] core: search translated fields with characters needed to be escapedChong Wang (cwg)
2022-10-11[FIX] core: fix search for translated fieldChong Wang (cwg)