odoo/documentation#15075
Created by fw-bot
Merged
at b9c3b300419b0585c77ed2127770cc953d5a6812
Statuses:
- ci/documentation: (runtime 934s)
- ci/codeowner_coverage: (runtime 0s)
- label
- odoo-dev:master-19.0-rephrase-extension-emi-472285-fw
- head
- dd8d5070673076f1c9e7f0372cd56d13a813d5f5
- merged
- 6 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
Forward-Port-Of: #14979