I want to remove the " Archive Record " or " Restore Records " from kanban view settings see the screenshort
Select any Group By then Settings button then you will see this three options. Fold, Archive Records,Restore Record . Is there any way to remove these options?

You can remove
Archive RecordandRestore Recordsin Odoo 11.0 by overrideKanbanView.Groupqweb template.In your custom module, you will create xml file (for example: kanban.xml) under /static/src/xml/ and you will pate the below xml inside it.
Then in the
__manifest__.pyyou will add the below:This will remove these two options for all Kanban views