minor fix

This commit is contained in:
Wilson Gomez 2022-11-16 17:40:04 -05:00
parent 2604ca9edc
commit 8ec15c822f
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ class Sale(metaclass=PoolMeta):
cls.faster_process({'id': rec.id})
@classmethod
def dash_quote(cls, args):
def dash_quote(cls, args, ctx=None):
Shop = Pool().get('sale.shop')
Product = Pool().get('product.product')
Party = Pool().get('party.party')

View File

@ -1,5 +1,5 @@
[tryton]
version=6.0.10
version=6.0.11
depends:
party
product