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
OCA/partner-contact:
OCA/queue:
OCA/sale-workflow:
OCA/server-tools:
odoo/odoo:
- web
- bus
- uom
- utm
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 IDNameModelTypeStatus
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)HandlerAuthTypeMethodsFlags
/pricelist/<model('res.partner'):partner> PricelistController.partner_pricelist api_key http GET csrf off
Models touched (2)

New fields (1)
  • pricelist_cache_auhorize_apikey_ids Many2many → auth.api.key
    help='API keys that can retrieve pricelist data via REST endpoints.' args: 'auth.api.key'
Public methods (0)

No public methods.

New fields (1)
  • pricelist_cache_auhorize_apikey_ids Many2many → auth.api.key
    readonly=False related='company_id.pricelist_cache_auhorize_apikey_ids' args: 'auth.api.key'
Public methods (0)

No public methods.

Loading…