mirror of
https://github.com/odoo/documentation.git
synced 2026-01-02 09:49:17 +07:00
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
X-original-commit: bb65662f04
Part-of: odoo/documentation#15075
Signed-off-by: Emanuele Maruzzi (emi) <emi@odoo.com>