mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[IMP] sql_request_abstract: pre-commit auto fixes
This commit is contained in:
@@ -10,7 +10,6 @@ from odoo.addons.web.controllers.webclient import WebClient
|
|||||||
|
|
||||||
|
|
||||||
class SqlRequestAbstractWebClient(WebClient):
|
class SqlRequestAbstractWebClient(WebClient):
|
||||||
|
|
||||||
# if a field, widget="ace" option="{'mode': 'xxx'}"
|
# if a field, widget="ace" option="{'mode': 'xxx'}"
|
||||||
# is present, The ace lib (odoo/addons/web/static/lib/ace)
|
# is present, The ace lib (odoo/addons/web/static/lib/ace)
|
||||||
# will generate a call to /web/static/lib/ace/mode-xxx.js
|
# will generate a call to /web/static/lib/ace/mode-xxx.js
|
||||||
|
|||||||
3
sql_request_abstract/pyproject.toml
Normal file
3
sql_request_abstract/pyproject.toml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[build-system]
|
||||||
|
requires = ["whool"]
|
||||||
|
build-backend = "whool.buildapi"
|
||||||
Reference in New Issue
Block a user