I’m wondering the best way to get a tab called “Fees” in the Purchase form with just a sub select of puchase.line with product.type = ‘service’. I’ve tried to add a One2Many field with domain Eval(product.type) == ‘service’ but it doesn’t work.
Any ideas ?