From ceb9687c2d4f3d7edd74f2950f8dcc5904866f52 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 14 Jan 2025 07:17:22 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/pyproject.toml | 3 ++- web_favicon/README.rst | 22 +++++++++++----------- web_favicon/static/description/index.html | 6 +++--- 4 files changed, 17 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index cf86df0b8..4c02325e5 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [web_environment_ribbon](web_environment_ribbon/) | 18.0.1.0.1 | | Web Environment Ribbon +[web_favicon](web_favicon/) | 18.0.1.0.0 | | Allows to set a custom shortcut icon (aka favicon) [web_no_bubble](web_no_bubble/) | 18.0.1.0.0 | | Remove the bubbles from the web interface [web_notify](web_notify/) | 18.0.1.0.1 | | Send notification messages to user [web_pivot_computed_measure](web_pivot_computed_measure/) | 18.0.1.0.1 | [![CarlosRoca13](https://github.com/CarlosRoca13.png?size=30px)](https://github.com/CarlosRoca13) | Web Pivot Computed Measure diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 21cb7d030..dc32cfccf 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,8 +1,9 @@ [project] name = "odoo-addons-oca-web" -version = "18.0.20250109.0" +version = "18.0.20250114.0" dependencies = [ "odoo-addon-web_environment_ribbon==18.0.*", + "odoo-addon-web_favicon==18.0.*", "odoo-addon-web_no_bubble==18.0.*", "odoo-addon-web_notify==18.0.*", "odoo-addon-web_pivot_computed_measure==18.0.*", diff --git a/web_favicon/README.rst b/web_favicon/README.rst index a4644b0a9..915a91a9a 100644 --- a/web_favicon/README.rst +++ b/web_favicon/README.rst @@ -7,7 +7,7 @@ Custom shortcut icon !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:d484f6acfd0e0513696306b9fc933198baadece9a848422172ea0b51cf7633c4 + !! source digest: sha256:fa990988a68288b8264800bce0451c78b1223106dbcd4996b260a5e9743fc460 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -66,14 +66,14 @@ To allow a user to edit the favicon it has to be member of group Known issues / Roadmap ====================== -- Allow to upload some big icon (preferrably SVG or the like) and - generate all the icons from it -- Generate icons suitable for mobile devices and web apps (see - /static/src/img/ folder inside the module for a sample of the - possible current formats. -- Put the icon definition at system level, not at company level. It - doesn't make sense (as the icon is cached) to have a different icon - per company. +- Allow to upload some big icon (preferrably SVG or the like) and + generate all the icons from it +- Generate icons suitable for mobile devices and web apps (see + /static/src/img/ folder inside the module for a sample of the possible + current formats. +- Put the icon definition at system level, not at company level. It + doesn't make sense (as the icon is cached) to have a different icon + per company. Bug Tracker =========== @@ -98,9 +98,9 @@ Authors Contributors ------------ -- OERP Canada : +- OERP Canada : - - Daryl Chen + - Daryl Chen Maintainers ----------- diff --git a/web_favicon/static/description/index.html b/web_favicon/static/description/index.html index cc6aab455..fa620bc65 100644 --- a/web_favicon/static/description/index.html +++ b/web_favicon/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:d484f6acfd0e0513696306b9fc933198baadece9a848422172ea0b51cf7633c4 +!! source digest: sha256:fa990988a68288b8264800bce0451c78b1223106dbcd4996b260a5e9743fc460 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/web Translate me on Weblate Try me on Runboat

This module was written to allow you to customize your Odoo instance’s @@ -413,8 +413,8 @@ for some favicon generators across the web.

  • Allow to upload some big icon (preferrably SVG or the like) and generate all the icons from it
  • Generate icons suitable for mobile devices and web apps (see -/static/src/img/ folder inside the module for a sample of the -possible current formats.
  • +/static/src/img/ folder inside the module for a sample of the possible +current formats.
  • Put the icon definition at system level, not at company level. It doesn’t make sense (as the icon is cached) to have a different icon per company.