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

Cannot save e-mail templates

Odoberať

Get notified when there's activity on this post

This question has been flagged
mailtemplate
1 Odpoveď
7515 Zobrazenia
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šiť
Avatar
Martin Auger
Best Answer

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š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
Force sender email for all platform mails Solved
mail template
Avatar
Avatar
Avatar
Avatar
Avatar
8
júl 24
24860
Changing Position of Email: Customer Adress on Sale/Invoice
mail template
Avatar
Avatar
1
sep 21
4579
Bounce address when sending some mail from mail.template
mail template
Avatar
0
nov 20
4224
How to create email template using python
mail template
Avatar
Avatar
Avatar
Avatar
Avatar
7
sep 19
36785
Odoo 12 enterprise - Custom mail notification layout, name of custom template not found
mail layout template
Avatar
0
nov 19
5752
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