I've try this,
<script type="text/javascript">
$(window).ready(function() {
$('.oe_sidebar').addClass('hide');
});
</script>
in the xml file of my custom module, and also have tried , in a js file.
I think that thoose buttons are loaded after the view is loaded.
How may i hide the buttons then?
Kind regards.