odoo/industry#1262
Created by Industry, Vallaeys Valentin (vava)
Blocked
- Merge method
- Review
-
CI
- ci/industry: (runtime 46s)
- label
- odoo-dev:19.0-fix-install_mode-vava
- head
- 564a2c2a252e689ceaf8eb8c1249673c56a4ec0a
| odoo/industry | |
|---|---|
| 19.0 | #1262 missing statuses missing r+ |
| master |
[IMP] *: remove automated x_name field in auto_install mode
Before this commit, when running the import in install_mode, there was an automated field x_name created with any new ir.model. This commit removes this automatic creation by making sure the list of fields for the new model is empty.