minor fix

This commit is contained in:
wilson gomez 2021-08-23 16:50:54 -05:00
parent 9874090133
commit 9e9801d14f
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ class SaleWebChannel(Workflow, ModelSQL, ModelView):
('state', '=', 'active'),
('channel_name', '=', 'mercadolibre'),
])
channels[0]._validate_token()
res = channels[0]._validate_token()
def send_mail_notification(self, message):
Template = Pool().get('email.template')