TIP: You can type at any time to perform a new search.
Portal Rating
portal_rating · odoo/odoo
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/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_commentTextargs: 'Publisher comment' -
publisher_datetimeDatetimereadonly=True args: 'Commented on' -
publisher_idMany2one → res.partnerindex='btree_not_null'ondelete='set null'readonly=True args: 'res.partner', 'Commented by'
-
create(self, vals_list)@api.model_create_multi -
write(self, vals)
Loading…
Loading…
Loading…
Loading…
Loading…