This question has been flagged
1 Reply
4519 Views

I want to hide "Attachment(s)" menu in the form view for specific group and model/object in odoo 8. How can i do it?

Avatar
Discard
Best Answer

Hi Ankit,

The suggestion for hiding attachment global menu.

You need to override fields view get method of your model where you want to hide the attachment menu.

You need to apply some delete operation on that menu item when your model view loaded.

This might help you a little.

Regards

Anil.


Avatar
Discard