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.