openerp-community team mailing list archive
-
openerp-community team
-
Mailing list archive
-
Message #00571
Re: Description section in the __openerp__.py
On 09/27/2011 01:34 PM, Dmitry Zhuravlev-Nevsky wrote:
> Would you please give me a tip? What type of markup do you use for the
> description section in the __openerp__.py file? Markdown?
> reStructuredText? Wiki? Something else?
The description is rendered on Apps using docutils' RST-to-HTML
rendering, so normally you should be able to include XML snippets as RST
literal blocks[1].
[1]
http://docutils.sourceforge.net/docs/user/rst/quickref.html#literal-blocks
Follow ups
References