Se rendre au contenu
Odoo Menu
  • Se connecter
  • Essai gratuit
  • Applications
    Finance
    • Comptabilité
    • Facturation
    • Notes de frais
    • Feuilles de calcul (BI)
    • Documents
    • Signature
    Ventes
    • CRM
    • Ventes
    • PdV Boutique
    • PdV Restaurant
    • Abonnements
    • Location
    Sites web
    • Site Web
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Chaîne d'approvisionnement
    • Inventaire
    • Fabrication
    • PLM
    • Achats
    • Maintenance
    • Qualité
    Ressources Humaines
    • Employés
    • Recrutement
    • Congés
    • Évaluations
    • Recommandations
    • Parc automobile
    Marketing
    • Marketing Social
    • E-mail Marketing
    • SMS Marketing
    • Événements
    • Marketing Automation
    • Sondages
    Services
    • Projet
    • Feuilles de temps
    • Services sur Site
    • Assistance
    • Planification
    • Rendez-vous
    Productivité
    • Discussion
    • Validations
    • Internet des Objets
    • VoIP
    • Connaissances
    • WhatsApp
    Applications tierces Odoo Studio Plateforme Cloud d'Odoo
  • Industries
    Commerce de détail
    • Librairie
    • Magasin de vêtements
    • Magasin de meubles
    • Supermarché
    • Quincaillerie
    • Magasin de jouets
    Restauration & Hôtellerie
    • Bar et Pub
    • Restaurant
    • Fast-food
    • Maison d’hôtes
    • Distributeur de boissons
    • Hôtel
    Immobilier
    • Agence immobilière
    • Cabinet d'architecture
    • Construction
    • Gestion immobilière
    • Jardinage
    • Association de copropriétaires
    Consultance
    • Cabinet d'expertise comptable
    • Partenaire Odoo
    • Agence Marketing
    • Cabinet d'avocats
    • Aquisition de talents
    • Audit & Certification
    Fabrication
    • Textile
    • Métal
    • Meubles
    • Alimentation
    • Brasserie
    • Cadeaux d'entreprise
    Santé & Fitness
    • Club de sports
    • Opticien
    • Salle de fitness
    • Praticiens bien-être
    • Pharmacie
    • Salon de coiffure
    Commerce
    • Homme à tout faire
    • Matériel informatique & support
    • Systèmes photovoltaïques
    • Cordonnier
    • Services de nettoyage
    • Services CVC
    Autres
    • Organisation à but non lucratif
    • Agence environnementale
    • Location de panneaux d'affichage
    • Photographie
    • Leasing de vélos
    • Revendeur de logiciel
    Parcourir toutes les industries
  • Communauté
    Apprenez
    • Tutoriels
    • Documentation
    • Certifications
    • Formation
    • Blog
    • Podcast
    Renforcer l'éducation
    • Programme éducatif
    • Business Game Scale-Up!
    • Rendez-nous visite
    Obtenir le logiciel
    • Téléchargement
    • Comparez les éditions
    • Versions
    Collaborer
    • Github
    • Forum
    • Événements
    • Traductions
    • Devenir partenaire
    • Services pour partenaires
    • Enregistrer votre cabinet comptable
    Nos Services
    • Trouver un partenaire
    • Trouver un comptable
    • Rencontrer un conseiller
    • Services de mise en œuvre
    • Références clients
    • Assistance
    • Mises à niveau
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obtenir une démonstration
  • Tarification
  • Aide
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Aide

Problem with loading attachments in mail.channel using xmlrpc in python

S'inscrire

Recevez une notification lorsqu'il y a de l'activité sur ce poste

Cette question a été signalée
pythonxmlrpcir.attachmentmail.channel
1 Répondre
3911 Vues
Avatar
Maryam

Hello everyone, 

I'm trying to send messages with attachments in mailbox using xmlrpc (ir.attachment and mail.channel).

With admin account as sender, I can see my attachments without any problem. But as receiver in the same chat conversation, the images are not shown (I see just camera icon) and pdf files have the following error: PDF.js Version 2.2.228 (build: d7afb74a)
Message: Missing PDF "http://10.20.168.7:8069/web/content/884".

Here is a part of my script:

with open(attachment_filepath ,'rb') as raw_data:
​attachment1 = base64.b64encode(raw_data.read())
attachment = attachment1.decode('ascii')
file_type = re.search('\.(.*)',entry_name)
filetype = file_type.group()
name = 'attachment' + filetype
 
if filetype == '.pdf':
​mimetype = 'application/pdf'
elif filetype == '.jpg' or filetype == '.jpeg' :
​mimetype = 'image/jpeg'
elif filetype == '.png':
​mimetype = 'image/png'
else:
​mimetype = 'text/plain' 
 
if has_attachment is True:
​attach_args = [{
​ ​'name' : name,
​ ​'datas' : attachment,
​ ​'store_fname' :attachment,
​ ​'mimetype' : mimetype,
​ ​'type': 'binary', 
​}]
​attachment_exe = models.execute_kw(db, uid, API_KEY, 'ir.attachment', 'create', attach_args)
​attachment_ids = [attachment_exe]
else:
​attachment_ids = []

args = [{
​'author_id': 3,
​'email_from': 'administrator',
​'create_uid': [2, 'administrator'],
​'subject': subject,
​'body': body,
​'attachment_ids' : attachment_ids,
​'message_type' : 'email',
​'model' : 'mail.channel',
​'starred': True,
​'reply_to': 'administrator',
​'partner_ids': partner_ids,
​'reaction_ids' : [3],
​'is_internal' : True,
​'reply_to_force_new': True,
​'mail_server_id': 1,
​'parent_id' : False,
​'res_id' : res_id,
}]
message = models.execute_kw(db, uid, API_KEY, 'mail.message', 'create', args)

Is it something related to access right? Does anybody have an idea?


Thank you in advance

Maryam

0
Avatar
Ignorer
Avatar
Mahmoud El Bouyahyaoui
Meilleure réponse

It seems like you're running into an issue with the permissions of the user account you're using to send the messages with attachments. The images and pdf files are not being displayed properly because the user account you're using does not have the necessary permissions to access the attachments.

You can check the permissions of the user account by going to Settings > Users > Users and editing the user account in question. On the Access Rights tab, you can check if the user has the correct permissions to access the attachments.

One thing you can try is to give the user account permissions to access the ir.attachment model and the mail.channel model by setting the appropriate access rights. Another thing you can try is to check the permissions for the group the user is in.

Make sure that the user has the correct permissions to access the attachments and also check that the user has the correct access rights to the ir.attachment and mail.channel models. This should resolve the issue with the images and pdf files not being displayed properly.

0
Avatar
Ignorer
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !

Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !

S'inscrire
Publications associées Réponses Vues Activité
404 when testing demo xmlrpc client in python
python xmlrpc
Avatar
Avatar
Avatar
Avatar
3
juil. 25
3082
Creating journal entries via external API (XML-RPC) Résolu
python xmlrpc
Avatar
1
août 23
16586
XMLRPC Error 302 Temporarily moved (odoo.sh v13)
python xmlrpc
Avatar
0
juin 20
61
Adding translations while creating records for models with XMLRPC
python translations xmlrpc
Avatar
Avatar
1
mai 24
4487
Create invoice via xmlrpc Résolu
python invoice xmlrpc
Avatar
Avatar
1
nov. 22
5000
Communauté
  • Tutoriels
  • Documentation
  • Forum
Open Source
  • Téléchargement
  • Github
  • Runbot
  • Traductions
Services
  • Hébergement Odoo.sh
  • Assistance
  • Migration
  • Développements personnalisés
  • Éducation
  • Trouver un comptable
  • Trouver un partenaire
  • Devenir partenaire
À propos
  • Notre société
  • Actifs de la marque
  • Contactez-nous
  • Emplois
  • Événements
  • Podcast
  • Blog
  • Clients
  • Informations légales • Confidentialité
  • Sécurité.
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk Slovenščina Español (América Latina) Español Svenska ภาษาไทย Türkçe українська Tiếng Việt

Odoo est une suite d'applications open source couvrant tous les besoins de votre entreprise : CRM, eCommerce, Comptabilité, Inventaire, Point de Vente, Gestion de Projet, etc.

Le positionnement unique d'Odoo est d'être à la fois très facile à utiliser et totalement intégré.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now