I would like to remove "Export" in action menu in Odoo 14 Community Edition.
I want to remove it for all views at once if possible; otherwise, one by one for each required model or view would be fine.
I tried:
<xpath expr="//tree" position="attributes">
<attribute name="export_xlsx">false</attribute>
</xpath>
in individual model. Doesn't work.
Also tried overwriting the Sidebar in javascript. Doesn't work.