minor fix

This commit is contained in:
wilsongomez 2022-03-02 15:38:05 -05:00
parent c45e036904
commit 50201fd4e0
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ from trytond.transaction import Transaction
import requests
from urllib.parse import urlencode
from datetime import datetime, date
from web_channel import SaleWebChannel
from .web_channel import SaleWebChannel
import json
from .exceptions import NotProductFoundError, NotProductFound
from trytond.i18n import gettext