erp5_payment_mean: Do not pass selection_domain={}
Vincent Pelletier authored
Such parameter can produce undesired conditions
(ex: FROM catalog as node, ... WHERE node.uid > 0 AND ...) causing poor
performance. So avoid introducing this parameter when its value is empty.
05e0ab0b