Inspection and Introspection

While we previously used fields_get()arrow-up-right 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

Last updated