[MIG] contract_variable_quantity: Migration to v13

This commit is contained in:
Carlos Roca
2020-10-27 15:37:05 +01:00
committed by Víctor Martínez
parent 8b7e3b4213
commit e0e5996b8b
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,