TIP: You can type at any time to perform a new search.
Documentation
website_forum_doc · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 0.1.0
- Category
- Website
- Folder size
- 1.11 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- None
- Last tracking update
- 2026-08-07 05:03:20
- Authors
- Maintainers
- None
- Committers
- Christophe Simonis, Martin Trigaux, Odoo Translation Bot, GitHub, qsm-odoo, Odoo Online
Code Analysis ⓘ
Views touched (12)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_frontend |
website_forum_doc assets | ir.ui.view | qweb | Inherits website.assets_frontend |
breadcrumb |
Documentation Breadcrumb | ir.ui.view | qweb | New |
documentation |
Documentation Index | ir.ui.view | qweb | New |
documentation_post |
Documentation Question | ir.ui.view | qweb | New |
forum_question_doc |
Forum Post to Doc | ir.ui.view | qweb | Inherits website_forum.post_description_full |
header_footer_custom |
Footer Documentation Link | ir.ui.view | qweb | Inherits website.footer_default |
promote_question |
promote_question | ir.ui.view | qweb | New |
toc |
Documentation Index | ir.ui.view | qweb | New |
view_documentation_toc_list |
forum.documentation.toc.list | forum.documentation.toc | tree | New |
view_forum_post_doc_form |
forum.post.form.doc | forum.post | form | Inherits website_forum.view_forum_post_form |
view_forum_post_doc_list |
forum.post.list.doc | forum.post | list | Inherits website_forum.view_forum_post_list |
view_forum_post_kanban |
forum.post.kanban | forum.post | kanban | New |
HTTP endpoints (4)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/forum/how-to/<model("forum.documentation.toc"):toc>/<model("forum.post", "[('documentation_toc_id','=',toc[0])]"):post> |
WebsiteDoc.post |
public | http | ALL | website |
/forum/<model("forum.forum"):forum>/question/<model("forum.post"):post>/promote |
WebsiteDoc.post_toc |
user | http | ALL | website |
/forum/<model("forum.forum"):forum>/promote_ok |
WebsiteDoc.post_toc_ok |
user | http | ALL | website |
/forum/how-to, /forum/how-to/<model("forum.documentation.toc"):toc> |
WebsiteDoc.toc |
public | http | ALL | website |
Models touched (3)
New fields (2)
-
nameCharrequired=Truestring='Stage Name'translate=True -
sequenceIntegerargs: 'Sequence'
No public methods.
New fields (9)
-
child_idsOne2many → forum.documentation.tocstring='Children Table Of Content' args: 'forum.documentation.toc', 'parent_id' -
forum_idMany2one → forum.forumrequired=Truestring='Forum' args: 'forum.forum' -
introductionHtmltranslate=True args: 'Introduction' -
nameCharrequired=Truetranslate=True args: 'Name' -
parent_idMany2one → forum.documentation.tocondelete='cascade'string='Parent Table Of Content' args: 'forum.documentation.toc' -
parent_leftIntegerindex=Truestring='Left Parent' -
parent_rightIntegerindex=Truestring='Right Parent' -
post_idsOne2many → forum.poststring='Posts' args: 'forum.post', 'documentation_toc_id' -
sequenceIntegerargs: 'Sequence'
-
name_get(self)@api.multi
New fields (3)
-
colorIntegerstring='Color Index' -
documentation_stage_idMany2one → forum.documentation.stagedefault=<expr>string='Documentation Stage' args: 'forum.documentation.stage' -
documentation_toc_idMany2one → forum.documentation.tocgroup_expand='_read_group_stage_ids'ondelete='set null'string='Documentation ToC' args: 'forum.documentation.toc'
No public methods.
Loading…
Loading…
Loading…