[MIG] contract_variable_quantity: Migration to v13

This commit is contained in:
Carlos Roca
2020-10-27 15:37:05 +01:00
committed by Juanjo
parent 3cb0d88dec
commit c16970c765
78 changed files with 639 additions and 670 deletions

View File

@@ -22,7 +22,7 @@ class ContractLineFormula(models.Model):
"user": self.env.user,
"line": self.env["contract.line"],
"contract": self.env["contract.contract"],
"invoice": self.env["account.invoice"],
"invoice": self.env["account.move"],
"quantity": 0,
"period_first_date": False,
"period_last_date": False,