
/* SecurTec: Custom sale order line styling */
/* Hide broken Studio button cell */
.o_list_view tbody tr.o_data_row td.o_list_button,
.o_list_view thead tr th.o_list_button {
    display: none !important;
}
/* Hide auto Voir button for section rows (they don't have description) */
.o_list_view tbody tr.o_is_line_section td.o_list_record_open_form_view {
    display: none !important;
}
.o_list_view thead tr th.o_list_open_form_view {
    display: none !important;
}
