Odoo 11 Development Cookbook(Second Edition)
上QQ阅读APP看书,第一时间看更新

Organizing the addon module file structure

An addon module contains code files and other assets such as XML files and images. For most of these files, we are free to choose where to place them inside the module directory.

However, Odoo uses some conventions on the module structure, so it is advisable to follow them.