Skip to content

lancer-code/odoo-addons-testing

Repository files navigation

Odoo Addons Testing

Test addons for validating the Odestar addon sync/update pipeline.

Structure

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)

What These Test

  • test_addon: Creates a new database table, views, menus, actions, and security rules. Tests full odoo -u schema migration + XML data loading.
  • test_contacts: Extends existing res.partner model with 4 new fields. Tests column addition to existing tables via odoo -u.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors