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
    • Textil
    • Kov
    • Nábytek
    • Jídlo
    • Pivovar
    • Korporátní dárky
    Zdraví a fitness
    • Sportovní klub
    • Prodejna brýli
    • Fitness Centrum
    • Wellness praktikové
    • Lékárna
    • Kadeřnictví
    Transakce
    • Údržbář
    • Podpora IT & hardware
    • 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
    Procházet všechna odvětví
  • 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
    • Služby pro partnery
    • 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

Unselect the Show in Invoices Footer option

Odebírat

Get notified when there's activity on this post

This question has been flagged
accountinginvoice
3 Odpovědi
3929 Zobrazení
Avatar
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
Avatar
Zrušit
Avatar
Amal Prasad
Nejlepší odpověď

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
Avatar
Zrušit
Avatar
Wolf Louis
Nejlepší odpověď

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
Avatar
Zrušit
Avatar
Scott Bellows
Autor Nejlepší odpověď

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
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
Automating Invoice Sending to Accountant Email
accounting invoice
Avatar
Avatar
1
zář 25
936
invoice number prefix Vyřešeno
accounting invoice
Avatar
Avatar
1
lis 24
3916
configure Invoice due date as 30 days from the date of creating the Invoice
accounting invoice
Avatar
Avatar
1
pro 23
3544
How to change the invoice number sequence?
accounting invoice
Avatar
Avatar
1
dub 21
8621
How to Change Invoice date after validation? Vyřešeno
accounting invoice
Avatar
Avatar
Avatar
Avatar
6
led 24
16565
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