From b6251a5b9a98dadfb45418136ad1f26045e67b11 Mon Sep 17 00:00:00 2001 From: Christopher Rogos Date: Thu, 4 Apr 2024 09:53:10 +0000 Subject: [PATCH] [IMP] remove python libs included in odoo requirements --- html_text/README.rst | 2 +- html_text/__manifest__.py | 1 - html_text/static/description/index.html | 2 +- requirements.txt | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/html_text/README.rst b/html_text/README.rst index 85fbeab2808..b36d4d0ec15 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:7c377c62e6608920605229a29147973288dc49805cbc1e1d8bbbeeb4d3359eaa + !! source digest: sha256:65a2fb384583d647678698036ba18c1404b120456f107a8c4acb9a0f3f2f7060 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/html_text/__manifest__.py b/html_text/__manifest__.py index 45433fd43ad..b59ee9ccb9b 100644 --- a/html_text/__manifest__.py +++ b/html_text/__manifest__.py @@ -14,6 +14,5 @@ "license": "AGPL-3", "application": False, "installable": True, - "external_dependencies": {"python": ["lxml"]}, "depends": ["base"], } diff --git a/html_text/static/description/index.html b/html_text/static/description/index.html index 8e2380a9fbc..e8c8ad8270e 100644 --- a/html_text/static/description/index.html +++ b/html_text/static/description/index.html @@ -367,7 +367,7 @@

Text from HTML field

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:7c377c62e6608920605229a29147973288dc49805cbc1e1d8bbbeeb4d3359eaa +!! source digest: sha256:65a2fb384583d647678698036ba18c1404b120456f107a8c4acb9a0f3f2f7060 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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 from diff --git a/requirements.txt b/requirements.txt index ecc90d0b06d..7c98dc948fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,6 @@ astor cryptography dataclasses -lxml mako odoo_test_helper odoorpc