Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
297 Visninger

Hi everyone,

I'm currently working on migrating a large number of documentation pages from Atlassian Confluence to Odoo Knowledge and I'm looking for advice, best practices, or tools that can help simplify the process.

Specifically, I'm trying to:

  • Preserve formatting (headings, lists, tables, attachments, etc.)
  • Maintain page hierarchy or organization structure
  • Automate as much of the migration as possible (manual copy-paste would be too time-consuming)

Has anyone here successfully done this before? Any scripts, third-party tools, or Odoo modules you’d recommend? Even partial automation ideas would be appreciated.

Thanks in advance!

Avatar
Kassér
Bedste svar

Hello, 

i think, in theory by writing a python script for this will do. So initially the script will scrap the website (with or without selenium library) and then publish it into Odoo through XML-RPC API. Here's some of the XML-RPC for reference : https://github.com/altela/odoo-api

Hope this helps,

Altela (altelasoftware.com)

Avatar
Kassér

I doubt that the pages would be publicly accessible. Why not https://developer.atlassian.com/cloud/confluence/rest/v2/intro ?