mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[FIX] - default value for active field in contract line
[FIX] - fix flake8
This commit is contained in:
committed by
Francisco Ivan Anton Prieto
parent
d2706c2e09
commit
0b4a97377a
@@ -83,6 +83,7 @@ class AccountAnalyticInvoiceLine(models.Model):
|
||||
related="contract_id.active",
|
||||
store=True,
|
||||
readonly=True,
|
||||
default=True,
|
||||
)
|
||||
|
||||
@api.multi
|
||||
|
||||
Reference in New Issue
Block a user