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

odoo Server Error when I send an Invoice

Odoberať

Get notified when there's activity on this post

This question has been flagged
accountinginvoicesaccount.invoiceodoo12
3 Replies
5871 Zobrazenia
Avatar
Josue

Hi Community,


I'm trying sending an invoice with the send and print button inside an invoice, so, when i click on send button. I get this error:

Error:
Odoo Server Error

Traceback (most recent call last):
File "/odoo/odoo-server/odoo/http.py", line 656, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/odoo/odoo-server/odoo/http.py", line 314, in _handle_exception
raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])
File "/odoo/odoo-server/odoo/tools/pycompat.py", line 87, in reraise
raise value
File "/odoo/odoo-server/odoo/http.py", line 698, in dispatch
result = self._call_function(**self.params)
File "/odoo/odoo-server/odoo/http.py", line 346, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/odoo/odoo-server/odoo/service/model.py", line 97, in wrapper
return f(dbname, *args, **kwargs)
File "/odoo/odoo-server/odoo/http.py", line 339, in checked_call
result = self.endpoint(*a, **kw)
File "/odoo/odoo-server/odoo/http.py", line 941, in __call__
return self.method(*args, **kw)
File "/odoo/odoo-server/odoo/http.py", line 519, in response_wrap
response = f(*args, **kw)
File "/odoo/odoo-server/addons/web/controllers/main.py", line 966, in call_button
action = self._call_kw(model, method, args, {})
File "/odoo/odoo-server/addons/web/controllers/main.py", line 954, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "/odoo/odoo-server/odoo/api.py", line 749, in call_kw
return _call_kw_multi(method, model, args, kwargs)
File "/odoo/odoo-server/odoo/api.py", line 736, in _call_kw_multi
result = method(recs, *args, **kwargs)
File "/odoo/odoo-server/addons/snailmail_account/wizard/account_invoice_send.py", line 75, in send_and_print_action
res = super(AccountInvoiceSend, self).send_and_print_action()
File "/odoo/odoo-server/addons/account/wizard/account_invoice_send.py", line 83, in send_and_print_action
self._send_email()
File "/odoo/odoo-server/addons/account/wizard/account_invoice_send.py", line 68, in _send_email
self.composer_id.send_mail()
File "/odoo/odoo-server/addons/mail/wizard/mail_compose_message.py", line 267, in send_mail
ActiveModel.browse(res_id).message_post(**post_params)
File "/odoo/odoo-server/addons/account_facturx/models/account_invoice.py", line 214, in message_post
res = super(AccountInvoice, self).message_post(**kwargs)
File "/odoo/odoo-server/addons/account/models/account_invoice.py", line 677, in message_post
return super(AccountInvoice, self.with_context(mail_post_autofollow=True)).message_post(**kwargs)
File "/odoo/odoo-server/addons/rating/models/mail_thread.py", line 14, in message_post
message = super(MailThread, self).message_post(**kwargs)
File "/odoo/odoo-server/addons/mail/models/mail_thread.py", line 2065, in message_post
self._message_post_after_hook(new_message, values, model_description=model_description, mail_auto_delete=mail_auto_delete)
File "/odoo/odoo-server/addons/mail_bot/models/mail_thread.py", line 12, in _message_post_after_hook
return super(MailThread, self)._message_post_after_hook(message, values, model_description=model_description, mail_auto_delete=mail_auto_delete)
File "/odoo/odoo-server/addons/mail/models/mail_thread.py", line 2087, in _message_post_after_hook
mail_auto_delete=mail_auto_delete,
File "/odoo/odoo-server/addons/mail/models/mail_message.py", line 1068, in _notify
model_description=model_description, mail_auto_delete=mail_auto_delete)
File "/odoo/odoo-server/addons/mail/models/mail_message.py", line 1148, in _notify_recipients
self.env['res.partner']._notify(self, partner_email_rdata, record, force_send=force_send, send_after_commit=send_after_commit, model_description=model_description, mail_auto_delete=mail_auto_delete)
File "/odoo/odoo-server/addons/mail/models/res_partner.py", line 126, in _notify
recipients = self.env['mail.thread']._notify_classify_recipients_on_records(message, rdata, records=record)
File "/odoo/odoo-server/addons/mail/models/mail_thread.py", line 792, in _notify_classify_recipients_on_records
return records._notify_classify_recipients(message, recipient_data)
File "/odoo/odoo-server/addons/mail/models/mail_thread.py", line 766, in _notify_classify_recipients
groups = self._notify_get_groups(message, default_groups)
File "/odoo/odoo-server/addons/account/models/account_invoice.py", line 991, in _notify_get_groups
groups = super(AccountInvoice, self)._notify_get_groups(message, groups)
File "/odoo/odoo-server/addons/portal/models/portal_mixin.py", line 85, in _notify_get_groups
additional_params.update(customer.signup_get_auth_param()[customer.id])
AttributeError: 'res.partner' object has no attribute 'signup_get_auth_param'

Debugging the application, unninstaling unnecesary modules and 3rd party modules related to account i get the same error. For that i think the error is in account module from Odoo S.A., in other words, the account core module. 

Can you help me to fix it? 

Thank you!.

0
Avatar
Zrušiť
Avatar
Ravi Gadhia
Best Answer

make sure `auth_signup` (Signup) module is installed 

0
Avatar
Zrušiť
Avatar
Josue
Autor Best Answer

Thank you Paresh, i did. but not receive a response. 3rd Party app but the same community apps and deployment. 

regards. 

0
Avatar
Zrušiť
Avatar
Paresh Wagh
Best Answer

Odoo12 Accounting (technical name: om_account_accountant) is a 3rd party app. You need to contact the author of the app.

0
Avatar
Zrušiť
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
In tab invoice line not add line with account is receivable or payable
accounting account.invoice
Avatar
Avatar
Avatar
2
okt 24
2596
Odoo 12: manage booking accounts Solved
accounting odoo12
Avatar
Avatar
1
aug 23
3820
Search invoice by account number
accounting account.invoice
Avatar
Avatar
1
júl 22
2676
Sort the number of accounting documents by date
accounting account.invoice
Avatar
Avatar
1
okt 21
1730
Analytic Account Defaults Solved
accounting odoo12
Avatar
Avatar
1
jún 21
9774
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