Adding attractive module description using HTML in OpenERP 8
A module description provides detailed information about the module. So when we writing a module description, it should be readable and clear, so that a user can understand what is the functionality of the module. Here i am explaining how to make such a description using HTML.
Following are the steps to add HTML Description in your module.
1. Add directory named description inside the folder static.
2. Copy your images which is to used in description to this folder.