App DevOps
Our app development (versioning, release, upgrade) and operation policies
Key points
We only support apps for Odoo major versions supported by Odoo S.A.
If you have an app running on an unsupported version, than you have to purchase support if you want any change or update, even bugfix
When a new Odoo major version is released (eg: Odoo 16.0), we port our compatible apps and restart versioning. For example oregional_base app is at version 3.2.1 in Odoo 15.0. When Odoo 16.0 is released, the app is ported and will get version 1.0.0 for Odoo 16.0.
We backport and forwardport between supported releases
We aim to follow Odoo recommendations as close as possible https://www.odoo.com/documentation/16.0/developer/reference/backend/module.html
We aim to follow https://semver.org/ (MAJOR.MINOR.PATCH, eg: 1.0.2), where:
MAJOR: a change that is not compatible among the currently supported Odoo versions or a significant rewrite, may generate additional training for users and/or upgrade/update efforts for system administrators
MINOR: should be compatible among supported Odoo versions, may include database structure change (eg: new field), may generate additional training for users and/or upgrade/update efforts for system administrators
PATCH: any small improvment, bugfix, refactoring, translation, etc without expected additional trainings for users or upgrade/update efforts for system administrators
We may not release any app for future Odoo versions
Upgrade paths are available to the next Odoo version (eg: 14.0 -> 15.0 is managed, 15.0 -> 16.0 is managed, but jumping from 14.0 to 16.0 is not managed, you have to upgrade to 15.0 first)
Upgrade difficulty is marked as SIMPLE and complex (needs support from an Odoo professional )
PLANNED use https://github.com/OCA/OpenUpgrade
Odoo 14-15 upgrade
App | Availability | Difficulity | 14.0 -> 15.0 Upgrade Notes |
---|---|---|---|
https://oregional.atlassian.net/wiki/spaces/OOA/pages/9808740353 | available | complex | account.payment:
account.payment.method:
|
https://oregional.atlassian.net/wiki/spaces/OOA/pages/9809723646 | available | SIMPLE | No data or feature migration |
https://oregional.atlassian.net/wiki/spaces/OOA/pages/10191699969 | NONE | NONE | App not available for 14.0 and 15.0 |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| NONE | NONE | App not available for 14.0 and 15.0 |
| NONE | NONE | App not available for 14.0 and 15.0 |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| NONE | NONE | App not available for 14.0 and 15.0 |
| available | SIMPLE | No data or feature migration |
| NONE | NONE | App not available for 14.0 and 15.0 |
| NONE | NONE | App not available for 14.0 and 15.0 |
| available | complex | Packaging changes |
| NONE | NONE | App not available for 14.0 and 15.0 |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| NONE | NONE | App not available for 14.0 and 15.0 |
| NONE | NONE | App not available for 14.0 and 15.0 |
| available | complex | Lot |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| NONE | NONE | App not available for 14.0 and 15.0 |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | complex |
|
| available | complex |
|
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| NONE | NONE | App not available for 14.0 and 15.0 |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| todo | todo |
|
| available | complex |
|
| available | SIMPLE | No data or feature migration |
| NONE | NONE | App not available for 14.0 and 15.0 |
| available | SIMPLE | No data or feature migration |
| NONE | NONE | App not available for 14.0 and 15.0 |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| NONE | NONE | App not available for 14.0 and 15.0 |
| NONE | NONE | App not available for 14.0 and 15.0 |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | complex |
|
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| NONE | NONE | App not available for 14.0 and 15.0 |
Odoo 15-16 upgrade
General upgrade notes:
xml views groups: validation is more strict, if groups are used on a field, and that field is used in attrs invisible on another field, that that other field must also has the same or compatible groups
product.supplierinfo
model: name field is replaced by product_namemodel CRUD def create(self, values) is now list, to avoid log warnings use decorator
@api.model_create_multi
payment.acquirer
model is replaced bypayment.provider
modelstock.location.route
model is replaced bystock.route
modelstock.production.lot
model is replaced bystock.lot
modelsale.order.line
qty_delivered_manual
field removedAssertionError: Translated field cannot have
size
set on field definition
App | Availability | Difficulity | 15.0 -> 16.0 Upgrade Notes |
---|---|---|---|
| available | COMPLEX |
|
| available | SIMPLE | No data or feature migration |
| NONE | NONE | App not available for 15.0 or 16.0 |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | COMPLEX |
|
| available | NONE | App not available for 15.0 |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | NONE | App not available for 15.0 |
| available | SIMPLE | No data or feature migration |
| available | NONE | App not available for 15.0 |
| available | COMPLEX |
|
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| NONE | NONE | App not available for 15.0 |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| NONE | NONE | App not available for 15.0 or 16.0 |
| available | NONE | App not available for 15.0 |
| available | complex | Lot |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | COMPLEX |
|
| available | COMPLEX |
|
| available | NONE | App not available for 15.0 |
| NONE | COMPLEX |
|
| available | NONE | App not available for 15.0 |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | COMPLEX |
|
| available | COMPLEX |
|
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | NONE | App not available for 15.0 |
| available | NONE | App not available for 15.0 |
| available | NONE | App not available for 15.0 |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
| available | COMPLEX |
|
| available | SIMPLE | No data or feature migration |
| available | NONE | App not available for 15.0 |
| available | SIMPLE | No data or feature migration |
| available | NONE | App not available for 14.0 and 15.0 |
| available | COMPLEX |
|
| available | SIMPLE | No data or feature migration |
| available | NONE | App not available for 15.0 |
| available | NONE | App not available for 15.0 |
| available | SIMPLE | No data or feature migration |
| available | COMPLEX |
|
| available | SIMPLE | No data or feature migration |
| available | COMPLEX |
|
| available | SIMPLE | No data or feature migration |
| available | SIMPLE | No data or feature migration |
|