minor fix

This commit is contained in:
wilson gomez 2022-02-10 07:41:00 -05:00
parent 301fd63103
commit 3255a6ac02
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class InvoiceLine(metaclass=PoolMeta):
def get_move_lines(self):
Sale = Pool().get('sale.sale')
if self.origin and self.invoice.type == 'out':
Sale._create_productions([self.origin])
# Sale._create_productions([self.origin])
pass
result = super(InvoiceLine, self).get_move_lines()