I created a field in the model and its view, tested it and it worked. Then later deleted it, including in the database. When I created another field and restarted the system, it's generating an error saying the field I deleted perviously was referenced somewhere when I'm very sure it has been removed completely. I think the system is storing the cache information somewhere and I really don't know how to get rid of it.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- ลูกค้าสัมพันธ์
- e-Commerce
- ระบบบัญชี
- สินค้าคงคลัง
- PoS
- Project
- MRP
คำถามนี้ถูกตั้งค่าสถานะ
Hi,
From the database, see if any view still holds that field and if yes, remove it from the views also.
* Debug mode
* View menu, search for fields inside view architecture
Thanks
The error message is too long to be posted here, moreover, I don't hae enough karma to post thing like looks like a link.
can you post the error message (or send it to me privately)?
did you try to update or uninstall the corresponding module?
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อRelated Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
---|---|---|---|---|
|
2
มิ.ย. 19
|
2926 | ||
|
0
ก.ย. 15
|
3653 | ||
|
0
มี.ค. 15
|
3914 | ||
|
0
มี.ค. 15
|
4536 | ||
|
1
มี.ค. 15
|
5433 |
I think something is caching somewhere on the live server. Same script works well in the local machine once i restart the it, but on the live server, it behaving strange.