HI all, If I understand Odoo's structure correctly, the buttons "Edit" and "Create" shows on the left top side by default. But now what I need is to make whole form view readonly, which means unable to do actions such as edit or create a new record (those buttons are not needed). Even I put readonly attribute to every field, those button are still there.
Is it possible to achieve my requirements? If so, what should can I do?
And also, what if I want those "Edit" and "Create" buttons are depends on the user (different user group)
Any hint will be useful! Thanks