def forma_pagamento_associada(self):
        choices_tp = self.forma_pagamento._meta.get_field('tipo_prazo').flatchoices
        tp = dict(choices_tp).get(self.forma_pagamento.tipo_prazo)
        choices_tp = self.forma_pagamento._meta.get_field('tipo_carencia').flatchoices
        tc = dict(choices_tp).get(self.forma_pagamento.tipo_carencia)