account.move.line.search.liability account.move.line ['|', ('account_id.account_type', '=', 'liability_payable'), '&', ('account_id.account_type', '=', 'liability_current'), ('account_id.reconcile', '=', True)] ['|', ('account_id.account_type', '=', 'asset_receivable'), '&', ('account_id.account_type', '=', 'asset_current'), ('account_id.reconcile', '=', True)]