Browse Source

PEP8 in company.py

pull/107/head^2
César López Ramírez 4 years ago
parent
commit
11d3870293
  1. 3
      easy_my_coop_website/models/company.py

3
easy_my_coop_website/models/company.py

@ -1,4 +1,4 @@
from odoo import api, fields, models
from odoo import fields, models
class ResCompany(models.Model):
@ -7,4 +7,3 @@ class ResCompany(models.Model):
('none', 'Disabled'),
('google', 'Google Recaptcha'),
], 'Captcha type or disabled',required=True, default='google')
Loading…
Cancel
Save