Inspection and Introspection
Last updated
Last updated
While we previously used to query a model and have been using an arbitrary model from the start, Odoo stores most model metadata inside a few meta-models which allows both querying the system and altering models and fields (with some limitations) on the fly over REST API.
Note
(ir.model)
(ir.model.fields)