odoo/documentation#14979
Created by Emanuele Maruzzi (emi)
Merged
at 0afc64eb258f89cfcfdcca1529db0864b3108fef
Statuses:
- ci/documentation: (runtime 996s)
- ci/codeowner_coverage: (runtime 4s)
- label
- odoo-dev:19.0-rephrase-extension-emi
- head
- 6a5aacf2576b4b457e9c1a2b29e6cbd038480b1d
- merged
- 5 days ago by Emanuele Maruzzi (emi)
| odoo/documentation | |
|---|---|
| 19.0 | #14979 |
| master | #15075 |
[IMP] orm: add warning about model extension
When a model is defined with _inherit using a list, Odoo will do a check with the class name to set the _name of the model being extended. This is different than the previous versions and can be misleading