summaryrefslogtreecommitdiff
path: root/odoo/api.py
AgeCommit message (Expand)Author
2024-08-15[FIX] api: move assert cursorThomas Lefebvre (thle)
2024-09-23[IMP] core: jsonb company dependent fieldsChong Wang (cwg)
2024-09-15[IMP] core: Environment._ for translations and LazyTranslateKrzysztof Magusiak (krma)
2024-09-11[IMP] api: add slots on TransactionKrzysztof Magusiak (krma)
2024-09-06[IMP] core: deprecate api.model_create_singleKrzysztof Magusiak (krma)
2024-09-04[IMP] core: add typing on models and fieldsGorash
2024-08-20[FIX] base: round monetary value when checking if differentAnh Thao Pham (pta)
2024-07-24[IMP] core: enable depends_context uid with compute_sudoFlorian Charlier
2024-07-19[IMP] core: env.execute_query_dict()Krzysztof Magusiak (krma)
2024-07-10[IMP] core: restrict odoo.tools.misc re-exports, cleanupXavier Morel
2024-06-24[REF] core: refactor Environment attributesRémy Voet (ryv)
2024-06-24[IMP] core: improve performance of the Cache objectRémy Voet (ryv)
2024-05-08[FIX] core: fix create/write on binary fieldsRémy Voet (ryv)
2024-05-08[FIX] core: add invalidation of Environment's `_cache_key`.Rémy Voet (ryv)
2024-03-26[FIX] core: env.execute_query() for queries that return nothingRaphael Collet
2024-02-13[FIX] api: assert cr is a cursor when creating a new environmentThomas Lefebvre (thle)
2024-03-04[REF] base: refactor res.langChong Wang (cwg)
2024-02-26[IMP] core: add env._langChong Wang (cwg)
2024-02-26[IMP] core: improve performance for env.langChong Wang (cwg)
2024-02-08[IMP] core: add more typing for the dev experienceRémy Voet (ryv)
2024-02-05[FIX] core: optimization of Cache.set() to avoid multiple record.idRaphael Collet
2024-02-05[FIX] core: new record shouldn't force fetching inverse x2many fieldsRémy Voet (ryv)
2024-01-26[IMP] core: better lang checkChong Wang (cwg)
2023-11-01[IMP] core: disable x2many manipulation as sudo for sensitive modelsDenis Ledoux
2024-01-15[REF] core: simplify BaseModel._flush()Rémy Voet (ryv)
2024-01-15[REF] core: new flush strategyRémy Voet (ryv)
2023-11-07[IMP] *: replace type where possiblebve-odoo
2024-01-11[FIX] core, base web, mail: readonly call_kwXavier-Do
2023-12-22[IMP] core: add useful typing in the ORMRémy Voet (ryv)
2023-11-24[FIX] core: modified() for context-dependent non-stored recursive fieldsRaphael Collet
2023-11-16[IMP] core: clean api.call_kwDenis Ledoux
2023-11-14[REM] core: remove deprecated methodsRémy Voet (ryv)
2023-10-27[IMP] core: support delay translationChong Wang (cwg)
2023-08-07[IMP] core: docstring improvementsVictor Feyens
2023-08-09[IMP] core: docstring improvementsVictor Feyens
2023-10-25[IMP] core: clean up the ACL tracebacks someXavier Morel
2023-10-20[IMP] core: introduce _field_to_sql() to replace _inherits_join_calc()Raphael Collet
2023-10-03[FIX] core: make model decorators work better with decorator 5Xavier Morel
2023-08-04[IMP] core: readable representation of the cacheStanislas Sobieski
2023-05-31[FIX] core,account_sequence: avoid `add_to_compute` no-store no-compute fieldsRémy Voet (ryv)
2023-05-19[IMP] core: introduce OrderedWeakSetXavier-Do
2023-04-26[IMP] core: prefetch all translationsChong Wang (cwg)
2023-03-14[IMP] *: remove "French spacing" 👺Louis Wicket (wil)
2022-11-02[REM] core,base,*: deprecated some methods to be remove correctly laterRémy Voet (ryv)
2022-10-28[FIX] base,core: order of self.env.companieswilliam
2022-10-26[REM] core: deprecated Environment methodsXavier Morel
2022-10-10[IMP] core: docstring improvementsVictor Feyens
2022-10-10[IMP] base: possibility to archive companiesDenis Ledoux
2022-09-15[IMP] core: store translated fields as JSONB columnsChong Wang (cwg)
2022-09-02[IMP] core: reduce cost of `modified`.Rémy Voet (ryv)