ingadhoc/account-invoicing#212

Created by rov-adhoc
label
adhoc-dev:18.0-h-92759-rov
head
ccb1986a266149c4303ea8b14210740f82d56e46
target
18.0
merged
hace 1 mes by Camila Vives

[FIX] account_invoice_commisson: Hide commission_amount column when not in commission context

Added the 'column_invisible' attribute to the commission_amount field in the invoice_line_ids list view.

This ensures that the entire column is hidden when the context does not include 'commissioned_partner_id'. Previously, only the cell values were hidden but the column header remained visible.