Browse Source

[FIX] web_warning_on_save: PEP8

pull/117/merge
Pedro M. Baeza 6 years ago
committed by GitHub
parent
commit
713b28037f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      web_warning_on_save/orm.py

1
web_warning_on_save/orm.py

@ -25,4 +25,5 @@ from openerp.osv import orm
def check_warning_on_save(self, cr, uid, id, context=None):
return False
orm.BaseModel.check_warning_on_save = check_warning_on_save
Loading…
Cancel
Save