I have the value objeto={canal_venta}
but if I print canal_veta
it throws me {u'TEXT': u'RED', u'VALUE': u'RED'}
that is, how can I access the sales channel value?
I was trying this way, but it's wrong
print objeto["canal_venta"["VALUE"]]