hello,
in studio 15 I used a many2many field to add the related invoices in the invoice form, because there are down payments for every customer. i also print that on the invoice layout.
what i am trying to do is exclude the invoice i am currently printing from the list of the related invoices.
i tried using domain filtering but nothing seems to affect what the list has, i even tried a simple filter like sequence number !=5 to see if something happens, but the invoice still appears, so i must be missing something - the path to the related invoices is
invoice_line_ids.sale_line_ids.order_id.invoice_ids |
i am now trying to figure out if i can use 'compute' to filter out the invoice using for example active_id. i already tried active_id in the domain filter unsuccessfully.
can someone help ?
thank you