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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Documentation based on question and pertinent answers of Forum
        

Code Analysis

Views touched (12)
XML IDNameModelTypeStatus
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)HandlerAuthTypeMethodsFlags
/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)
  • name Char
    required=True string='Stage Name' translate=True
  • sequence Integer
    args: 'Sequence'
Public methods (0)

No public methods.

New fields (9)
  • child_ids One2many → forum.documentation.toc
    string='Children Table Of Content' args: 'forum.documentation.toc', 'parent_id'
  • forum_id Many2one → forum.forum
    required=True string='Forum' args: 'forum.forum'
  • introduction Html
    translate=True args: 'Introduction'
  • name Char
    required=True translate=True args: 'Name'
  • parent_id Many2one → forum.documentation.toc
    ondelete='cascade' string='Parent Table Of Content' args: 'forum.documentation.toc'
  • parent_left Integer
    index=True string='Left Parent'
  • parent_right Integer
    index=True string='Right Parent'
  • post_ids One2many → forum.post
    string='Posts' args: 'forum.post', 'documentation_toc_id'
  • sequence Integer
    args: 'Sequence'
Public methods (1)
  • name_get(self)
    @api.multi

New fields (3)
  • color Integer
    string='Color Index'
  • documentation_stage_id Many2one → forum.documentation.stage
    default=<expr> string='Documentation Stage' args: 'forum.documentation.stage'
  • documentation_toc_id Many2one → forum.documentation.toc
    group_expand='_read_group_stage_ids' ondelete='set null' string='Documentation ToC' args: 'forum.documentation.toc'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…