A package to create record's in Odoo simply and cleanly
Project description
OdooFlow
OdooFlow is a Python package to create sales orders in Odoo with multiple products for a specified customer identified by ID or name.
Installation
Use the package manager pip to install OdooFlow.
pip install OdooFlow
from OdooFlow import create_sales_order
customer_identifier = 'John Doe' # Could also be an integer ID
product_ids = [30, 42] # Product IDs
quantities = [5, 2] # Corresponding quantities
result = create_sales_order(customer_identifier, product_ids, quantities)
print(result)
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
odooflow-0.1.0.tar.gz
(3.5 kB
view details)
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 odooflow-0.1.0.tar.gz.
File metadata
- Download URL: odooflow-0.1.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e00c78ff5dbd1393a507d7440aa0712e54216a73edd179ebd7112f0290691337
|
|
| MD5 |
c2b3d6a1c26c5f1d84f6843075a6bc49
|
|
| BLAKE2b-256 |
19f30135bafebb0b2728258ffd1a4d8af3639488fa53d7e6e935a68e006b3dc7
|
File details
Details for the file OdooFlow-0.1.0-py3-none-any.whl.
File metadata
- Download URL: OdooFlow-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8fff80bed90bfcb0f54925df368098498eeceeea5c75f2174c53ff5853fbe20d
|
|
| MD5 |
033fa8f05d3a8b293fd9d0bbf84b59b4
|
|
| BLAKE2b-256 |
03930aeb19db0b498010fb5c5c449312fa8a933dfaf048e4e083bf2ed217056c
|