diff --git a/web_time_range_menu_custom/README.rst b/web_time_range_menu_custom/README.rst index 6be1656f0..7f42e1f7c 100644 --- a/web_time_range_menu_custom/README.rst +++ b/web_time_range_menu_custom/README.rst @@ -14,18 +14,19 @@ Web Time Range Menu Custom :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/13.0/web_time_range_menu_custom + :target: https://github.com/OCA/web/tree/15.0/web_time_range_menu_custom :alt: OCA/web .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_time_range_menu_custom + :target: https://translation.odoo-community.org/projects/web-15-0/web-15-0-web_time_range_menu_custom :alt: Translate me on Weblate -.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/162/13.0 - :alt: Try me on Runbot +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/webui/builds.html?repo=OCA/web&target_branch=15.0 + :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -Extend period and comparison period options for the time range menu adding a new option called "Custom Period". +Extend period and comparison period options for the date and datetime fields filted menu +adding a new option called "Custom Period". **Table of contents** @@ -38,7 +39,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -56,6 +57,7 @@ Contributors * `Tecnativa `__: * Alexandre D. Díaz + * Carlos Roca Maintainers ~~~~~~~~~~~ @@ -70,6 +72,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. diff --git a/web_time_range_menu_custom/__manifest__.py b/web_time_range_menu_custom/__manifest__.py index 9cff15a64..54575213a 100644 --- a/web_time_range_menu_custom/__manifest__.py +++ b/web_time_range_menu_custom/__manifest__.py @@ -2,13 +2,20 @@ { "name": "Web Time Range Menu Custom", - "version": "13.0.1.0.1", + "version": "15.0.1.0.0", "author": "Tecnativa, Odoo Community Association (OCA)", "license": "AGPL-3", "website": "https://github.com/OCA/web", - "data": ["templates/assets.xml"], "depends": ["web"], - "qweb": ["static/src/xml/time_range_menu.xml"], "installable": True, "auto_install": False, + "assets": { + "web.assets_backend": [ + "/web_time_range_menu_custom/static/src/js/*.esm.js", + "/web_time_range_menu_custom/static/src/scss/*.scss", + ], + "web.assets_qweb": [ + "/web_time_range_menu_custom/static/src/xml/*.xml", + ], + }, } diff --git a/web_time_range_menu_custom/readme/CONTRIBUTORS.rst b/web_time_range_menu_custom/readme/CONTRIBUTORS.rst index 4d7b0e818..0b0b82ce1 100644 --- a/web_time_range_menu_custom/readme/CONTRIBUTORS.rst +++ b/web_time_range_menu_custom/readme/CONTRIBUTORS.rst @@ -1,3 +1,4 @@ * `Tecnativa `__: * Alexandre D. Díaz + * Carlos Roca diff --git a/web_time_range_menu_custom/readme/DESCRIPTION.rst b/web_time_range_menu_custom/readme/DESCRIPTION.rst index cf7193a63..6dca00fe8 100644 --- a/web_time_range_menu_custom/readme/DESCRIPTION.rst +++ b/web_time_range_menu_custom/readme/DESCRIPTION.rst @@ -1 +1,2 @@ -Extend period and comparison period options for the time range menu adding a new option called "Custom Period". +Extend period and comparison period options for the date and datetime fields filted menu +adding a new option called "Custom Period". diff --git a/web_time_range_menu_custom/static/description/index.html b/web_time_range_menu_custom/static/description/index.html index d73516242..d952325f8 100644 --- a/web_time_range_menu_custom/static/description/index.html +++ b/web_time_range_menu_custom/static/description/index.html @@ -3,7 +3,7 @@ - + Web Time Range Menu Custom