odoo/upgrade-util#143
Created by Framework (ORM), Christophe Matthieu (chm)
Merged
at 937bba3d6694d63df8ab4be91c0688c8b4aebd5a
Statuses:
- ci/runbot: Test upgrades between stable versions
- ci/upgrade_enterprise: Test upgrades for enterprise master
Linked pull requests
- label
- odoo-dev:master-rename-class-chm
- head
- b282b3cb31bc8c2705fb39a451ee66ef718939e2
- merged
- 1 year ago by Framework (ORM), Xavier Morel (xmo)
| odoo/odoo | odoo/enterprise | odoo/upgrade | odoo/design-themes | odoo/documentation | odoo/upgrade-util | |
|---|---|---|---|---|---|---|
| master | #178200 | #69762 | #6577 | #988 | #11115 | #143 |
[IMP] *: Using class name corresponding to odoo models
If the class does not have the correct name, it is possible to force the
model name using _name.
In order to minimize changes for migration scripts, the solution of
forcing the _name is made instead of correcting the class names.