summaryrefslogtreecommitdiff
path: root/odoo/fields.py
AgeCommit message (Expand)Author
2025-02-05[FIX] core: event more private `_model_classes`Mathieu Walravens
2025-01-29[IMP] core: add allow_hierachy_operators description on FieldRémy Voet (ryv)
2025-01-24[FIX] core: inherit translations better when upgradeChong Wang (cwg)
2025-01-15[FIX] core: fix typofix translationChong Wang (cwg)
2024-12-23[FIX] core: one2many field domainsKrzysztof Magusiak (krma)
2024-11-22[IMP] core: avoid user specific company dependent fallbackChong Wang (cwg)
2024-11-21[FIX] core: fix company dependent flushChong Wang (cwg)
2024-10-31[IMP] mail, various: introduce sanitize levelsRenaud Thiry
2024-09-27[IMP] web: add export of properties fieldsRémy Voet (ryv)
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-14[FIX] web: make export consistent for int/float/monetary fieldRémy Voet (ryv)
2024-09-04[IMP] core: add typing on models and fieldsGorash
2024-08-15[FIX] base: force None values to be FalseAntoine (ande)
2024-08-14[IMP] base: Allow the `company_ids` field to be used for company checks.Antoine Dupuis (andu)
2024-07-26[IMP] core: inline & simplify `to_text` in fieldsXavier Morel
2024-07-26[FIX] core: unify cache conversion of fields.Char and fields.TextXavier Morel
2024-07-19[FIX] core: explicitly format dates as rec_namesXavier Morel
2024-07-17[IMP] core: keep the prefetch during Field.__set__()Rémy Voet (ryv)
2024-07-14[FIX] core: fix _RelationalMulti.convert_to_cache()Rémy Voet (ryv)
2024-07-10[IMP] core, website: cut-down on re-exports from odoo.tools.sqlXavier Morel
2024-07-10[IMP] core: restrict odoo.tools.misc re-exports, cleanupXavier Morel
2024-07-01[FIX] base: fix update translationsChong Wang (cwg)
2024-06-24[REF] core: refactor Environment attributesRémy Voet (ryv)
2024-06-24[IMP] core: improve performance of record[fname]Rémy Voet (ryv)
2024-05-24[IMP] *: always name gettext placeholders when there are more than oneVincent Larcin
2024-05-08[FIX] core: fix non-attachment binary fields for web_saveRémy Voet (ryv)
2024-05-08[FIX] core: cache inconsistency when assigning related resized image fieldRémy Voet (ryv)
2024-05-08[FIX] core: fix create/write on binary fieldsRémy Voet (ryv)
2024-04-08[FIX] base: string domains on related fields are not validGorash
2024-03-26[IMP] core: improve prefetching for recomputations when writing on one2manyRaphael Collet
2024-03-22[REF] core: remove order parameter of group_expand methodsRémy Voet (ryv)
2024-03-22[REF] *: use the default 'group_expand' of fields.SelectionRémy Voet (ryv)
2024-03-15[REF] base: replace user_has_groups() and user.has_group()Gorash
2024-03-04[REF] base: refactor res.langChong Wang (cwg)
2024-02-28[FIX] core: fix translation typo fixingChong Wang (cwg)
2024-02-28[IMP] field: optimize selection field validationRaphael Collet
2024-02-28[IMP] fields: handling of selection_add in selection fieldsRaphael Collet
2024-02-28[IMP] core: don't validate callable selectionRémy Voet (ryv)
2024-02-26[IMP] core: add env._langChong Wang (cwg)
2024-02-26[FIX] core: evaluate representation of field as a stringThomas Lefebvre (thle)
2024-02-23[FIX] base: allow fetching property field definition on unacessible parent re...Julien Banken
2024-02-16[IMP] bus,web,base: add widget for many2one_reference fieldsAaron Bohy
2024-02-08[IMP] core: make related non-stored fields groupable/aggregetable/sortableRémy Voet (ryv)
2024-02-08[FIX] core: fix related field search domain.Rémy Voet (ryv)
2024-02-08[REF] *: rename group_operator -> aggregatorRémy Voet (ryv)
2024-02-05[FIX] core: new record shouldn't force fetching inverse x2many fieldsRémy Voet (ryv)
2024-02-01[FIX] core: propagate update of modifiers attributes from base termsAlvaro Fuentes
2024-02-01[FIX] core: fix check for text-only translated termsAlvaro Fuentes
2024-01-27[FIX] core: default multi-company domainVictor Feyens