docker icon indicating copy to clipboard operation
docker copied to clipboard

The html2text module was not integrated

Open hermitguo opened this issue 3 years ago • 1 comments

odoo14, There is a module that is not integrated, and there is a backup function that is often used. It is suggested to integrate several commonly used plug-ins, such as backup and pay for the modules that need to be installed. pip3 install paramiko, ==> auto_backup pip3 install html2text ==> odoo/addons/base/models/ir_mail_server.py

hermitguo avatar Feb 25 '22 06:02 hermitguo

I checked Odoo 17 container just now and no paramiko so a PR to https://github.com/odoo/docker/blob/master/17.0/Dockerfile might help.

Packages I assume are:

  • python3-paramiko
  • python3-html2text

lathama avatar Apr 02 '24 21:04 lathama