Metadata-Version: 2.4
Name: odoo-addon-converter
Version: 19.0.1.0.1
Summary: Odoo addon to convert records to and from plain data structures
Project-URL: changelog, https://orus.io/xcg/odoo-modules/converter/-/blob/branch/19.0/NEWS.rst
Project-URL: repository, https://orus.io/xcg/odoo-modules/converter
Author: XCG SAS
License-Expression: AGPL-3.0-or-later
License-File: LICENSE
Keywords: odoo
Classifier: Framework :: Odoo
Classifier: Framework :: Odoo :: 19.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Requires-Dist: odoo==19.0.*
Provides-Extra: doc
Requires-Dist: sphinx; extra == 'doc'
Provides-Extra: qrcode
Requires-Dist: qrcode; extra == 'qrcode'
Provides-Extra: schema-validation
Requires-Dist: fastjsonschema; extra == 'schema-validation'
Provides-Extra: test
Description-Content-Type: text/x-rst

=========
Converter
=========

.. |maturity| image:: https://img.shields.io/badge/maturity-Stable-green.png
    :target: https://odoo-community.org/page/development-status
    :alt: Stable
.. |license| image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
    :alt: License: AGPL-3
.. |ruff| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
    :target: https://github.com/astral-sh/ruff
    :alt: Ruff
.. |biome| image:: .badges/code_style-biome-60a5fa.svg
    :target: https://biomejs.dev
    :alt: Biome

|maturity| |license| |ruff| |biome|

Convert odoo records to/from plain data structures.

section *schema-validation* need to be installed if validation is needed.
