mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[MIG] contract_variable_quantity: Migration to v13
This commit is contained in:
committed by
Víctor Martínez
parent
2d2b9b30af
commit
157b3ef17e
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user