Test addons for validating the Odestar addon sync/update pipeline.
custom/
├── test_addon/ — New model + views + menu + security
│ ├── __manifest__.py
│ ├── models/test_model.py
│ ├── views/test_views.xml
│ └── security/ir.model.access.csv
└── test_contacts/ — Extends res.partner with custom fields
├── __manifest__.py
├── models/res_partner.py
└── views/partner_views.xml
community/ — Empty (placeholder)
enterprise/ — Empty (placeholder)
- test_addon: Creates a new database table, views, menus, actions, and security rules. Tests full
odoo -uschema migration + XML data loading. - test_contacts: Extends existing
res.partnermodel with 4 new fields. Tests column addition to existing tables viaodoo -u.