declarando Secuencia
This commit is contained in:
parent
b8f20fae91
commit
f8c6ba2dc9
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ class Move(metaclass=PoolMeta):
|
|||
pool = Pool()
|
||||
Date = pool.get('ir.date')
|
||||
Line = pool.get('account.move.line')
|
||||
Sequence = pool.get('ir.sequence')
|
||||
|
||||
for move in moves:
|
||||
amount = Decimal('0.0')
|
||||
|
|
Loading…
Reference in a new issue