Ir al contenido
Menú
Se marcó esta pregunta
6 Respuestas
4672 Vistas

Hi, my name is Jason.

I am looking for Documentation module to create page like this www.odoo.com/documentation/13.0/

Do you have module to create Documentation page or it has to be done manually?

Best regards,

Jason.

Avatar
Descartar

Have a look at this Odoo module - https://apps.odoo.com/apps/modules/13.0/knowsystem. It serves for similar goals.

Autor

Thank you but it does not serve my purpose as it for internal, I want to put it on the web.

It has the extension to publish articles to website/portal - https://apps.odoo.com/apps/modules/13.0/knowsystem_website/

Mejor respuesta

hi Jason,

The perfect app for Online Docs was „Slides“ in odoo 13 the app has developed a lot and is now called „elearning“, but you can use only the features you need.

BR

Ricardo

Avatar
Descartar
Mejor respuesta

Actually www.odoo.com/documentation/13.0/ is not a module but it's odoo documentation.
it's come with odoo source code and you can modify and build it as per your requirement. it's written in rst format.

Build it in your machine/server and serve as static assets.

I just build it in my local machine :)
install doc dependency and run make html (there are various options available) it will create new build directory with all the Html pages

ref: https://imgur.com/a/2K6j9Xt

Avatar
Descartar

hello Ravi, would it possible to create a module that can be installed on 12 enterprise (odoo.sh) ?

thank you.

Autor Mejor respuesta

Hi Ricardo, no. I mean make a user documentation just like www.odoo.com/documentation/user/13.0/index.html

I do not want to make courses. I read on www.odoo.com/page/community-builder-features that you can "promote to documentation" a post into documentation page. But I did not find it.  

Best regards,

Jason.

Avatar
Descartar