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
    • e-learning
    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

Calculation errors on Margin and "Excluding Taxes" total in a sales order

Suscribirse

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

Se marcó esta pregunta
1 Responder
356 Vistas
Avatar
Amine Zaghdoudi

Hello everyone,

I am facing a calculation and display issue on my sales orders that seems to be an internal error. For a correctly configured product (with a defined sales price and cost), the displayed values are inconsistent.

Problem Descriptions:

  1. Incorrect Margin Calculation:
    • Total sales price for the line: 20.00 DT (5 units x 4.00 DT/unit)
    • Total cost for the line: 17.85 DT
    • Expected Margin: 20.00 DT - 17.85 DT = 2.15 DT
    • Displayed Margin: -13.85 DT, which is clearly incorrect.
  2. Incorrect "Excluding Taxes" Total Display:
    • The "Hors taxes" field displays the unit price (4.00 DT) instead of the line total (20.00 DT). The correct total only appears in the "Toutes taxes..." field.

Additional Information:

  • Odoo Version: 
  • Modules: POS, Inevntory and Account
  • Screenshot: 

Have other users encountered this type of problem? If so, how did you solve it?

Thank you in advance for your help.

0
Avatar
Descartar
Amine Zaghdoudi
Autor

Hello Cybrosys,


I m using Odoo online 19 Entreprise Edition. i didnt customise anything on code

Chris TRINGHAM

Hi Amine - the so-called "Total cost" is actually the Unit Cost, so the margin calculation is correct. I agree that it is confusing / inconsistent, but I don't think it is "wrong", though you could report this to Odoo support.

Santiago Amengual
I'm having the same problem, how can I fix it?


Avatar
Cybrosys Techno Solutions Pvt.Ltd
Mejor respuesta

Hi,


The issue with the incorrect margin calculation and wrong “Excluding Taxes” total on sales orders in Odoo is likely caused by either a customization error, a misconfigured field dependency, or an incorrect computation formula in your sale order line model or view. When the margin field displays -13.85 DT instead of 2.15 DT, it usually indicates that Odoo is using the wrong base (for example, subtracting cost from untaxed subtotal before taxes are correctly computed, or mixing up signed values).


For the “Hors taxes” (excluding tax) display issue, this often happens when the XML view or widget is showing price_unit instead of price_subtotal. The price_unit field always shows the per-unit price (4.00 DT), while price_subtotal holds the correct total for the line (20.00 DT). Checking and correcting the view to use t-field="line.price_subtotal" will fix the display problem.


To resolve the margin issue, review the compute method for the margin field (usually _compute_margin) or any overridden logic in custom modules. Ensure it’s calculated as margin = price_subtotal - purchase_price * product_uom_qty, and confirm both purchase_price and price_subtotal are correctly stored before computing. After correcting and updating the view and compute logic, your sales line should display the proper untaxed total and accurate profit margin.


Hope it helps

0
Avatar
Descartar
Chris TRINGHAM

Is this from AI / LLM?

¿Le interesa esta conversación? ¡Participe en ella!

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

Inscribirse
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