mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[FIX] flake8 + demo data
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user