Skip to Content
Odoo Menu
  • Prihlásiť sa
  • Vyskúšajte zadarmo
  • Aplikácie
    Financie
    • Účtovníctvo
    • Fakturácia
    • Výdavky
    • Tabuľka (BI)
    • Dokumenty
    • Podpis
    Predaj
    • CRM
    • Predaj
    • POS Shop
    • POS Restaurant
    • Manažment odberu
    • Požičovňa
    Webstránky
    • Tvorca webstránok
    • eShop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Supply Chain
    • Sklad
    • Výroba
    • Správa životného cyklu produktu
    • Nákup
    • Údržba
    • Manažment kvality
    Ľudské zdroje
    • Zamestnanci
    • Nábor zamestnancov
    • Voľné dni
    • Hodnotenia
    • Odporúčania
    • Vozový park
    Marketing
    • Marketing sociálnych sietí
    • Email marketing
    • SMS marketing
    • Eventy
    • Marketingová automatizácia
    • Prieskumy
    Služby
    • Projektové riadenie
    • Pracovné výkazy
    • Práca v teréne
    • Helpdesk
    • Plánovanie
    • Schôdzky
    Produktivita
    • Tímová komunikácia
    • Schvalovania
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Priemyselné odvetvia
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Reštaurácia
    • Fast Food
    • Guest House
    • Beverage distributor
    • Hotel
    Reality
    • Real Estate Agency
    • Architecture Firm
    • Konštrukcia
    • Estate Managament
    • Gardening
    • Property Owner Association
    Poradenstvo
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Jedlo
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware and Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Iní
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Komunita
    Vzdelávanie
    • Tutoriály
    • Dokumentácia
    • Certifikácie
    • Školenie
    • Blog
    • Podcast
    Empower Education
    • Vzdelávací program
    • Scale Up! Business Game
    • Visit Odoo
    Softvér
    • Stiahnuť
    • Porovnanie Community a Enterprise vierzie
    • Releases
    Spolupráca
    • Github
    • Fórum
    • Eventy
    • Preklady
    • Staň sa partnerom
    • Services for Partners
    • Register your Accounting Firm
    Služby
    • Nájdite partnera
    • Nájdite účtovníka
    • Meet an advisor
    • Implementation Services
    • Zákaznícke referencie
    • Podpora
    • Upgrades
    ​Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Získajte demo
  • Cenník
  • Pomoc

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Účtovníctvo
  • Sklady
  • PoS
  • Projektové riadenie
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
Pomoc

Sending emails automatically

Odoberať

Get notified when there's activity on this post

This question has been flagged
emailautomatically
1 Odpoveď
4104 Zobrazenia
Avatar
Guilherme

Hi guys, hope you are doing well. So i have a custom model like this:


And what i want to do is, depending on the choice of the checkbox, sending the same email for that persons when you click in button "Avançar", for example, i select de "Seguradora 1" and "Seguradora 3" field, and, when i click in "Avançar", i want to send, automatically, an email with the text "testing sending an email with odoo" without the need to write that email, hope you guys can help me with some code or documentation, have a great day and appreciate your time! 

0
Avatar
Zrušiť
m-azzain

You can make your model inherit from 'mail.thread' and use its message_post method to send your emails to different partners. Those selectable names in your screen shot should be partners, so you can pass their ids to the message_post.

To call the message_post you need to have an action method in your model that connect to the form button by their names.

And make sure that your partners are receiving their notification by email.

I have been trying to understand odoo email workflow, and when encountered your question I use it as an exercise, you can check what I explained above here:

https://github.com/m-azzain/mz-addons/blob/master/practice/models/email_demo.py
https://github.com/m-azzain/mz-addons/blob/master/practice/views/email_demo_views.xml

m-azzain

I can't post an answer, do you have any idea why?

Guilherme
Autor

But I'm supposed to send an email outside of odoo, that is, odoo sends an email when I press the "Avançar" button, and that email it will be sent to the recipient's mail box as if it were a normal email, what you sent can do this?

Guilherme
Autor

I cant even convert your comment to answer, i don't know what i do wrong....

m-azzain

Yes It can do.
It will send an email to the email address of the partners; each partner in your odoo should have an email address. but you should have an outgoing email server that handle the process from odoo to the outside.

To configure an outgoing email server, there are a lot of ways. I've tried only one which I will show you below, but I think this isn't the perfect way to do it. when you figure better ways I hope you share it here.

First you need to have an outlook email, if you don't you can create one at outlook.com
Second change the setting in your aoutlook account to 'Let Devices and Apps Use POP'. You will find the option in Settings>Mail>Sync email
then update your account on odoo by setting this outlook email as your email; so that you will use it to send emails to the others

And Here is (on odoo) how I set the outgoing email server using outlook email
To configure an outgoing email server go to Settings>General Settings>Custom Email Servers>Outgoing Email Servers
create new and fill the form as:

Authenticate with: Username
Connection Encryption: TLS (STARTTLS)
SMTP Server: smtp.office365.com
SMTP Port: 587
Username: <Your outlook email>
Password: <Your outlook email password>

leave the rest as it's

Guilherme
Autor

Tried do to what you send me in github and keep giving me this error - > "TypeError: fields_get() takes 1 positional argument but 2 were give"

m-azzain

I think you missed the ** when you tried to call the super method
def fields_get(self, **kwargs):
result = super().fields_get(**kwargs)

m-azzain

by the way it allowed me to post an answer
It looks like, it prefer code more than text :)

m-azzain

If have find it convenient you can email me at m.alzain248@gmail.com

m-azzain

If you find it convenient you can email me at m.alzain248@gmail.com

m-azzain

hello, I am working into something and just stumbled on the same error as the one you mentioned, it is possible we are working into different versions of odoo. so I did minor change to the code, and also don't hesitate to post whatever error you may get, I already tested the code.

Avatar
m-azzain
Best Answer

from odoo import api, fields, models


class EmailDemo(models.Model):
_name = 'practice.email.demo'
_inherit = ['mail.thread']
_description = "Email Demo"

res_partner_1 = fields.Boolean(string="Partner 1")
res_partner_2 = fields.Boolean(string="Partner 2")
res_partner_3 = fields.Boolean(string="Partner 3")
res_partner_4 = fields.Boolean(string="Partner 4")

@property
def receivers_selection_map(self):
# These partners are already in the system from demo data,
# You should check they exists in your system,
# Or you can replace them by others
return {'res_partner_1': self.env.ref('base.res_partner_1'),
'res_partner_2': self.env.ref('base.res_partner_2'),
'res_partner_3': self.env.ref('base.res_partner_3'),
'res_partner_4': self.env.ref('practice.practice_partner_1')}

def action_send_mail(self):
selected_partners = [p.id for k, p in self.receivers_selection_map.items() if self[k]]
self.message_post(body='Hello, From the email demo.
Email Demo body'
,
subject='email demo subject', partner_ids=selected_partners)

# To display the fields by partner names in the form
@api.model
def fields_get(self, allfields=None, attributes=None):
result = super().fields_get(allfields=allfields, attributes=attributes)
for k in self.receivers_selection_map:
result[k]['string'] = self.receivers_selection_map[k].display_name
return result

0
Avatar
Zrušiť
Guilherme
Autor

I do a copy and past so everything is equals but, i change the res_partners, i put only one to be more easier to me but give me that error, i don't understant the "res_partner" very well, and i don't know what to put in "base.res_partner_1", can you explain that two things to me pls?

m-azzain

You can consider partners as users; any user is a partner but not vice versa. Other things can be partners as addresses.
"base.res_partner_1" is an external id for a partner. It may not be in your system. You can check if it exists or not by going to Settings>Technical>Sequences & Identifiers>External Identifiers. There will be a lot of them you can filter by model name(res.partner).

About the fields_get method, it is actually from odoo.models.Model, you can go to the file odoo.models and find its exact signature and use it, mine is like this:
@api.model
def fields_get(self, allfields=None, attributes=None):

so the new demo method will be like:

@api.model
def fields_get(self, allfields=None, attributes=None):
result = super().fields_get(allfields, attributes)
for k in self.receivers_selection_map:
result[k]['string'] = self.receivers_selection_map[k].display_name
return result

m-azzain

this simple user-partner structure may be of some help:
https://github.com/m-azzain/mz-addons/blob/master/practice/data/res_user_data.xml
This is how most of the external identifiers come to exist

Guilherme
Autor

It works, thanks a lot!
Have a nice day!

m-azzain

It's my pleasure

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registrácia
Related Posts Replies Zobrazenia Aktivita
need more felixiblity and inovation on email marketing tools
email
Avatar
0
nov 25
170
After editing the Sales Order Confirmation email template, Odoo isn't using it.
email
Avatar
Avatar
1
júl 25
1988
How to remove "Powered by Odoo" in email in the Enterprise version Solved
email
Avatar
Avatar
Avatar
Avatar
Avatar
5
nov 25
19938
Email Einstellung "Von" ist die Email vom Postausgansgserver
email
Avatar
0
apr 25
1889
EMAIL marketing odoo 17.4+e
email
Avatar
Avatar
1
apr 25
2221
Komunita
  • Tutoriály
  • Dokumentácia
  • Fórum
Open Source
  • Stiahnuť
  • Github
  • Runbot
  • Preklady
Služby
  • Odoo.sh hosting
  • Podpora
  • Vyššia verzia
  • Custom Developments
  • Vzdelávanie
  • Nájdite účtovníka
  • Nájdite partnera
  • Staň sa partnerom
O nás
  • Naša spoločnosť
  • Majetok značky
  • Kontaktujte nás
  • Pracovné ponuky
  • Eventy
  • Podcast
  • Blog
  • Zákazníci
  • Právne dokumenty • Súkromie
  • Bezpečnosť
الْعَرَبيّة 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 ภาษาไทย Türkçe українська Tiếng Việt

Odoo je sada podnikových aplikácií s otvoreným zdrojovým kódom, ktoré pokrývajú všetky potreby vašej spoločnosti: CRM, e-shop, účtovníctvo, skladové hospodárstvo, miesto predaja, projektový manažment atď.

Odoo prináša vysokú pridanú hodnotu v jednoduchom použití a súčasne plne integrovanými biznis aplikáciami.

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