Skip to content

Commit b129f06

Browse files
committed
[BOT] post-merge updates
1 parent 1055047 commit b129f06

5 files changed

Lines changed: 33 additions & 18 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ addon | version | maintainers | summary
5656
[web_notify](web_notify/) | 16.0.3.2.0 | | Send notification messages to user
5757
[web_notify_channel_message](web_notify_channel_message/) | 16.0.1.0.1 | | Send an instant notification to channel users when a new message is posted
5858
[web_notify_upgrade](web_notify_upgrade/) | 16.0.1.0.0 | | Notify active users when a module is installed or updated
59+
[web_phone_field_whatsapp](web_phone_field_whatsapp/) | 16.0.1.0.0 | <a href='https://github.com/adasatorres'><img src='https://github.com/adasatorres.png' width='32' height='32' style='border-radius:50%;' alt='adasatorres'/></a> | This module adds a shortcut functionality to WhatsApp Web or the WhatsApp application in the phone widget.
5960
[web_pivot_computed_measure](web_pivot_computed_measure/) | 16.0.1.0.0 | <a href='https://github.com/CarlosRoca13'><img src='https://github.com/CarlosRoca13.png' width='32' height='32' style='border-radius:50%;' alt='CarlosRoca13'/></a> | Web Pivot Computed Measure
6061
[web_pwa_oca](web_pwa_oca/) | 16.0.1.0.0 | <a href='https://github.com/eLBati'><img src='https://github.com/eLBati.png' width='32' height='32' style='border-radius:50%;' alt='eLBati'/></a> | Make Odoo a PWA
6162
[web_quick_start_screen](web_quick_start_screen/) | 16.0.1.0.0 | | Configurable start screen for quick actions

setup/_metapackage/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.0.20251023.0
1+
16.0.20251130.0

setup/_metapackage/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
'odoo-addon-web_notify>=16.0dev,<16.1dev',
4444
'odoo-addon-web_notify_channel_message>=16.0dev,<16.1dev',
4545
'odoo-addon-web_notify_upgrade>=16.0dev,<16.1dev',
46+
'odoo-addon-web_phone_field_whatsapp>=16.0dev,<16.1dev',
4647
'odoo-addon-web_pivot_computed_measure>=16.0dev,<16.1dev',
4748
'odoo-addon-web_pwa_oca>=16.0dev,<16.1dev',
4849
'odoo-addon-web_quick_start_screen>=16.0dev,<16.1dev',

web_phone_field_whatsapp/README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
========================
26
Web Phone Field WhatsApp
37
========================
@@ -7,13 +11,13 @@ Web Phone Field WhatsApp
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:58c12c371c6ee98ab722ae1650ab897bae09a893eb28400500c3afd9bdff5175
14+
!! source digest: sha256:3d2ae6b943ffeca1e1bfc340b98db2204145c411d030dae6f2c58e021a8a7eb0
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
16-
.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-LGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
1822
:alt: License: LGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github

web_phone_field_whatsapp/static/description/index.html

Lines changed: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
6-
<title>Web Phone Field WhatsApp</title>
6+
<title>README.rst</title>
77
<style type="text/css">
88

99
/*
1010
:Author: David Goodger (goodger@python.org)
11-
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
1212
:Copyright: This stylesheet has been placed in the public domain.
1313
1414
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1516
1617
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1718
customize this style sheet.
@@ -274,7 +275,7 @@
274275
margin-left: 2em ;
275276
margin-right: 2em }
276277

277-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
278279
pre.code, code { background-color: #eeeeee }
279280
pre.code .comment, code .comment { color: #5C6576 }
280281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -300,7 +301,7 @@
300301
span.pre {
301302
white-space: pre }
302303

303-
span.problematic {
304+
span.problematic, pre.problematic {
304305
color: red }
305306

306307
span.section-subtitle {
@@ -359,16 +360,21 @@
359360
</style>
360361
</head>
361362
<body>
362-
<div class="document" id="web-phone-field-whatsapp">
363-
<h1 class="title">Web Phone Field WhatsApp</h1>
363+
<div class="document">
364364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="web-phone-field-whatsapp">
370+
<h1>Web Phone Field WhatsApp</h1>
365371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
366372
!! This file is generated by oca-gen-addon-readme !!
367373
!! changes will be overwritten. !!
368374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369-
!! source digest: sha256:58c12c371c6ee98ab722ae1650ab897bae09a893eb28400500c3afd9bdff5175
375+
!! source digest: sha256:3d2ae6b943ffeca1e1bfc340b98db2204145c411d030dae6f2c58e021a8a7eb0
370376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371-
<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/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web/tree/16.0/web_phone_field_whatsapp"><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-16-0/web-16-0-web_phone_field_whatsapp"><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=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
377+
<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/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/license-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web/tree/16.0/web_phone_field_whatsapp"><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-16-0/web-16-0-web_phone_field_whatsapp"><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=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372378
<p>This module adds a shortcut functionality to WhatsApp Web or the WhatsApp application in the phone widget.</p>
373379
<p><strong>Table of contents</strong></p>
374380
<div class="contents local topic" id="contents">
@@ -384,28 +390,28 @@ <h1 class="title">Web Phone Field WhatsApp</h1>
384390
</ul>
385391
</div>
386392
<div class="section" id="usage">
387-
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
393+
<h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
388394
<p>To use this new functionality, simply go to a char field with the phone widget,
389395
enter the phone number, and execute the WhatsApp Web option.</p>
390396
</div>
391397
<div class="section" id="bug-tracker">
392-
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
398+
<h2><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h2>
393399
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/web/issues">GitHub Issues</a>.
394400
In case of trouble, please check there if your issue has already been reported.
395401
If you spotted it first, help us to smash it by providing a detailed and welcomed
396402
<a class="reference external" href="https://github.com/OCA/web/issues/new?body=module:%20web_phone_field_whatsapp%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
397403
<p>Do not contact contributors directly about support or help with technical issues.</p>
398404
</div>
399405
<div class="section" id="credits">
400-
<h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
406+
<h2><a class="toc-backref" href="#toc-entry-3">Credits</a></h2>
401407
<div class="section" id="authors">
402-
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
408+
<h3><a class="toc-backref" href="#toc-entry-4">Authors</a></h3>
403409
<ul class="simple">
404410
<li>Binhex</li>
405411
</ul>
406412
</div>
407413
<div class="section" id="contributors">
408-
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
414+
<h3><a class="toc-backref" href="#toc-entry-5">Contributors</a></h3>
409415
<ul class="simple">
410416
<li><a class="reference external" href="https//www.binhex.cloud">Binhex</a>:<ul>
411417
<li>Adasat Torres de León &lt;<a class="reference external" href="mailto:a.torres&#64;binhex.cloud">a.torres&#64;binhex.cloud</a>&gt;</li>
@@ -414,9 +420,11 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
414420
</ul>
415421
</div>
416422
<div class="section" id="maintainers">
417-
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
423+
<h3><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h3>
418424
<p>This module is maintained by the OCA.</p>
419-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
425+
<a class="reference external image-reference" href="https://odoo-community.org">
426+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
427+
</a>
420428
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
421429
mission is to support the collaborative development of Odoo features and
422430
promote its widespread use.</p>
@@ -427,5 +435,6 @@ <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
427435
</div>
428436
</div>
429437
</div>
438+
</div>
430439
</body>
431440
</html>

0 commit comments

Comments
 (0)