-
Notifications
You must be signed in to change notification settings - Fork 0
Create the OpenStack Odoo Client Library for Python #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ef support in create()
…oding dates/times/datetimes
Turns out `get_type_tree` is not actually needed for this application of type hint reflection
Thank you! I'm excited about this because we can use this in pretty much everything. No more separate ways of implementing the same thing.
I don't think this is particularly useful unfortunately. Both Odoo and OdooRPC deal with floats, not Decimals, and I think doing the conversions would only serve to potentially introduce inaccuracies when the field values are serialised.
I considered this, and I think I'd like to implement a way to do this at some point, but for now having For example, |
… Keep a Changelog standards
|
Development version of the docs now available at: https://catalyst-cloud.github.io/python-openstack-odooclient/develop |
…the invoice_date_due field to account moves, update package metadata
…), make _record_type_hints read-only, reduce duplicate get_type_hints calls, add/improve docstrings
…pe hinting for `_manager`, add typos pre-commit hook, other grammar and docs fixes
…id optional fields
Create a new OpenStack-centric Odoo client Python library to use in our billing-related OpenStack projects.
The library contains comprehensive Markdown-based documentation, which can be served using MkDocs. To do this:
pdm installto create a virtual environment.pdm run mkdocs serveto start a local webserver. The documentation will be available at http://localhost:8000.