format
This commit is contained in:
parent
4ee3411db1
commit
d2346dfd22
@ -229,6 +229,7 @@ class ContractWizard(models.TransientModel):
|
|||||||
or hasattr(self.target, "order_id")
|
or hasattr(self.target, "order_id")
|
||||||
and self.target.order_id.order_line
|
and self.target.order_id.order_line
|
||||||
):
|
):
|
||||||
|
|
||||||
def number_generator(n=1):
|
def number_generator(n=1):
|
||||||
while True:
|
while True:
|
||||||
yield n
|
yield n
|
||||||
|
Loading…
x
Reference in New Issue
Block a user