OCA / website

Odoo website builder addons
GNU Affero General Public License v3.0
263 stars 694 forks source link

the ReCaptcha module fail to install on Odoo 13 Enterprise #812

Closed JJebara closed 3 years ago

JJebara commented 3 years ago

It fails when looking for 2 fields 1 error for Field has_google_recaptcha does not exist

Error while importing module 'website_form_recaptcha'.

Error while validating view

Field has_google_recaptcha does not exist

Error context: View reCaptcha Settings [view_id: 4557, xml_id: n/a, model: res.config.settings, parent_id: 1832] None

reCaptcha Settings res.config.settings
captcha

/tmp/tmpzp217h5v/website_form_recaptcha/views/website_config_settings.xml 7 Make sure those modules are installed and try again.

pedrobaeza commented 3 years ago

It seems you are trying to import the module. Can it be?

JJebara commented 3 years ago

Correct, I am trying to import the module, isn't that the manner to deploy it?

pedrobaeza commented 3 years ago

No, that's only for data module, which is nearly 0 of the existing modules. You need to put it on the addons path and refresh list.

JJebara commented 3 years ago

Thank you so much for helping on this. I figured it out. I may have missed the installation instructions .. I will double check. I added the modules to the add-on and was able to install. Have a wonderful day. Thank you :)

pedrobaeza commented 3 years ago

Sorry, but that's outside the scope of this issue, as it's very broad. Check Odoo documentation.