Repository
odoo/odoo · module folder
Module version
1.0
Category
Hidden
Folder size
0.41 MB
License
LGPL-3
Application
No
Auto-installable
Yes
Website
None
Last tracking update
2026-08-07 05:12:45
Authors
Maintainers
None
Committers
Xavier Morel, Christophe Simonis, Thibault Delavallée, Martin Trigaux, Mohammed Shekha, Odoo Translation Bot, Aaron Bohy, Jeremy Kersten, qsm-odoo, Romain Derie, jem-odoo, Adrian Torres, Xavier-Do, Sébastien Theys, David Beguin, fja-odoo
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
website_sale, website_slides
Description
Bridge module for rating on website stuff.
        

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
assets_frontend Portal Rating Assets ir.ui.view qweb Inherits web_editor.assets_frontend
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 (4)
Route(s)HandlerAuthTypeMethodsFlags
(inherited route override) PortalChatter.portal_chatter_init inherited http ALL
(inherited route override) PortalChatter.portal_chatter_post inherited http ALL
(inherited route override) PortalChatter.portal_message_fetch inherited http ALL
/website/rating/comment PortalRating.publish_rating_comment user json POST website
Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (4)
  • publisher_comment Text
    args: 'Publisher Comment'
  • publisher_datetime Datetime
    readonly=True args: 'Commented on'
  • publisher_id Many2one → res.partner
    ondelete='set null' readonly=True args: 'res.partner', 'Commented by'
  • website_published Boolean
    readonly=False related='message_id.website_published' store=True
Public methods (1)
  • write(self, values)

Loading…

Loading…