Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error during V11+e installation #5

Closed
AntoineFouille opened this issue Jul 27, 2018 · 1 comment
Closed

Error during V11+e installation #5

AntoineFouille opened this issue Jul 27, 2018 · 1 comment

Comments

@AntoineFouille
Copy link

Hello,
I tried to set up the module for odoo v11 (entreprise edition). I got the following traceback
`

Error while importing module 'crm_facebook_leads': "Impossible de charger le module crm_facebook_leads échec : fichier /tmp/tmpq06ez9x4/crm_facebook_leads/security/ir.model.access.csv :\nAucun enregistrement trouvé pour id externe 'model_crm_facebook_page' dans le champ 'Object'\nMissing required value for the field 'Object' (model_id)\nAucun enregistrement trouvé pour id externe 'model_crm_facebook_form' dans le champ 'Object'\nMissing required value for the field 'Object' (model_id)\nAucun enregistrement trouvé pour id externe 'model_crm_facebook_page' dans le champ 'Object'\nMissing required value for the field 'Object' (model_id)\nAucun enregistrement trouvé pour id externe 'model_crm_facebook_form' dans le champ 'Object'\nMissing required value for the field 'Object' (model_id)\nAucun enregistrement trouvé pour id externe 'model_crm_facebook_form_field' dans le champ 'Object'\nMissing required value for the field 'Object' (model_id)"

`

Here the video of procedure : https://drive.google.com/open?id=17CAHfn8c-JHeShVOgiQD88HlNmG2tbbp

@kh-badep
Copy link
Contributor

Hello,

As far as I know base_import_module only works for importing modules without any python code. You should instead copy the module folder directly in one of folder present in the addon path. Usulally it's <path_to_odoo_user_home>/.local/share/Odoo/addons/11.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants