mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] web_warning_on_save: PEP8
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user