|
# /app/auth
|
|
# /app/auth
|
|
|
|
|
|
**Method:** `POST`
|
|
Tries to login an user to the requested ODOO instance and returns its token and the available components
|
|
|
|
|
|
|
|
**Method:** ```POST```
|
|
|
|
|
|
**Params**
|
|
**Params**
|
|
* **email**
|
|
* `email` *(required)*
|
|
* **passwd**
|
|
* `passwd` *(required)*
|
|
* **domain**
|
|
* `domain` *(required)*
|
|
* **dbname**
|
|
* `dbname` *(required)*
|
|
|
|
|
|
|
|
**Return:** *JSON*
|
|
|
|
|
|
|
|
**Example return:**
|
|
|
|
```
|
|
|
|
{"status": true, "auth": "08e74077227aaef72aa94408832922ce43bb55abbdb96f9360fd7dfbe38582fb", "components": {"delivery":
|
|
|
|
true, "inventory": true, "internal": true, "expedition": true, "reception": true}}
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# /app/warehouse
|
|
# /app/warehouse
|
... | | ... | |