Repository
OCA/product-attribute · module folder · Try on Runboat
Module version
1.0.0
Category
Product
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/product-attribute
Last tracking update
2026-08-07 08:09:19
Authors
Odoo SA, Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo SA, Odoo Community Association (OCA), Tecnativa
Committers
David, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
odoo/odoo:
- web
- bus
- uom
Python dependencies
None
System dependencies
None
Required by
product_catalog_sale, product_catalog_stock
Description
A backport of Odoo's v17 Product Catalog.

Changes over mainstream:

    - Price is an optional value now so we can use it in other models.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
product_view_kanban_catalog product.view.kanban.catalog product.product kanban New
product_view_search_catalog product.view.search.catalog product.product search New
HTTP endpoints (2)
Route(s)HandlerAuthTypeMethodsFlags
/product/catalog/order_lines_info ProductCatalogController.product_catalog_get_order_lines_info user json ALL
/product/catalog/update_order_line_info ProductCatalogController.product_catalog_update_order_line_info user json ALL
Models touched (1)

New fields (1)
  • catalog_button_text Text
    compute='_compute_catalog_button_text'
Public methods (1)
  • action_add_from_catalog(self)