[FIX] flake8 + demo data

This commit is contained in:
ygol
2019-03-20 17:35:19 +01:00
parent 03b4967853
commit ed71019cd8
2 changed files with 1 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ class Agreement(models.Model):
company_id = fields.Many2one(
'res.company', string='Company',
default=lambda self: self.env['res.company']._company_default_get(
'agreement'))
'agreement'))
active = fields.Boolean(default=True)
signature_date = fields.Date()
start_date = fields.Date()