[12.0][MIG] Migrate module sql_request_abstract to v12

This commit is contained in:
Adrià Gil Sorribes
2018-12-14 14:06:26 +01:00
committed by chien
parent ddd06ffe64
commit f90fb234d2
8 changed files with 527 additions and 28 deletions

View File

@@ -15,6 +15,7 @@ from odoo.exceptions import UserError
class SQLRequestMixin(models.AbstractModel):
_name = 'sql.request.mixin'
_description = 'SQL Request Mixin'
_clean_query_enabled = True