Skip to Content
Menu
This question has been flagged
1 Reply
2738 Views

I've published my custom module in Odoo App Store. I want to provide some documentation to users  on how to use some of the  module  features  from python. To be more precise I've created a date conversion utility module and it is capable of server side date manipulation also in a different date system (ie. Bikram  Sambat) .


I've created  README.rst at porject root directory describing the server side usage but it is not visible in Odoo App Store.


Please consider the following module for reference :

https://apps.odoo.com/apps/modules/14.0/asterisk_calls/#doc

Avatar
Discard

Hi Niyas, i have succeeded in publish documentation for my apps, but how can i make image in documentation appear, i have put all of my images file in doc folder and for the content of index.rst, i wrote like '.. image: img.jpg', but it keep getting 404 error when displaying on odoo apps store, i dont understand. Can you help me please?

Best Answer

Hi,

For this what you have to do is  that,  add a doc folder inside your module and set the contents to display in rst file. (index.rst)

See the sample file:   https://github.com/odoomates/odooapps/tree/14.0/om_account_accountant/doc


In Odoo Apps:  https://ibb.co/k5pbLBr


Module Link: https://apps.odoo.com/apps/modules/14.0/om_account_accountant/


Thanks

Avatar
Discard
Related Posts Replies Views Activity
0
Sep 22
3956
1
Oct 21
2222
3
Jan 18
3226
1
Dec 15
1165
2
Mar 15
11270