Přejít na obsah
Odoo Menu
  • Přihlásit se
  • Vyzkoušejte zdarma
  • Aplikace
    Finance
    • Účetnictví
    • Fakturace
    • Výdaje
    • Spreadsheet (BI)
    • Dokumenty
    • Podpisy
    Prodej
    • CRM
    • Prodej
    • POS Obchod
    • POS Restaurace
    • Předplatné
    • Pronájem
    Webové stránky
    • Webové stránky
    • E-shop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Dodavatelský řetězec
    • Sklad
    • Výroba
    • PLM
    • Nákup
    • Údržba
    • Kvalita
    Lidské zdroje
    • Zaměstnanci
    • Nábor
    • Volno
    • Hodnocení zaměstnanců
    • Doporučení
    • Vozový park
    Marketing
    • Marketing sociálních sítí
    • Emailový marketing
    • SMS Marketing
    • Události
    • Marketingová automatizace
    • Dotazníky
    Služby
    • Projekt
    • Časové výkazy
    • Práce v terénu
    • Helpdesk
    • Plánování
    • Schůzky
    Produktivita
    • Diskuze
    • Schvalování
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Aplikace třetích stran Odoo Studio Odoo cloudová platforma
  • Branže
    Maloobchod
    • Knihkupectví
    • Obchod s oblečením
    • Obchod s nábytkem
    • Potraviny
    • Obchod s hardwarem
    • Hračkářství
    Jídlo a pohostinství
    • Bar a Pub
    • Restaurace
    • Fast Food
    • Penzion
    • Distributor nápojů
    • Hotel
    Nemovitost
    • Realitní kancelář
    • Architektonická firma
    • Stavba
    • Správa nemovitostí
    • Zahradnictví
    • Asociace vlastníků nemovitosti
    Poradenství
    • Účetní firma
    • Odoo Partner
    • Marketingová agentura
    • Právník
    • Akvizice talentů
    • Audit a certifikace
    Výroba
    • Textile
    • Kov
    • Nábytek
    • Jídlo
    • Brewery
    • Korporátní dárky
    Zdraví a fitness
    • Sportovní klub
    • Prodejna brýli
    • Fitness Centrum
    • Wellness praktikové
    • Lékárna
    • Kadeřnictví
    Transakce
    • Údržbář
    • IT hardware a podpora
    • Systémy solární energie
    • Výrobce obuvi
    • Úklidové služby
    • Služby HVAC
    Ostatní
    • Nezisková organizace
    • Agentura pro životní prostředí
    • Pronájem billboardů
    • Fotografování
    • Leasing jízdních kol
    • Prodejce softwaru
    Browse all Industries
  • Komunita
    Edukační program
    • Tutoriály
    • Dokumentace
    • Certifikace
    • Vzdělávání
    • Blog
    • Podcast
    Podpora vzdělávání
    • Vzdělávací program
    • Scale Up! Hra na firmu
    • Navštivte Odoo
    Získat software
    • Stáhnout
    • Porovnejte edice
    • Verze
    Spolupráce
    • Github
    • Fórum
    • Události
    • Překlady
    • Stát se partnerem
    • Services for Partners
    • Registrujte svou účetní firmu
    Získat služby
    • Najít partnera
    • Najít účetní
    • Setkejte se s poradcem
    • Implementační služby
    • Zákaznické reference
    • Podpora
    • Upgrady
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dohodnout demo
  • Ceník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účetnictví
  • Sklad
  • PoS
  • Projekty
  • MRP
All apps
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
Pomoc

Cannot save e-mail templates

Odebírat

Get notified when there's activity on this post

This question has been flagged
mailtemplate
1 Odpovědět
7518 Zobrazení
Avatar
Manuel Pérez

Hi,

I've installed the master version of odoo but I'm experiencing an issue whenever I try to save an e-mail as a template. Steps to reproduce it:

1. Press on the envelope icon on the top right corner.

2. Fill in the necessary details (subject, e-mail address, etc)

3. Press on "Save as a new template"

4. The following error message is displayed:

OpenERP Server Error

Traceback (most recent call last): File "/opet/odoo/instancias/estable/master2/openerp/http.py", line 465, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/opet/odoo/instancias/estable/master2/openerp/http.py", line 484, in dispatch result = self._call_function(**self.params) File "/opet/odoo/instancias/estable/master2/openerp/http.py", line 300, in _call_function return checked_call(self.db, *args, **kwargs) File "/opet/odoo/instancias/estable/master2/openerp/service/model.py", line 113, in wrapper return f(dbname, *args, **kwargs) File "/opet/odoo/instancias/estable/master2/openerp/http.py", line 297, in checked_call return self.endpoint(*a, **kw) File "/opet/odoo/instancias/estable/master2/openerp/http.py", line 665, in __call__ return self.method(*args, **kw) File "/opet/odoo/instancias/estable/master2/openerp/http.py", line 349, in response_wrap response = f(*args, **kw) File "/opet/odoo/instancias/estable/master2/addons/web/controllers/main.py", line 1050, in call_button action = self._call_kw(model, method, args, {}) File "/opet/odoo/instancias/estable/master2/addons/web/controllers/main.py", line 1038, in _call_kw return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs) File "/opet/odoo/instancias/estable/master2/openerp/osv/api.py", line 197, in wrapper return old_api(self, *args, **kwargs) File "/opet/odoo/instancias/estable/master2/addons/email_template/wizard/mail_compose_message.py", line 143, in save_as_template template_values = record.onchange_template_id(template_id, record.composition_mode, record.model, record.res_id)['value'] File "/opet/odoo/instancias/estable/master2/openerp/osv/api.py", line 195, in wrapper return new_api(self, *args, **kwargs) File "/opet/odoo/instancias/estable/master2/openerp/osv/api.py", line 510, in new_api result = method(self._model, cr, uid, self.ids, *args, **kwargs) File "/opet/odoo/instancias/estable/master2/addons/email_template/wizard/mail_compose_message.py", line 101, in onchange_template_id values = self.generate_email_for_composer_batch(cr, uid, template_id, [res_id], context=context)[res_id] File "/opet/odoo/instancias/estable/master2/openerp/osv/api.py", line 197, in wrapper return old_api(self, *args, **kwargs) File "/opet/odoo/instancias/estable/master2/addons/email_template/wizard/mail_compose_message.py", line 163, in generate_email_for_composer_batch template_values = self.pool.get('email.template').generate_email_batch(cr, uid, template_id, res_ids, fields=fields, context=ctx) File "/opet/odoo/instancias/estable/master2/openerp/osv/api.py", line 197, in wrapper return old_api(self, *args, **kwargs) File "/opet/odoo/instancias/estable/master2/addons/email_template/email_template.py", line 443, in generate_email_batch res_ids_to_templates = self.get_email_template_batch(cr, uid, template_id, res_ids, context) File "/opet/odoo/instancias/estable/master2/openerp/osv/api.py", line 197, in wrapper return old_api(self, *args, **kwargs) File "/opet/odoo/instancias/estable/master2/addons/email_template/email_template.py", line 198, in get_email_template_batch langs = self.render_template_batch(cr, uid, template.lang, template.model, res_ids, context) File "/opet/odoo/instancias/estable/master2/openerp/osv/api.py", line 197, in wrapper return old_api(self, *args, **kwargs) File "/opet/odoo/instancias/estable/master2/addons/email_template/email_template.py", line 166, in render_template_batch records = self.pool[model].browse(cr, uid, res_ids, context=context) or [None] File "/opet/odoo/instancias/estable/master2/openerp/modules/registry.py", line 100, in __getitem__ return self.models[model_name] KeyError: False

 

Any help would be much appreciated.

0
Avatar
Zrušit
Avatar
Martin Auger
Nejlepší odpověď

I think this append because the object model field is mandatory in email template and when you save an email from this envelope you are not on a specific object like partner, invoice, etc...  If you go in Configuration / email / email template you will see this field in blue (mandatory field)... Try to find the way to remove the mandatory atttribute on this field...  Maybe this will fix it!  Good luck!

0
Avatar
Zrušit
Enjoying the discussion? Don't just read, join in!

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

Přihlásit se
Related Posts Odpovědi Zobrazení Aktivita
Force sender email for all platform mails Vyřešeno
mail template
Avatar
Avatar
Avatar
Avatar
Avatar
8
čvc 24
24863
Changing Position of Email: Customer Adress on Sale/Invoice
mail template
Avatar
Avatar
1
zář 21
4580
Bounce address when sending some mail from mail.template
mail template
Avatar
0
lis 20
4224
How to create email template using python
mail template
Avatar
Avatar
Avatar
Avatar
Avatar
7
zář 19
36786
Odoo 12 enterprise - Custom mail notification layout, name of custom template not found
mail layout template
Avatar
0
lis 19
5754
Komunita
  • Tutoriály
  • Dokumentace
  • Fórum
Open Source
  • Stáhnout
  • Github
  • Runbot
  • Překlady
Služby
  • Odoo.sh hostování
  • Podpora
  • Upgrade
  • Nestandardní vývoj
  • Edukační program
  • Najít účetní
  • Najít partnera
  • Stát se partnerem
O nás
  • Naše společnost
  • Podklady značky
  • Kontakujte nás
  • Práce
  • Události
  • Podcast
  • Blog
  • Zákazníci
  • Právní dokumenty • Soukromí
  • Zabezpečení
الْعَرَبيّة 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 balíček open-source aplikací, které pokrývají všechny potřeby vaší společnosti: CRM, e-shop, účetnictví, sklady, kasy, projektové řízení a další.

Unikátní nabídka od Odoo poskytuje velmi jednoduché uživatelské rozhraní a vše je integrované na jednom místě.

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