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
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Managament
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Food
    • 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
    Others
    • 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
  • Help

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

How to create server action incoming in human resources?

Odoberať

Get notified when there's activity on this post

This question has been flagged
actionserveremail
2 Replies
7872 Zobrazenia
Avatar
Nil

Hi everyone. I'm having problems with recruitment in HR module. I have created hr@company.com email to receive email job application. 've Done smtp and imap settings for this email. Now I want to ask, how to ask when sending an email to hr@company.com, this email is moved to the inbox of the HR department (a particular person in the HR department). Look forward to your guidance. Thanks

0
Avatar
Zrušiť
Avatar
Med Said BARA
Best Answer

Hi;

Go under Settings ---> Configuration ---> Human Resources and check "Create applicants from an incoming email account

HR Applican 1"

A new Configure Button will appear:

HR Applicant 2

Click on this button to configure:

HR Applicant 3

And that's all.

1
Avatar
Zrušiť
Nil
Autor

Hi Med Said BARA Thank you for the support. I user openerp 8 and i can see the line "Create applicant from an incoming email account".

Med Said BARA

Did you installed the hr_recruitment module ?

Avatar
Nil
Autor Best Answer

I user openerp8 on ubuntu server. Installed successfully hr_recruitment. I create successfully "incoming HR applicant ". But there is another problem when opening an Applicant from Recruitment -> Application there is an error message below

OpenERP Server Error

Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/openerp/http.py", line 434, in dispatch response["result"] = self._call_function(*self.params) File "/usr/lib/pymodules/python2.7/openerp/http.py", line 295, in _call_function return checked_call(self.db, *args, *kwargs) File "/usr/lib/pymodules/python2.7/openerp/service/model.py", line 113, in wrapper return f(dbname, args, *kwargs) File "/usr/lib/pymodules/python2.7/openerp/http.py", line 292, in checked_call return self.endpoint(a, *kw) File "/usr/lib/pymodules/python2.7/openerp/http.py", line 635, in __call__ return self.method(args, *kw) File "/usr/lib/pymodules/python2.7/openerp/http.py", line 338, in response_wrap response = f(args, *kw) File "/usr/lib/pymodules/python2.7/openerp/addons/web/controllers/main.py", line 1226, in call_kw return self._call_kw(model, method, args, kwargs) File "/usr/lib/pymodules/python2.7/openerp/addons/web/controllers/main.py", line 1218, in _call_kw return getattr(request.registry.get(model), method)(request.cr, request.uid, args, *kwargs) File "/usr/lib/pymodules/python2.7/openerp/addons/mail/mail_message.py", line 604, in message_read self._message_read_dict_postprocess(cr, uid, message_list, message_tree, context=context) File "/usr/lib/pymodules/python2.7/openerp/addons/mail/mail_message.py", line 354, in _message_read_dict_postprocess attachments = ir_attachment_obj.read(cr, SUPERUSER_ID, list(attachment_ids), ['id', 'datas_fname', 'name', 'file_type'], context=context) File "/usr/lib/pymodules/python2.7/openerp/addons/base/ir/ir_attachment.py", line 283, in read return super(ir_attachment, self).read(cr, uid, ids, fields_to_read, context, load) File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 3295, in read result = self._read_flat(cr, user, select, fields, context, load) File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 3411, in _read_flat res2 = self._columns[f].get(cr, self, ids, f, user, context=context, values=res) File "/usr/lib/pymodules/python2.7/openerp/osv/fields.py", line 1225, in get elif result.get(id):

AttributeError: 'str' object has no attribute 'get'

how to fix it?

0
Avatar
Zrušiť
Med Said BARA

Try also to install https://www.openerp.com/apps/7.0/fetchmail_document/. it's for V7.0, I don't know if it's compatible with V8.

Nil
Autor

I've installed version 7 and follow the instructions of your success. Thank you so much.

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
How to create server action incoming in human resources?
action server email
Avatar
0
mar 15
4351
How can we process incoming emails
action server email incoming
Avatar
Avatar
Avatar
Avatar
Avatar
9
apr 24
20183
difference between server actions and client actions in Odoo? Solved
action server
Avatar
Avatar
Avatar
Avatar
3
jún 23
13345
Server Action mail problem
action email
Avatar
2
mar 15
4715
auto email based on particular product type
action email
Avatar
0
mar 15
3981
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