TIP: You can type at any time to perform a new search.
Pricelist Cache Rest
pricelist_cache_rest · OCA/sale-workflow
- Repository
- OCA/sale-workflow · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Hidden
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/sale-workflow
- Last tracking update
- 2026-08-07 08:42:48
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- SilvioC2C, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- requests
- System dependencies
- None
- Required by
- None
- Description
Provides an endpoint to expose product prices cached by pricelist_cache. Endpoint authorization is based on auth_api_key.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form_pricelist_cache_rest_inherit |
res.config.settings | form | Inherits base_setup.res_config_settings_view_form |
HTTP endpoints (1)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/pricelist/<model('res.partner'):partner> |
PricelistController.partner_pricelist |
api_key | http | GET | csrf off |
Models touched (2)
New fields (1)
-
pricelist_cache_auhorize_apikey_idsMany2many → auth.api.keyhelp='API keys that can retrieve pricelist data via REST endpoints.' args: 'auth.api.key'
No public methods.
New fields (1)
-
pricelist_cache_auhorize_apikey_idsMany2many → auth.api.keyreadonly=Falserelated='company_id.pricelist_cache_auhorize_apikey_ids' args: 'auth.api.key'
No public methods.
Loading…