Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
2925 มุมมอง

How shall I avoid search view for a particular model in OpenERP 7?

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

To avoid editing and deleting, one can put this into view xml:

<form string="Your string" edit="false" create="false" delete="false">

I am not sure it will work, but I would first try to do the same in views, just with

 search="false"
อวตาร
ละทิ้ง
ผู้เขียน

That didn't work. I don't want search view for a particular model.