Browse Source

[FIX] External python override for package `lxml.html` (#1234)

pull/1372/merge
Jaume Planas 6 years ago
committed by Jairo Llopis
parent
commit
ea9b06beb3
  1. 4
      html_text/__manifest__.py

4
html_text/__manifest__.py

@ -4,7 +4,7 @@
{
"name": "Text from HTML field",
"summary": "Generate excerpts from any HTML field",
"version": "11.0.1.0.0",
"version": "11.0.1.0.2",
"category": "Tools",
"website": "https://github.com/OCA/server-tools",
"author": "Grupo ESOC Ingeniería de Servicios, "
@ -16,7 +16,7 @@
"installable": True,
"external_dependencies": {
"python": [
"lxml.html",
"lxml",
],
},
"depends": [

Loading…
Cancel
Save