A kind of Python ORM for Odoo XML-RPC API inspired by Django ORM.
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
Django Odoo ORM
Django Odoo ORM is a Django app to provide a fully setup ORM to Odoo in any Django project. This project adds nothing but an app that sets the connection up at startup.
Quick start
- Add "django_odoo_orm" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
# ...
'django_odoo_orm',
]
- Add "django_odoo_orm.context_processors.odoo_connection" to your TEMPLATES setting like this:
TEMPLATES = [
{
# ...
'OPTIONS': {
'context_processors': [
# ...
'django_odoo_orm.context_processors.odoo_connection',
],
},
},
]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_odoo_orm-3.0.2.tar.gz.
File metadata
- Download URL: django_odoo_orm-3.0.2.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.8 Linux/6.2.0-1019-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56efc5e3781284483b443ecf274ca01d4d87c8a41d48a3db5726765e7419da83
|
|
| MD5 |
af272e62dfd9fd6aea642ef801331b54
|
|
| BLAKE2b-256 |
367a9f6adc8ac934089c2fe9d5bae5a88811ae2c3f2fd82823c49e9231725051
|
File details
Details for the file django_odoo_orm-3.0.2-py3-none-any.whl.
File metadata
- Download URL: django_odoo_orm-3.0.2-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.8 Linux/6.2.0-1019-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f7f97aa018b71bfbd7014500510cf53739092cb4bc23aed839f56e264783caf
|
|
| MD5 |
03e0193cbe9fa13ae033a4d59d895dba
|
|
| BLAKE2b-256 |
e3de905e5d88e3b56331c13a290b7cbda58ef6f407159e4a54dad71b61ae3c99
|