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

Unselect the Show in Invoices Footer option

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
accountinginvoice
3 Odpowiedzi
3924 Widoki
Awatar
Scott Bellows

(For Odoo 17 Enterprise).

My invoices include a footer that says 

    Payment Communication: INV/2024/<number>

    on this account: 99999999999 - Bank Name

I want to delete the 2nd line ("on this...Name").

I found (AI) instructions that say:

    To unselect the Show in Invoices Footer option for a bank account in Odoo

    you can follows these steps:

    1. Go to Accounting

    2. Select Configuration

    3. Select Bank Accounts

    4. Unselect the Show in Invoices Footer option for the bank account you want to      change.

When I follow these instructions the closest that I can find is:

Banks

  Add a Bank Account

  Reconciliation Models

  Online Synchronization

There does not appear to be "Bank Accounts" and the Add a Bank Account does not seem to let you edit an existing one.

Guidance on how to unselect the show in invoices option would be appreciated.

0
Awatar
Odrzuć
Awatar
Amal Prasad
Najlepsza odpowiedź

Hai Scott Bellows,

To remove the respective item from your invoice, go to Settings search for Developer Tools you will find a button "Activate the developer mode". Once you activate the developer mode go to Settings > Technical > User Interface > Views and search for report_invoice_document and select the record with "Inherited View" field empty(because it will be parent view). Here you can find the code for the invoice report under "Architecture", then search for the line which which you need to remove( the code with keyword "on this account" or similar). Now you have to comment the code you found as shown in below image.


If you couldn't find the code in here. Go to "Inherited View" tab and click on each record you will see the inherited views of the invoice report. Here also follow the same steps, search for code and if found comment it.

Once you find and commented the code you will be able to print new invoices without the line. But remember this will be applied only for new invoices. 

and Please be careful while editing the code because it may affect your invoice report.

1
Awatar
Odrzuć
Awatar
Wolf Louis
Najlepsza odpowiedź

I have tried to make an Inherited View to exclude these lines to avoid it breaking after an update, but cannot seem to get it right.

Does anyone have an idea on how to make that work?

0
Awatar
Odrzuć
Awatar
Scott Bellows
Autor Najlepsza odpowiedź

Amal,

My sincere thanks for your response.  I found the section as shown in your image but it gave me an error (Validation Error...Error while parsing or validating view:...Double hyphen within comment: <!-- <div class=mb-3" t-if="o.move_type in ('out_invo, line 250, column 35"

Not seeing a double hyphen (--) after the comment (<!--) and understanding that Odoo is written in Python, I looked up how to write a comment in that language and it said to use a '#', so I did and that seems to have done the trick.  Not withstanding, this final solution would not have been possible without your insight...many thanks.

0
Awatar
Odrzuć
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ść
Automating Invoice Sending to Accountant Email
accounting invoice
Awatar
Awatar
1
wrz 25
933
invoice number prefix Rozwiązane
accounting invoice
Awatar
Awatar
1
lis 24
3907
configure Invoice due date as 30 days from the date of creating the Invoice
accounting invoice
Awatar
Awatar
1
gru 23
3542
How to change the invoice number sequence?
accounting invoice
Awatar
Awatar
1
kwi 21
8598
How to Change Invoice date after validation? Rozwiązane
accounting invoice
Awatar
Awatar
Awatar
Awatar
6
sty 24
16564
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