[FIX] - default value for active field in contract line

[FIX] - fix flake8
This commit is contained in:
sbejaoui
2018-12-20 22:08:34 +01:00
committed by Francisco Ivan Anton Prieto
parent d2706c2e09
commit 0b4a97377a
4 changed files with 26 additions and 21 deletions

View File

@@ -83,6 +83,7 @@ class AccountAnalyticInvoiceLine(models.Model):
related="contract_id.active",
store=True,
readonly=True,
default=True,
)
@api.multi