Ir al contenido
Odoo Menú
  • Identificarse
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • TPV para tiendas
    • TPV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en directo
    • eLearning
    Cadena de suministro
    • Inventario
    • Fabricación
    • PLM
    • Compra
    • Mantenimiento
    • Calidad
    Recursos Humanos
    • Empleados
    • Reclutamiento
    • Ausencias
    • Evaluación
    • Referencias
    • Flota
    Marketing
    • Marketing social
    • Marketing por correo electrónico
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyecto
    • Partes de horas
    • Servicio de campo
    • Servicio de asistencia
    • Planificación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Conocimientos
    • WhatsApp
    Aplicaciones de terceros Studio de Odoo Plataforma de Odoo Cloud
  • Industrias
    Comercio al por menor
    • Librería
    • Tienda de ropa
    • Tienda de muebles
    • Tienda de ultramarinos
    • Ferretería
    • Juguetería
    Alimentación y hostelería
    • Bar y taberna
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidor de bebidas
    • Hotel
    Inmueble
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión inmobiliaria
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Empresa contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Fabricación
    • Textil
    • Metal
    • Muebles
    • Alimentos
    • Brewery
    • Regalos de empresas
    Salud y bienestar
    • Club deportivo
    • Óptica
    • Gimnasio
    • Terapeutas
    • Farmacia
    • Peluquería
    Oficios
    • Handyman
    • Hardware y asistencia informática
    • Sistemas de energía solar
    • Zapatero
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin ánimo de lucro
    • Agencia de protección del medio ambiente
    • Alquiler de paneles publicitarios
    • Estudio fotográfico
    • Alquiler de bicicletas
    • Distribuidor de software
    Browse all Industries
  • Comunidad
    Aprender
    • Tutoriales
    • Documentación
    • Certificaciones
    • Formación
    • Blog
    • Podcast
    Potenciar la educación
    • Programa de formación
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtener el software
    • Descargar
    • Comparar ediciones
    • Versiones
    Colaborar
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Convertirse en partner
    • Services for Partners
    • Registrar tu empresa contable
    Obtener servicios
    • Encontrar un partner
    • Encontrar un asesor fiscal
    • Contacta con un experto
    • Servicios de implementación
    • Referencias de clientes
    • Ayuda
    • Actualizaciones
    GitHub YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicitar una demostración
  • Precios
  • Ayuda

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

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyecto
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

Unselect the Show in Invoices Footer option

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
accountinginvoice
3 Respuestas
3920 Vistas
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
Descartar
Avatar
Amal Prasad
Mejor respuesta

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
Descartar
Avatar
Wolf Louis
Mejor respuesta

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
Descartar
Avatar
Scott Bellows
Autor Mejor respuesta

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
Descartar
¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Inscribirse
Publicaciones relacionadas Respuestas Vistas Actividad
Automating Invoice Sending to Accountant Email
accounting invoice
Avatar
Avatar
1
sept 25
930
invoice number prefix Resuelto
accounting invoice
Avatar
Avatar
1
nov 24
3906
configure Invoice due date as 30 days from the date of creating the Invoice
accounting invoice
Avatar
Avatar
1
dic 23
3538
How to change the invoice number sequence?
accounting invoice
Avatar
Avatar
1
abr 21
8598
How to Change Invoice date after validation? Resuelto
accounting invoice
Avatar
Avatar
Avatar
Avatar
6
ene 24
16559
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento Odoo.sh
  • Ayuda
  • Actualizar
  • Desarrollos personalizados
  • Educación
  • Encontrar un asesor fiscal
  • Encontrar un partner
  • Convertirse en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contacta con nosotros
  • Puestos de trabajo
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Información legal • Privacidad
  • Seguridad
الْعَرَبيّة 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 es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y totalmente integrado.

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