Repository
OCA/web-api-contrib · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/web-api-contrib
Last tracking update
2026-08-07 08:43:07
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
SilvioC2C, OCA-git-bot, oca-ci
Odoo dependencies
OCA/product-attribute:
OCA/server-tools:
OCA/web-api:
odoo/odoo:
- web
- bus
- uom
Python dependencies
None
System dependencies
None
Required by
None
Description
This addon allows configuring an endpoint for product catalogs.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
endpoint_endpoint_form_view endpoint.endpoint form Inherits endpoint.endpoint_endpoint_form_view
endpoint_endpoint_search_view endpoint.endpoint search Inherits endpoint.endpoint_endpoint_search_view
product_assortment_view_form ir.filters form Inherits product_assortment.product_assortment_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (3)
  • include_prices Boolean
  • lang_id Many2one → res.lang
    comodel_name='res.lang'
  • product_assortment_id Many2one → ir.filters
    comodel_name='ir.filters' domain=[('is_assortment', '=', True)]
Public methods (0)

No public methods.

New fields (2)
  • endpoint_count Integer
    compute='_compute_endpoint_count'
  • endpoint_ids One2many → endpoint.endpoint
    args: 'endpoint.endpoint', 'product_assortment_id'
Public methods (1)
  • action_view_endpoints(self)

Loading…