A typical Odoo module is a Python package with __manifest__.py and __init__.py. Inside it, there are usually subdirectories organized by responsibility. There is no mandatory “hard” folder set, but ...