[FIX] web_warning_on_save: PEP8

This commit is contained in:
Pedro M. Baeza
2018-05-01 13:54:43 +02:00
committed by GitHub
parent 1e70c4d696
commit 713b28037f

View File

@@ -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