[FIX] too many values to unpack
This commit is contained in:
parent
e735356bdd
commit
93576b5b64
@ -233,7 +233,7 @@ class ContractWizard(models.TransientModel, Extension):
|
|||||||
|
|
||||||
# Debug False values
|
# Debug False values
|
||||||
empty = []
|
empty = []
|
||||||
for k,v in kv:
|
for k,v in kv.items():
|
||||||
if not v:
|
if not v:
|
||||||
empty.append(k)
|
empty.append(k)
|
||||||
kv.pop(k)
|
kv.pop(k)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user