Skip to main content

Beta License: LGPL-3 OCA/rest-framework Translate me on Weblate Try me on Runbot

This addon provides a utility method that can be used to map odoo record to a Pydantic model.

If you need to make your Pydantic models extendable at runtime, takes a look at the python package extendable-pydantic and the odoo addon extendable

Table of contents

Usage

To support pydantic models that map to Odoo models, Pydantic model instances can be created from arbitrary odoo model instances by mapping fields from odoo models to fields defined by the pydantic model. To ease the mapping, the addon provide a utility class odoo.addons.pydantic.utils.GenericOdooGetter.

import pydantic
from odoo.addons.pydantic import utils

class Group(pydantic.BaseModel):
    name: str

    class Config:
        orm_mode = True
        getter_dict = utils.GenericOdooGetter

class UserInfo(pydantic.BaseModel):
    name: str
    groups: List[Group] = pydantic.Field(alias="groups_id")

    class Config:
        orm_mode = True
        getter_dict = utils.GenericOdooGetter

user = self.env.user
user_info = UserInfo.from_orm(user)

See the official Pydantic documentation to discover all the available functionalities.

Known issues / Roadmap

The roadmap and known issues can be found on GitHub.

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • ACSONE SA/NV

Contributors

Maintainers

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainer:

lmignon

This module is part of the OCA/rest-framework project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

odoo_addon_pydantic-15.0.1.1.1-py3-none-any.whl (23.2 kB view details)

Uploaded Python 3

File details

Details for the file odoo_addon_pydantic-15.0.1.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for odoo_addon_pydantic-15.0.1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 66368679a9f9d0303983d46256392ff88d40db5dbcac808b26f6deda1b62c281
MD5 2bb506305244248bc665cc087327c342
BLAKE2b-256 e30ae49de00741d0b06f3b87f5b653caeded1c51a106d8d9d4756ff713bdbee0

See more details on using hashes here.

Release history Release notifications | RSS feed

18.0.1.1.0

1 file

18.0.1.0.1

1 file

18.0.1.0.0.2

1 file

17.0.1.1.0

1 file

17.0.1.0.0.3

1 file

17.0.1.0.0.2

1 file

16.0.1.0.0.4

1 file

16.0.1.0.0.3

1 file

16.0.1.0.0.2

1 file

15.0.1.1.2.1

1 file

15.0.1.1.2

1 file

This release

15.0.1.1.1 This release

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page