Skip to Content
Odoo Menu
  • Zaloguj się
  • Wypróbuj za darmo
  • Aplikacje
    Finanse
    • Księgowość
    • Fakturowanie
    • Wydatki
    • Arkusz kalkulacyjny (BI)
    • Dokumenty
    • Podpisy
    Sprzedaż
    • CRM
    • Sprzedaż
    • PoS Sklep
    • PoS Restauracja
    • Subskrypcje
    • Wypożyczalnia
    Strony Internetowe
    • Kreator Stron Internetowych
    • eCommerce
    • Blog
    • Forum
    • Czat na Żywo
    • eLearning
    Łańcuch dostaw
    • Magazyn
    • Produkcja
    • PLM
    • Zakupy
    • Konserwacja
    • Jakość
    Zasoby Ludzkie
    • Pracownicy
    • Rekrutacja
    • Urlopy
    • Ocena pracy
    • Polecenia Pracownicze
    • Flota
    Marketing
    • Marketing Społecznościowy
    • E-mail Marketing
    • SMS Marketing
    • Wydarzenia
    • Automatyzacja Marketingu
    • Ankiety
    Usługi
    • Projekt
    • Ewidencja czasu pracy
    • Usługi Terenowe
    • Helpdesk
    • Planowanie
    • Spotkania
    Produktywność
    • Dyskusje
    • Zatwierdzenia
    • IoT
    • VoIP
    • Baza wiedzy
    • WhatsApp
    Aplikacje trzecich stron Studio Odoo Odoo Cloud Platform
  • Branże
    Sprzedaż detaliczna
    • Księgarnia
    • Sklep odzieżowy
    • Sklep meblowy
    • Sklep spożywczy
    • Sklep z narzędziami
    • Sklep z zabawkami
    Żywienie i hotelarstwo
    • Bar i Pub
    • Restauracja
    • Fast Food
    • Pensjonat
    • Dystrybutor napojów
    • Hotel
    Agencja nieruchomości
    • Agencja nieruchomości
    • Biuro architektoniczne
    • Budowa
    • Zarządzanie nieruchomościami
    • Ogrodnictwo
    • Stowarzyszenie właścicieli nieruchomości
    Doradztwo
    • Biuro księgowe
    • Partner Odoo
    • Agencja marketingowa
    • Kancelaria prawna
    • Agencja rekrutacyjna
    • Audyt i certyfikacja
    Produkcja
    • Tekstylia
    • Metal
    • Meble
    • Jedzenie
    • Browar
    • Prezenty firmowe
    Zdrowie & Fitness
    • Klub sportowy
    • Salon optyczny
    • Centrum fitness
    • Praktycy Wellness
    • Apteka
    • Salon fryzjerski
    Transakcje
    • Złota rączka
    • Wsparcie Sprzętu IT
    • Systemy energii słonecznej
    • Szewc
    • Firma sprzątająca
    • Usługi HVAC
    Inne
    • Organizacja non-profit
    • Agencja Środowiskowa
    • Wynajem billboardów
    • Fotografia
    • Leasing rowerów
    • Sprzedawca oprogramowania
    Przeglądaj wszystkie branże
  • Community
    Ucz się
    • Samouczki
    • Dokumentacja
    • Certyfikacje
    • Szkolenie
    • Blog
    • Podcast
    Pomóż w nauce innym
    • Program Edukacyjny
    • Scale Up! Gra biznesowa
    • Odwiedź Odoo
    Skorzystaj z oprogramowania
    • Pobierz
    • Porównaj edycje
    • Wydania
    Współpracuj
    • Github
    • Forum
    • Wydarzenia
    • Tłumaczenia
    • Zostań partnerem
    • Usługi dla partnerów
    • Zarejestruj swoją firmę rachunkową
    Skorzystaj z usług
    • Znajdź partnera
    • Znajdź księgowego
    • Spotkaj się z doradcą
    • Usługi wdrożenia
    • Opinie klientów
    • Wsparcie
    • Aktualizacje
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Zaplanuj demo
  • Cennik
  • Pomoc

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

  • CRM
  • e-Commerce
  • Księgowość
  • Zapasy
  • PoS
  • Projekt
  • MRP
All apps
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Pomoc

remove email footer "sent by XXX Using OpenERP"

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
emailfooter
13 Odpowiedzi
44901 Widoki
Awatar
Gillesd

Hello,

I have started using openERP and whenever I send an email through Openerp, the recipient receive the email with the footer "Sent by XXX using OpenERP."

I don't know where I can remove this footer.

Can anyone help me ?

Thanks.

5
Awatar
Odrzuć
Stan

Hi I have been searching for this answer all over the internet and i found nothing. So i sat hours wondering where it could be to be changed. Here is the solution: You go to the file /opt/odoo/addons/mail/mail_followers.py and search for 'Odoo'. Delete this: "using %(odoo)s" from line " sent_by = _('Sent by %(company)s using %(odoo)s') " Then under that - > Delete this whole line: 'odoo': "Odoo" Dont forget to remove the comma before this line next to 'company': company, So it should read: else: company = user.company_id.name sent_by = _('Sent by %(company)s') signature_company = '
%s' % (sent_by % { 'company': company }) Now restart Odoo server and then email invoice / quote to yourself to see its not there anymore

Awatar
Viindoo Technology Joint Stock Company
Najlepsza odpowiedź

I think the best way is to revise translation string Sent by %(company)s using %(odoo)s to something else that you preferred. With this way, you get more benefits:

  1. No additional module required

  2. No core hack, hence no future source code update difficulty.

How to do it?

Navigate to Settings > Application Terms > Translated Terms and search old source for: Sent by %(company)s using %(odoo)s

Now, you can apply translation term with any that you want

0
Awatar
Odrzuć
Josef Schmid

Im using odoo 15, there is no such translation string, they broke it up into two separate terms: "Sent by" and "using" so we have no control anymore over what is in between

Are there any other workarounds in odoo15?

Awatar
Emipro Technologies Pvt. Ltd.
Najlepsza odpowiedź

Hello, 

There are 2 options :

1. Override and hide the parent "get_signature_footer" method in class of mail.notification ( in mail module ). By doing so when Odoo update anything in that method later, you will not able to get that latest code. Remove odoo content in following block.

        sent_by = _('Sent by %(company)s using %(odoo)s')

        signature_company = '<br /><small>%s</small>' % (sent_by % {

            'company': company,

            'odoo': "<a style='color:inherit' href='https://www.odoo.com/'>Odoo</a>"
        })

2. I know following way is not good but I choose this way to keep active Odoo standard method too. I have inherited and just remove the odoo content by standard string function of python ( find and replace ). 

def get_signature_footer(self, cr, uid, user_id, res_model=None, res_id=None, context=None, user_signature=True):
        footer=super(mail_notification,self).get_signature_footer(cr, uid, user_id, res_model=res_model, res_id=res_id, context=context, user_signature=user_signature)
        str=footer.replace("""using <a style='color:inherit' href='https://www.odoo.com/'>Odoo</a>""",' ') 
        return str

By going with 2nd way, I am still able to keep active Odoo main method. 

You can implement any of above 2 ways ! 

I am sure this will help you !

7
Awatar
Odrzuć
Awatar
Ivan Elizaryev
Najlepsza odpowiedź

You can try my modules, if you use odoo 8:

  • mail_delete_access_link -- deletes "About ..." or "Access ..." part of footer https://github.com/yelizariev/addons-yelizariev/blob/8.0/mail_delete_access_link/mail_delete_access_link.py 

  • mail_delete_sent_by_footer -- deletes "Sent by ..." part of footer https://github.com/yelizariev/addons-yelizariev/blob/8.0/mail_delete_sent_by_footer/mail_delete_sent_by_footer.py

  • mail_delete_odoo_footer -- wrapper for two modules above https://apps.odoo.com/apps/modules/8.0/mail_delete_odoo_footer

For odoo 9+  footer can be customized via Template

  • Activate developer mode (Top right-hand corner -> About) 

  • Navigate to Settings\Technical\Email\Templates

  • Select (set checkbox)  "Notification Email" record

  • click Action ->Export

  • add field "Body" to export fields

  • click "Export to Field"

  • open csv via your editor

  • Change footer as you need

  • Navigate to Settings\Technical\Email\Templates

  • click "Import"

  • Validate and Import your file

3
Awatar
Odrzuć
Ivan Elizaryev

I suddenly clicked "Convert as comment" and votes for my answer disappeared :-(

Mario Gielissen

Changing the Body field from Odoo 9 affectes all the outgoing mail?

Awatar
Gaëtan Frenoy
Najlepsza odpowiedź

As far as I can read the code (see line 133), nothing has been foreseen to remove this sentence in the footer.

0
Awatar
Odrzuć
Gaëtan Frenoy

Maybe a module can override this function? Not sure.

Luke Branch

@frenoy.net I would prefer to use a module to override these default Odoo email templates. Do you know where I can find the default email template XML files for Odoo modules? I've been trying to search through github.com/odoo/odoo without much luck so far.

Awatar
Surendar
Najlepsza odpowiedź

Thank you  Ivan Yelizariev.. your module helped me

0
Awatar
Odrzuć
Awatar
Simplify-ERP® - Wapsol GmbH
Najlepsza odpowiedź

Would have been nice if Settings > Application Terms > Translated Terms worked, but it unfortunately didn't for me. Haven't restarted the ERP though (since we try not to "disturb" it in production usage).

Would be glad to hear from anyone who successfully trimmed the footnote by editing Translated Terms.

Thanks

Ashant Chalasani / euroblaze

0
Awatar
Odrzuć
Awatar
Denis Baranov
Najlepsza odpowiedź

Have also look at this module: https://www.odoo.com/fr_FR/forum/aide-1/question/how-to-change-favicon-38363. Beside the mentioned feature, it also allows customizaing by each user individually

0
Awatar
Odrzuć
Awatar
Fouric
Najlepsza odpowiedź

 

 

Have you tried this ?

https://www.odoo.com/apps/modules/8.0/disable_openerp_online/

 

 

0
Awatar
Odrzuć
grayson

This module is useful, but has no effect on email templates.

Podoba Ci się ta dyskusja? Dołącz do niej!

Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!

Zarejestruj się
Powiązane posty Odpowiedzi Widoki Czynność
Delete "powered by Odoo Footer" on emails
email footer
Awatar
0
sie 17
7335
Remove "Sent by ... using Odoo about Lead/Opportunity ..." text from email footer Rozwiązane
email footer
Awatar
Awatar
1
mar 15
8633
Remove Access this document directly in OpenERP
email footer
Awatar
0
mar 15
4499
to add signature in the footer email
email signature footer
Awatar
Awatar
1
gru 23
4886
how can I configure the header and footer of my emails? V16 Rozwiązane
email header footer
Awatar
Awatar
1
gru 23
3060
Społeczność
  • Samouczki
  • Dokumentacja
  • Forum
Open Source
  • Pobierz
  • Github
  • Runbot
  • Tłumaczenia
Usługi
  • Hosting Odoo.sh
  • Wsparcie
  • Aktualizacja
  • Indywidualne rozwiązania
  • Edukacja
  • Znajdź księgowego
  • Znajdź partnera
  • Zostań partnerem
O nas
  • Nasza firma
  • Zasoby marki
  • Skontaktuj się z nami
  • Oferty pracy
  • Wydarzenia
  • Podcast
  • Blog
  • Klienci
  • Informacje prawne • Prywatność
  • Bezpieczeństwo Odoo
الْعَرَبيّة 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 to pakiet aplikacji biznesowych typu open source, które zaspokoją wszystkie potrzeby Twojej firmy: CRM, eCommerce, księgowość, inwentaryzacja, punkt sprzedaży, zarządzanie projektami itp.

Unikalną wartością Odoo jest to, że jest jednocześnie bardzo łatwe w użyciu i w pełni zintegrowane.

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