This commit is contained in:
Oscar 2021-05-21 18:23:56 -05:00
parent fb8c0dd86f
commit f8de4b0cb5
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class Sale(metaclass=PoolMeta):
description = args.get('description', '')
if not description:
description = args.get('comment', '')
print("XXXXXXXXXXX", lines)
to_create = {
'shop': shop.id,
'invoice_type': 'P',