Skip to content

Commit ceb9687

Browse files
committed
[BOT] post-merge updates
1 parent 301ea01 commit ceb9687

4 files changed

Lines changed: 17 additions & 15 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Available addons
2222
addon | version | maintainers | summary
2323
--- | --- | --- | ---
2424
[web_environment_ribbon](web_environment_ribbon/) | 18.0.1.0.1 | | Web Environment Ribbon
25+
[web_favicon](web_favicon/) | 18.0.1.0.0 | | Allows to set a custom shortcut icon (aka favicon)
2526
[web_no_bubble](web_no_bubble/) | 18.0.1.0.0 | | Remove the bubbles from the web interface
2627
[web_notify](web_notify/) | 18.0.1.0.1 | | Send notification messages to user
2728
[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

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[project]
22
name = "odoo-addons-oca-web"
3-
version = "18.0.20250109.0"
3+
version = "18.0.20250114.0"
44
dependencies = [
55
"odoo-addon-web_environment_ribbon==18.0.*",
6+
"odoo-addon-web_favicon==18.0.*",
67
"odoo-addon-web_no_bubble==18.0.*",
78
"odoo-addon-web_notify==18.0.*",
89
"odoo-addon-web_pivot_computed_measure==18.0.*",

web_favicon/README.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Custom shortcut icon
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:d484f6acfd0e0513696306b9fc933198baadece9a848422172ea0b51cf7633c4
10+
!! source digest: sha256:fa990988a68288b8264800bce0451c78b1223106dbcd4996b260a5e9743fc460
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |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
6666
Known issues / Roadmap
6767
======================
6868

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

7878
Bug Tracker
7979
===========
@@ -98,9 +98,9 @@ Authors
9898
Contributors
9999
------------
100100

101-
- OERP Canada <https://www.oerp.ca/>:
101+
- OERP Canada <https://www.oerp.ca/>:
102102

103-
- Daryl Chen <dc@oerp.ca>
103+
- Daryl Chen <dc@oerp.ca>
104104

105105
Maintainers
106106
-----------

web_favicon/static/description/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Custom shortcut icon</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:d484f6acfd0e0513696306b9fc933198baadece9a848422172ea0b51cf7633c4
370+
!! source digest: sha256:fa990988a68288b8264800bce0451c78b1223106dbcd4996b260a5e9743fc460
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web/tree/18.0/web_favicon"><img alt="OCA/web" src="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_favicon"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/web&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This module was written to allow you to customize your Odoo instance’s
@@ -413,8 +413,8 @@ <h1><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h1>
413413
<li>Allow to upload some big icon (preferrably SVG or the like) and
414414
generate all the icons from it</li>
415415
<li>Generate icons suitable for mobile devices and web apps (see
416-
/static/src/img/ folder inside the module for a sample of the
417-
possible current formats.</li>
416+
/static/src/img/ folder inside the module for a sample of the possible
417+
current formats.</li>
418418
<li>Put the icon definition at system level, not at company level. It
419419
doesn’t make sense (as the icon is cached) to have a different icon
420420
per company.</li>

0 commit comments

Comments
 (0)