I use the Odoo Knowledge in Odoo 17.0 module quite extensively.
A created several large articles, that have kind of the following heading structure:
article
├── table_of_content
├── heading_1
│ ├── subheading_1
│ └── subheading_2
└── heading_2
│ ├── subheading_1
│ └── subheading_2
├── heading_3
│ ├── subheading_1
│ └── subheading_2
├── heading_4
├── subheading_1
└── subheading_2
My question:
When I want to refer to "subheading_1" under "heading_4" in Odoo, I have to Link the Article (either via /article or /link) AND provide the Name of the heading/subheading.
There is no way to directly refer to this subheading via Permalink or other options.
How could I do this?
For example:
The Odoo documentation itself uses Permalinks.
Question:
How can I manage to use the same functionality for permalinks to Article Headings in Odoo 17.0
@Miguel
in v17 we did not manage to solve this.
We are preparing a solution for v18, where we want to use the standard www.url.xyz#<anchor> syntax.
Thanks for the reply.
Is interesting because the table of contents generated from the articles is working, but not the anchors in links from other articles.