odoo / docker

Other
929 stars 1.51k forks source link

Missing google_auth module #442

Open seppedl opened 1 year ago

seppedl commented 1 year ago

Social Marketing app throws an error when trying to install it in the vanilla docker image. The google_auth module is requuired in 16.0. This module is a requirement of the Social Marketing app. The module should be added to the Dockerfile as an apt installed module: python3-google-auth \

lathama commented 3 months ago

@seppedl Can you confirm that attaching to the container and installing the package fixes the issue? If so we can do a PR to add it to the installed packages.

larmar commented 1 month ago

Yes it works but i believe its an enterprise module social_push_notifications, but it solves the dependency problem