[IMP] sql_request_abstract: pre-commit auto fixes

This commit is contained in:
chien
2023-12-19 10:58:02 +07:00
committed by thien
parent d4ff237800
commit 8b5b181811
2 changed files with 3 additions and 1 deletions

View File

@@ -10,7 +10,6 @@ from odoo.addons.web.controllers.webclient import WebClient
class SqlRequestAbstractWebClient(WebClient):
# if a field, widget="ace" option="{'mode': 'xxx'}"
# is present, The ace lib (odoo/addons/web/static/lib/ace)
# will generate a call to /web/static/lib/ace/mode-xxx.js

View File

@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"