[ADD] documentation on testing the Python side of addons
[odoo/odoo.git] / doc / source / addon-structure.txt
1 <addon name>
2   +-- __openerp__.py
3   +-- controllers/
4   +-- static/
5        +-- openerp/
6              +-- css/
7              +-- img/
8              +-- js/
9   +-- tests/