Skip to content

Commit ec14cb6

Browse files
committed
[BOT] post-merge updates
1 parent 4ac7177 commit ec14cb6

File tree

4 files changed

+25
-10
lines changed

4 files changed

+25
-10
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ mail
1717

1818
[//]: # (addons)
1919

20-
This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools.
20+
Available addons
21+
----------------
22+
addon | version | maintainers | summary
23+
--- | --- | --- | ---
24+
[mail_message_search](mail_message_search/) | 17.0.1.0.0 | <a href='https://github.com/yostashiro'><img src='https://github.com/yostashiro.png' width='32' height='32' style='border-radius:50%;' alt='yostashiro'/></a> <a href='https://github.com/aungkokolin1997'><img src='https://github.com/aungkokolin1997.png' width='32' height='32' style='border-radius:50%;' alt='aungkokolin1997'/></a> | Mail Message Search
2125

2226
[//]: # (end addons)
2327

mail_message_search/README.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Mail Message Search
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:e276b9738477253e4d9e296f1f4b18c589c12bc22463090e31cb188ce2aaba2b
14+
!! source digest: sha256:4745db82563e5c9824952a1d36acdd3728e7d8b1ac32ad07baf7b7fc600d208c
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -67,11 +67,11 @@ Configuration
6767
If your database is very large, you can limit how many messages a search
6868
returns to prevent crashes.
6969

70-
- Go to Settings ▸ Technical ▸ System Parameters.
71-
- Add a new parameter:
70+
- Go to Settings ▸ Technical ▸ System Parameters.
71+
- Add a new parameter:
7272

73-
- Key: mail_message_search.message_limit
74-
- Value: your desired limit (e.g., 5000).
73+
- Key: mail_message_search.message_limit
74+
- Value: your desired limit (e.g., 5000).
7575

7676
Usage
7777
=====
@@ -100,10 +100,10 @@ Authors
100100
Contributors
101101
------------
102102

103-
- `Quartile <https://www.quartile.co>`__:
103+
- `Quartile <https://www.quartile.co>`__:
104104

105-
- Aung Ko Ko Lin
106-
- Yoshi Tashiro
105+
- Aung Ko Ko Lin
106+
- Yoshi Tashiro
107107

108108
Maintainers
109109
-----------

mail_message_search/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>Mail Message Search</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:e276b9738477253e4d9e296f1f4b18c589c12bc22463090e31cb188ce2aaba2b
375+
!! source digest: sha256:4745db82563e5c9824952a1d36acdd3728e7d8b1ac32ad07baf7b7fc600d208c
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<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/mail/tree/17.0/mail_message_search"><img alt="OCA/mail" src="https://img.shields.io/badge/github-OCA%2Fmail-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/mail-17-0/mail-17-0-mail_message_search"><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/mail&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378378
<p>This module enables searching for messages across any record that uses

setup/_metapackage/pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[project]
2+
name = "odoo-addons-oca-mail"
3+
version = "17.0.20260106.0"
4+
dependencies = [
5+
"odoo-addon-mail_message_search>=17.0dev,<17.1dev",
6+
]
7+
classifiers=[
8+
"Programming Language :: Python",
9+
"Framework :: Odoo",
10+
"Framework :: Odoo :: 17.0",
11+
]

0 commit comments

Comments
 (0)