minor fix

This commit is contained in:
wilson gomez 2021-07-23 11:00:37 -05:00
parent bc32b445ed
commit 4d8629082e
2 changed files with 0 additions and 9 deletions

View File

@ -28,9 +28,6 @@ class Shopify(SaleWebChannel):
@classmethod
def __setup__(cls):
super(Shopify, cls).__setup__()
cls._error_messages.update({
'product_not_found': ('Product Not Found'),
})
def _get_context(self):
print(self)

View File

@ -265,9 +265,6 @@ class SynchronizeChannelOrders(Wizard):
@classmethod
def __setup__(cls):
super(SynchronizeChannelOrders, cls).__setup__()
cls._error_messages.update({
'error': ('%s'),
})
def transition_accept(self):
pool = Pool()
@ -394,9 +391,6 @@ class FinishInvoices(Wizard):
@classmethod
def __setup__(cls):
super(FinishInvoices, cls).__setup__()
cls._error_messages.update({
'error': ('%s'),
})
def transition_accept(self):
pool = Pool()