Skip to content
Snippets Groups Projects
Commit 5c5d0865 authored by Raphael Collet's avatar Raphael Collet Committed by Nicolas Martinelli
Browse files

[FIX] models: reflect inherited (by `_inherits`) custom fields

When a custom field is created, it now appears in `ir.model.fields` on the
model's children models (by `_inherits`).  This makes the reflection more
accurate (inherited custom fields are visible), although not perfect (they
appear as "base" fields and thus cannot be overridden).

The reflection of fields in `ir.model.fields` has been improved to deal with
custom field creation, modification and suppression.

Note that custom fields are still not inherited through `_inherit` relations.

opw-687626
opw-645065
parent 4c2b5360
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment