I have inherited a model and also in python file i have put _name and named it as some xyz. I know now odoo creates a table named xyz but then later on i put comment on this _name line and when i try to upgrade the app it throws me an error saying KeyError: and the name of the model. Also I've checked and there is no data regarding to this model in the ir_model_data table as well but then why is this error showing up?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
2
Replies
27938
Tampilan
The problem was in security folder under ir.model.access.csv file, access rules were defined to the model that i was trying to comment so odoo throwed me with bunch of errors. I know It's a rookie mistake.
Hello, Can you tell me how did you fix the problem with the security folder under ir.model.access.csv, please !!
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
0
Apr 16
|
2286 | ||
|
0
Sep 19
|
2848 | ||
Why won't my view update/change no matter what?
Diselesaikan
|
|
2
Mar 19
|
8034 | |
|
3
Nov 22
|
12011 | ||
|
0
Jan 21
|
2620 |
Try this solution, comment the _name from the model and uninstall the module, then comment the _name and install it again and see whether you are getting the error or not
Thanks, that worked! Had some issues while re-installation but i dealt with them. Thanks for your prompt answer :)