Skip to content

Commit 5ff8742

Browse files
committed
[BOT] post-merge updates
1 parent 7087129 commit 5ff8742

4 files changed

Lines changed: 18 additions & 16 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ addon | version | maintainers | summary
3636
[base_view_inheritance_extension](base_view_inheritance_extension/) | 18.0.1.0.1 | | Adds more operators for view inheritance
3737
[database_cleanup](database_cleanup/) | 18.0.1.0.0 | | Database cleanup
3838
[dbfilter_from_header](dbfilter_from_header/) | 18.0.1.0.0 | | Filter databases with HTTP headers
39+
[html_text](html_text/) | 18.0.1.0.0 | | Generate excerpts from any HTML field
3940
[jsonifier](jsonifier/) | 18.0.1.1.0 | | JSON-ify data for all models
4041
[mail_cleanup](mail_cleanup/) | 18.0.1.0.0 | | Mark as read or delete mails after a set time
4142
[module_auto_update](module_auto_update/) | 18.0.1.0.0 | | Automatically update Odoo modules

html_text/README.rst

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Text from HTML field
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:0f87eb077e4457f21490754cf188e0717093fd7fbcc499983fe831308056ba07
10+
!! source digest: sha256:6309273dc63ea41c703631efbfd5636c9eabeb563ce385c0c65e5a451fe41de9
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -32,8 +32,8 @@ This module provides some technical features that allow to extract text
3232
from any chunk of HTML, without HTML tags or attributes. You can chose
3333
either:
3434

35-
- To truncate the result by amount of words or characters.
36-
- To append an ellipsis (or any character(s)) at the end of the result.
35+
- To truncate the result by amount of words or characters.
36+
- To append an ellipsis (or any character(s)) at the end of the result.
3737

3838
It can be used to easily generate excerpts.
3939

@@ -75,8 +75,8 @@ QWeb example:
7575
Known issues / Roadmap
7676
======================
7777

78-
- An option could be added to try to respect the basic HTML tags inside
79-
the excerpt (``<b>``, ``<i>``, ``<p>``, etc.).
78+
- An option could be added to try to respect the basic HTML tags inside
79+
the excerpt (``<b>``, ``<i>``, ``<p>``, etc.).
8080

8181
Bug Tracker
8282
===========
@@ -101,17 +101,17 @@ Authors
101101
Contributors
102102
------------
103103

104-
- Dennis Sluijk <d.sluijk@onestein.nl>
105-
- `Tecnativa <https://www.tecnativa.com>`__:",
106-
- Helly kapatel <helly.kapatel@initos.com>
107-
- Mantas Šniukas <mantas@vialaurea.lt>
108-
- Dhara Solanki <dhara.solanki@initos.com>
104+
- Dennis Sluijk <d.sluijk@onestein.nl>
105+
- `Tecnativa <https://www.tecnativa.com>`__:",
106+
- Helly kapatel <helly.kapatel@initos.com>
107+
- Mantas Šniukas <mantas@vialaurea.lt>
108+
- Dhara Solanki <dhara.solanki@initos.com>
109109

110-
- Jairo Llopis
111-
- Vicent Cubells
112-
- Víctor Martínez
110+
- Jairo Llopis
111+
- Vicent Cubells
112+
- Víctor Martínez
113113

114-
- Chau Le <chaulb@trobz.com>
114+
- Chau Le <chaulb@trobz.com>
115115

116116
Maintainers
117117
-----------

html_text/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Text from HTML field</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:0f87eb077e4457f21490754cf188e0717093fd7fbcc499983fe831308056ba07
370+
!! source digest: sha256:6309273dc63ea41c703631efbfd5636c9eabeb563ce385c0c65e5a451fe41de9
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/server-tools/tree/18.0/html_text"><img alt="OCA/server-tools" src="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-tools-18-0/server-tools-18-0-html_text"><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/server-tools&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 provides some technical features that allow to extract text

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-server-tools"
3-
version = "18.0.20250316.0"
3+
version = "18.0.20250405.0"
44
dependencies = [
55
"odoo-addon-attachment_unindex_content==18.0.*",
66
"odoo-addon-auditlog==18.0.*",
@@ -17,6 +17,7 @@ dependencies = [
1717
"odoo-addon-base_view_inheritance_extension==18.0.*",
1818
"odoo-addon-database_cleanup==18.0.*",
1919
"odoo-addon-dbfilter_from_header==18.0.*",
20+
"odoo-addon-html_text==18.0.*",
2021
"odoo-addon-jsonifier==18.0.*",
2122
"odoo-addon-mail_cleanup==18.0.*",
2223
"odoo-addon-module_auto_update==18.0.*",

0 commit comments

Comments
 (0)