minor fix

This commit is contained in:
wilson gomez 2021-09-04 08:41:13 -05:00
parent f01c454e88
commit e7a01adcb4
1 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@
from trytond.pool import Pool
from . import sale
from . import party
from . import product
from . import web_channel
from . import mercado_libre
from . import shopify
@ -20,7 +19,6 @@ def register():
web_channel.SynchronizeChannelOrdersDone,
web_channel.FinishInvoicesStart,
party.Party,
product.Template,
module='sale_web_channel', type_='model')
Pool.register(
sale.SaleUploadInvoice,