diff --git a/README.md b/README.md index 0a7377a67..68ed7ca44 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ addon | version | maintainers | summary [dbfilter_from_header](dbfilter_from_header/) | 17.0.1.0.0 | | Filter databases with HTTP headers [fetchmail_notify_error_to_sender](fetchmail_notify_error_to_sender/) | 17.0.1.0.0 | | If fetching mails gives error, send an email to sender [fetchmail_notify_error_to_sender_test](fetchmail_notify_error_to_sender_test/) | 17.0.1.0.0 | | Test for Fetchmail Notify Error to Sender +[html_text](html_text/) | 17.0.1.0.0 | | Generate excerpts from any HTML field [iap_alternative_provider](iap_alternative_provider/) | 17.0.1.0.0 | [![sebastienbeau](https://github.com/sebastienbeau.png?size=30px)](https://github.com/sebastienbeau) | Base module for providing alternative provider for iap apps [jsonifier](jsonifier/) | 17.0.1.0.0 | | JSON-ify data for all models [module_analysis](module_analysis/) | 17.0.1.0.1 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Add analysis tools regarding installed modules to know which installed modules comes from Odoo Core, OCA, or are custom modules diff --git a/html_text/README.rst b/html_text/README.rst index 949df1e88..db408bda5 100644 --- a/html_text/README.rst +++ b/html_text/README.rst @@ -7,7 +7,7 @@ Text from HTML field !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:6628757b4f5664095ed2bc62e561ae5ffa46e22b5cd592012b8a1ef2c3526d9c + !! source digest: sha256:0f87eb077e4457f21490754cf188e0717093fd7fbcc499983fe831308056ba07 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/html_text/static/description/index.html b/html_text/static/description/index.html index bffd73332..1f6357cf5 100644 --- a/html_text/static/description/index.html +++ b/html_text/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:6628757b4f5664095ed2bc62e561ae5ffa46e22b5cd592012b8a1ef2c3526d9c +!! source digest: sha256:0f87eb077e4457f21490754cf188e0717093fd7fbcc499983fe831308056ba07 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/server-tools Translate me on Weblate Try me on Runboat

This module provides some technical features that allow to extract text diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index a0d5430b4..87eac02a6 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-server-tools" -version = "17.0.20241227.0" +version = "17.0.20250222.0" dependencies = [ "odoo-addon-auditlog>=17.0dev,<17.1dev", "odoo-addon-base_cron_exclusion>=17.0dev,<17.1dev", @@ -14,6 +14,7 @@ dependencies = [ "odoo-addon-dbfilter_from_header>=17.0dev,<17.1dev", "odoo-addon-fetchmail_notify_error_to_sender>=17.0dev,<17.1dev", "odoo-addon-fetchmail_notify_error_to_sender_test>=17.0dev,<17.1dev", + "odoo-addon-html_text>=17.0dev,<17.1dev", "odoo-addon-iap_alternative_provider>=17.0dev,<17.1dev", "odoo-addon-jsonifier>=17.0dev,<17.1dev", "odoo-addon-module_analysis>=17.0dev,<17.1dev",