| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Website (website)
• Discuss (mail) |
| Lines of code | 876 |
| Technical Name |
wiki_page |
| License | OPL-1 |
Wiki Page
A complete, self-hosted wiki for your Odoo website
Create hierarchical articles, publish with one click, and give your users a beautiful three-column reading experience. Perfect for product documentation, internal knowledge bases, help centres, and FAQs.
Key Features
☰
Hierarchical Articles
Organise your wiki into parent and child articles with automatic in-page anchor navigation.
✎
Rich HTML Editor
Write and format content using Odoo's native HTML editor â headings, code blocks, images, tables.
☍
Full SEO Control
Set custom meta titles, descriptions, keywords, canonical URLs, and Open Graph images per article.
☍
Multi-Website Support
Publish different articles to different websites from a single Odoo instance. Full website scoping.
▣
Mobile Responsive
Three-column desktop layout transforms into a smooth offcanvas drawer on mobile devices.
☷
Auto Section Navigator
H2 and H3 headings are auto-detected and shown in the right sidebar as smooth-scroll anchor links.
⇄
Prev / Next Navigation
Readers navigate between articles sequentially using previous and next buttons.
▦
Social Media Sharing
Per-article Open Graph images for rich previews on Facebook, Twitter, LinkedIn and more.
⚡
Lightweight & Fast
Built on Odoo's native stack â Bootstrap, OWL. No heavy third-party dependencies.
Screenshots
Three-Column Frontend
The wiki frontend features a clean three-column layout:
▸ Left sidebar â full list of published articles
▸ Centre â rich article content with full HTML
▸ Right sidebar â auto-generated section navigator from H2/H3 headings
▸ Prev/Next buttons at the bottom for sequential reading
Backend Management
Manage all your wiki articles from the Odoo backend:
▸ Title & sequence â controls URL slug and sidebar order
▸ Published toggle â go live instantly with one click
▸ Published on Websites â scope articles per website
▸ SEO & Social Media tab â meta title, description, OG image
Mobile Experience
Fully responsive on all screen sizes:
▸ Offcanvas drawer â article list slides in from the side
▸ Section pills â compact section navigation on mobile
▸ Floating nav bar â Wiki / Home / Prev / Next always accessible
▸ Touch friendly â smooth scrolling and tap targets
Up and Running in 4 Steps
① Install the Module
Copy wiki_page to your custom addons path, restart Odoo, then install Wiki Page from the Apps menu. The website dependency installs automatically.
② Create Your First Article
Go to Wiki → Articles in the backend. Click New, write your content using the rich HTML editor. Use H2/H3 headings â they auto-appear in the section navigator.
③ Add SEO & Social Details
Switch to the SEO & Social Media tab to set a custom meta title, description, keywords, and Open Graph image for rich social previews.
④ Publish and Go Live
Toggle Published on the article. Your wiki is live at /wiki on your Odoo website immediately.
How to Use Wiki Page
Complete Feature Walkthrough
1 — Installation
Copy the module to your addons path
Extract wiki_page.zip and place the wiki_page folder inside your custom addons directory (e.g. /custom_addons/wiki_page).
Restart the Odoo server
sudo systemctl restart odoo
Update App List & Install
Go to Settings → Apps → Update Apps List (developer mode required), then search for Wiki Page and click Install.
Python dependency
Install beautifulsoup4 if not already present:
pip install beautifulsoup4
2 — Creating Articles
Open the Wiki menu
After installation, a new top-level menu appears: Wiki → Articles.
Title & URL slug
The Title becomes the H1 heading and URL slug â e.g. "Getting Started" → /wiki/getting-started-5.
Sequence order
The Sequence integer controls sidebar order and Prev/Next navigation. Use steps of 10.
Use H2/H3 headings
H2 and H3 headings are automatically listed in the right sidebar as scroll anchors. H3 items appear indented under their parent H2.
Child articles
Set a Parent Article to create a child. Visitors are redirected to the parent and scrolled to the matching heading. The child title must exactly match an H2/H3 in the parent.
3 — Publishing
Toggle Published
Switch Published to on. The article appears at /wiki/<slug>-<id> immediately. Unpublished articles are completely hidden.
Multi-website visibility
Use Published on Websites to choose specific sites. Leave empty to publish on all websites. This field is only shown when Published is on.
4 — SEO & Social Media
SEO Title & Description
Sets <title>, og:title, and <meta description>. Keep title under 60 chars, description 140-160 chars.
Open Graph Image
Upload a 1200x630px image for rich social previews. Child articles fall back to their parent's OG image automatically.
Compatibility
✓
Odoo 19Community & Enterprise
✓
Multi-WebsiteFull website scoping
✓
OPL-1Proprietary license
✓
Python 3.10+Standard dependency
✓
beautifulsoup4For section parsing
✓
PostgreSQLStandard Odoo DB
About the Developer
OdooNest
Odoo Module Publisher
I build practical, well-crafted Odoo modules for real business needs. Wiki Page works cleanly on both Community and Enterprise with no bloat and no unnecessary dependencies. I respond to all support emails personally.
✉
Email Support sarithaakhileshm@gmail.com★
License OPL-1 — Proprietary⚙
Version 19.0.1.0.0 — Odoo 19Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module