In this article you will learn how to hide or remove
"Save" button from Odoo form view. Some time we want to create a form view to only show or display data not to save or edit it. So here we need to hide or remove the save button.
remove_hide_save_button_from_odoo_form.xml
Code Description
To hide "Save" button we only need to add (create="false") as we added in our code in line no 5. In the below screen shot you can see there is no "Save" button.
5 Comments
save button hide is not working
ReplyDeleteplease mention your code here!....
ReplyDeleteIn odoo 12 doesn't work.
ReplyDeletetry adding this in your action
Delete< field name="target" > inline < /field >
how to hide for some user groups?
ReplyDelete