Repository
odoo/odoo · module folder
Module version
1.0
Category
Services
Folder size
0.43 MB
License
LGPL-3
Application
No
Auto-installable
Yes
Website
None
Last tracking update
2026-08-15 22:44:16
Authors
Odoo S.A.
Maintainers
Odoo S.A.
Committers
Thibault Delavallée, Odoo Translation Bot, Géry Debongnie, Alexandre Kühn, Julien Castiaux, Romeo Fragomeli, Sébastien Theys, Tiffany Chang (tic), Gorash, Mathieu Duckerts-Antoine, Vincent Larcin, tsm-odoo, Dylan Kiss (dyki), Zelong Lin, maad-odoo, Maryam Kia, Serge Bayet (seba), nihp-odoo, Chrysanthe (chgo), Xavier Luyckx (xlu), Pierre Lamotte (pila), Krzysztof Magusiak (krma), ibo-odoo
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
website_sale, website_slides
Description
Bridge module adding rating capabilities on portal. It includes notably
inclusion of rating directly within the customer portal discuss widget.
        

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
message_thread message_thread ir.ui.view qweb Inherits portal.message_thread
rating_rating_view_form rating.rating.view.form rating.rating form Inherits rating.rating_rating_view_form
rating_stars_static_popup_composer Rating: rating composer in popup ir.ui.view qweb New
rating_widget_stars_static Rating: static star widget ir.ui.view qweb New
HTTP endpoints (1)
Route(s)HandlerAuthTypeMethodsFlags
/website/rating/comment PortalRating.publish_rating_comment user jsonrpc POST website
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (3)
  • publisher_comment Text
    args: 'Publisher comment'
  • publisher_datetime Datetime
    readonly=True args: 'Commented on'
  • publisher_id Many2one → res.partner
    index='btree_not_null' ondelete='set null' readonly=True args: 'res.partner', 'Commented by'
Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)

Loading…

Loading…

Loading…

Loading…

Loading…