diff --git a/eslint.config.cjs b/eslint.config.cjs index 0d5731f89a8b..62d86b2adb06 100644 --- a/eslint.config.cjs +++ b/eslint.config.cjs @@ -2,7 +2,7 @@ jsdoc = require("eslint-plugin-jsdoc"); const config = [{ plugins: { - jsdoc, + jsdoc, }, languageOptions: { @@ -16,6 +16,9 @@ const config = [{ openerp: "readonly", owl: "readonly", luxon: "readonly", + document: "readonly", + clearTimeout: "readonly", + setTimeout: "readonly" }, ecmaVersion: 2024, diff --git a/web_refresher/README.rst b/web_refresher/README.rst index ff8016b42263..76b136735b87 100644 --- a/web_refresher/README.rst +++ b/web_refresher/README.rst @@ -17,13 +17,13 @@ Web Refresher :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github - :target: https://github.com/OCA/web/tree/17.0/web_refresher + :target: https://github.com/OCA/web/tree/18.0/web_refresher :alt: OCA/web .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/web-17-0/web-17-0-web_refresher + :target: https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_refresher :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=17.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=18.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -33,7 +33,7 @@ displayed list. |image| -.. |image| image:: https://raw.githubusercontent.com/OCA/web/17.0/web_refresher/static/description/refresh.png +.. |image| image:: https://raw.githubusercontent.com/OCA/web/18.0/web_refresher/static/description/refresh.png **Table of contents** @@ -89,6 +89,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/web `_ project on GitHub. +This module is part of the `OCA/web `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.