[BOT] post-merge updates
parent
0a7394239c
commit
114558c34c
|
@ -47,7 +47,7 @@ addon | version | maintainers | summary
|
|||
[excel_import_export](excel_import_export/) | 16.0.1.1.0 | [](https://github.com/kittiu) | Base module for developing Excel import/export/report
|
||||
[excel_import_export_demo](excel_import_export_demo/) | 16.0.1.0.1 | [](https://github.com/kittiu) | Excel Import/Export/Report Demo
|
||||
[excel_import_export_unidecode](excel_import_export_unidecode/) | 16.0.1.0.1 | | Add unidecode option to excel import/export/report
|
||||
[html_text](html_text/) | 16.0.1.0.0 | | Generate excerpts from any HTML field
|
||||
[html_text](html_text/) | 16.0.1.0.1 | | Generate excerpts from any HTML field
|
||||
[iap_alternative_provider](iap_alternative_provider/) | 16.0.1.0.0 | [](https://github.com/sebastienbeau) | Base module for providing alternative provider for iap apps
|
||||
[jsonifier](jsonifier/) | 16.0.0.0.1 | | JSON-ify data for all models
|
||||
[module_analysis](module_analysis/) | 16.0.1.0.1 | [](https://github.com/legalsylvain) | Add analysis tools regarding installed modules to know which installed modules comes from Odoo Core, OCA, or are custom modules
|
||||
|
|
|
@ -7,7 +7,7 @@ Text from HTML field
|
|||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:65a2fb384583d647678698036ba18c1404b120456f107a8c4acb9a0f3f2f7060
|
||||
!! source digest: sha256:6628757b4f5664095ed2bc62e561ae5ffa46e22b5cd592012b8a1ef2c3526d9c
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
{
|
||||
"name": "Text from HTML field",
|
||||
"summary": "Generate excerpts from any HTML field",
|
||||
"version": "16.0.1.0.0",
|
||||
"version": "16.0.1.0.1",
|
||||
"category": "Tools",
|
||||
"website": "https://github.com/OCA/server-tools",
|
||||
"author": "Grupo ESOC Ingeniería de Servicios, "
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
|
@ -367,7 +366,7 @@ ul.auto-toc {
|
|||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:65a2fb384583d647678698036ba18c1404b120456f107a8c4acb9a0f3f2f7060
|
||||
!! source digest: sha256:6628757b4f5664095ed2bc62e561ae5ffa46e22b5cd592012b8a1ef2c3526d9c
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<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/16.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-16-0/server-tools-16-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&target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>This module provides some technical features that allow to extract text from
|
||||
|
|
Loading…
Reference in New Issue