Skip to content

Commit a170a31

Browse files
committed
[BOT] post-merge updates
1 parent 6be8ae3 commit a170a31

File tree

4 files changed

+32
-20
lines changed

4 files changed

+32
-20
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ addon | version | maintainers | summary
3131
[mail_activity_meeting_reminder](mail_activity_meeting_reminder/) | 16.0.1.0.0 | | Allow to enforce reminders on meeting activity types
3232
[mail_activity_partner](mail_activity_partner/) | 16.0.1.0.0 | | Add Partner to Activities
3333
[mail_activity_plan](mail_activity_plan/) | 16.0.1.0.1 | <a href='https://github.com/victoralmau'><img src='https://github.com/victoralmau.png' width='32' height='32' style='border-radius:50%;' alt='victoralmau'/></a> | Mail activity plan
34-
[mail_activity_reminder](mail_activity_reminder/) | 16.0.1.0.0 | | Reminder notifications about planned activities
34+
[mail_activity_reminder](mail_activity_reminder/) | 16.0.1.0.1 | | Reminder notifications about planned activities
3535
[mail_activity_reply_creator](mail_activity_reply_creator/) | 16.0.1.0.0 | | Assign new to its creator
3636
[mail_activity_team](mail_activity_team/) | 16.0.1.1.0 | | Add Teams to Activities
3737
[mail_activity_unlink_log](mail_activity_unlink_log/) | 16.0.1.0.0 | | Leave a message when an activity is unlinked

mail_activity_reminder/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
Mail Activity Reminder
37
======================
@@ -7,13 +11,13 @@ Mail Activity Reminder
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:d6d84b98e72a7142b96255d66b7ace192dfa9c32b5c0857fd5817361358860bc
14+
!! source digest: sha256:28352592c8bd61423a0ad7bae3f3714460a5f9f27780f6a19c9c951a8500272c
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-AGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1822
:alt: License: AGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github

mail_activity_reminder/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{
66
"name": "Mail Activity Reminder",
7-
"version": "16.0.1.0.0",
7+
"version": "16.0.1.0.1",
88
"category": "Discuss",
99
"website": "https://github.com/OCA/social",
1010
"author": "CorporateHub, Odoo Community Association (OCA)",

mail_activity_reminder/static/description/index.html

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
43
<head>
54
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
65
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
7-
<title>Mail Activity Reminder</title>
6+
<title>README.rst</title>
87
<style type="text/css">
98

109
/*
1110
:Author: David Goodger (goodger@python.org)
12-
: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 $
1312
:Copyright: This stylesheet has been placed in the public domain.
1413
1514
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1616
1717
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1818
customize this style sheet.
@@ -275,7 +275,7 @@
275275
margin-left: 2em ;
276276
margin-right: 2em }
277277

278-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
279279
pre.code, code { background-color: #eeeeee }
280280
pre.code .comment, code .comment { color: #5C6576 }
281281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -301,7 +301,7 @@
301301
span.pre {
302302
white-space: pre }
303303

304-
span.problematic {
304+
span.problematic, pre.problematic {
305305
color: red }
306306

307307
span.section-subtitle {
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="mail-activity-reminder">
364-
<h1 class="title">Mail Activity Reminder</h1>
363+
<div class="document">
365364

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="mail-activity-reminder">
370+
<h1>Mail Activity Reminder</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:d6d84b98e72a7142b96255d66b7ace192dfa9c32b5c0857fd5817361358860bc
375+
!! source digest: sha256:28352592c8bd61423a0ad7bae3f3714460a5f9f27780f6a19c9c951a8500272c
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<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/social/tree/16.0/mail_activity_reminder"><img alt="OCA/social" src="https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_activity_reminder"><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/social&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/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/social/tree/16.0/mail_activity_reminder"><img alt="OCA/social" src="https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_activity_reminder"><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/social&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>This module allows setting reminders for various Activity Types.</p>
374379
<p><strong>Table of contents</strong></p>
375380
<div class="contents local topic" id="contents">
@@ -385,7 +390,7 @@ <h1 class="title">Mail Activity Reminder</h1>
385390
</ul>
386391
</div>
387392
<div class="section" id="configuration">
388-
<h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
393+
<h2><a class="toc-backref" href="#toc-entry-1">Configuration</a></h2>
389394
<p>To configure reminders for specific Activity Type:</p>
390395
<ol class="arabic simple">
391396
<li>Go to <em>Settings &gt; Technical &gt; Activity Types</em></li>
@@ -396,23 +401,23 @@ <h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
396401
</ol>
397402
</div>
398403
<div class="section" id="bug-tracker">
399-
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
404+
<h2><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h2>
400405
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/social/issues">GitHub Issues</a>.
401406
In case of trouble, please check there if your issue has already been reported.
402407
If you spotted it first, help us to smash it by providing a detailed and welcomed
403408
<a class="reference external" href="https://github.com/OCA/social/issues/new?body=module:%20mail_activity_reminder%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
404409
<p>Do not contact contributors directly about support or help with technical issues.</p>
405410
</div>
406411
<div class="section" id="credits">
407-
<h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
412+
<h2><a class="toc-backref" href="#toc-entry-3">Credits</a></h2>
408413
<div class="section" id="authors">
409-
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
414+
<h3><a class="toc-backref" href="#toc-entry-4">Authors</a></h3>
410415
<ul class="simple">
411416
<li>CorporateHub</li>
412417
</ul>
413418
</div>
414419
<div class="section" id="contributors">
415-
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
420+
<h3><a class="toc-backref" href="#toc-entry-5">Contributors</a></h3>
416421
<ul class="simple">
417422
<li><a class="reference external" href="https://corporatehub.eu/">CorporateHub</a><ul>
418423
<li>Alexey Pelykh &lt;<a class="reference external" href="mailto:alexey.pelykh&#64;corphub.eu">alexey.pelykh&#64;corphub.eu</a>&gt;</li>
@@ -422,9 +427,11 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
422427
</ul>
423428
</div>
424429
<div class="section" id="maintainers">
425-
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
430+
<h3><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h3>
426431
<p>This module is maintained by the OCA.</p>
427-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
432+
<a class="reference external image-reference" href="https://odoo-community.org">
433+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
434+
</a>
428435
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
429436
mission is to support the collaborative development of Odoo features and
430437
promote its widespread use.</p>
@@ -433,5 +440,6 @@ <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
433440
</div>
434441
</div>
435442
</div>
443+
</div>
436444
</body>
437445
</html>

0 commit comments

Comments
 (0)