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 _______________________________________________ Mailing list: https://launchpad.net/~openerp-community Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-community More help : https://help.launchpad.net/ListHelp

