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

Ecommerce : How to display prices tax included for B2C and excluded for B2B ( Only possible until V16 )

Suscribirse

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

Se marcó esta pregunta
ecommercequickstartB2BB2CQuickstart
5 Respuestas
7377 Vistas
Avatar
Nicolas Van Den Neste (nvd)

I want to display my prices for non logged in customer taxes included but for those who are logged in ( B2B in my case ) I want to display product taxes excluded on my ecommerce.


1
Avatar
Descartar
Avatar
Nicolas Van Den Neste (nvd)
Autor Mejor respuesta

Everything in Developer mode ! 


In the configuration settings of the website you can select, display tax excluded or tax included but unfortunately you can not do both. 


When you change this all of your users are moving from the access right group Tax display B2B to Tax display B2C or the opposite. 


Those groups seem to be useless because there is nothing in those except notes but in the standard code when a user is in one of those groups it will change his way to see prices in ecommerce.


To display prices tax included for non logged in users: 

  1. Set in website configuration : Tax excluded 

  2. On the group : Public users, in the inherited groups : 

    1. Delete Tax display B2B

    2. Go on the group Tax display B2B : Delete in users, those that are user type = Public, in standard, normally there is only “Public user”.

    3. Add on Public group the inherited group : Tax display B2C


Now, someone who’s not logged in will be considered as a public user and will see prices tax included thanks to this group. 


7
Avatar
Descartar
Floriane Rocrelle (flro)

Don't forget to unarchive your public user otherwise it will not appear on your Tax display B2B list

Avatar
Xander Djema
Mejor respuesta

Hey,

I have developed a custom module that can show both the VAT-exclusive and VAT-inclusive prices directly on the product page, even before adding the item to the cart. This way, customers on your B2C website will see the prices they will actually pay, including VAT, which enhances transparency and ensures a better shopping experience.

You can check out the module here: https://apps.odoo.com/apps/modules/18.0/custom_vat_module.

This module integrates smoothly with Odoo and can be a great addition to your B2C website to meet your pricing display requirements. Feel free to reach out if you need any customizations or further assistance with VAT settings.

0
Avatar
Descartar
Avatar
Admin Greentek Hub
Mejor respuesta

Hi Nicolas, I have the same issue but in Odoo Enterprise 17. Do you have any suggestions, please?

0
Avatar
Descartar
Nicolas Van Den Neste (nvd)
Autor

Unfortunately, this trick is no more possible since Odoo 17.0. Now you really have to choose between one or the other.

Admin Greentek Hub

#bummer! Thanks a lot for coming back to me anyway

Avatar
James Hartley
Mejor respuesta

Dear Nicolas,

Your instructions are useful, and I believe this almost does exactly what I want. 

However, I seem to keep running into the problem of after making the change Odoo (v15, multi company) cannot make a save in general settings as it claims a user is present in both B2B and B2C.

But I have:

Unarchived my public users so I can set the in the correct group. 

Changed the inherited Tax Display in public users from B2B to B2C

Removed all public users from “Tax Display B2B”


I double checked everything but no matter what I do I get the message “A user cannot have both Tax B2B and Tax B2C.” when I try to save settings in general settings. 


Do you have any idea what I have done wrong? I checked it in Runbot and get the same result…



0
Avatar
Descartar
Nicolas Van Den Neste (nvd)
Autor

Hello, Here is a video in V15 on how to do it : https://drive.google.com/file/d/17VpDf58f6NN79M_tGKzR5sOSh4iBrB8n/view?usp=sharing

James Hartley

Super gentil...
Bizarre que je n'ai pas pu faire moi-même. J'ai cru comprendre que j'ai fait la même chose - mais apparemment non. Chaque fois ça donne erreur... mais je viens de tester sur Runbot et effectivement... quand je procède exactement comme vous je n'ai pas d'erreur !
Je vais tester sur notre staging branch tout à l’heure et je vous dirai.
En tout cas un grand merci !

James Hartley

It works perfectly. Many thanks!
I see I made an error: I followed your instruction but I did one extra thing you did not instruct:
In "User type: Public" I replaced the inherited group "Tax display B2B" with "Tax display B2C" (thinking that new public users should also be added to B2C). It appears this is not needed and it creates an error.
Just putting the public user in the group "Tax display B2C" is enough for it to work.

This works perfectly for unregistered users.
Now I just need to do the same for the other users registering on the website... I presume I just need to do the same thing for "Portal" user types...

Avatar
fatih
Mejor respuesta
Hi,

We are a b2b Software company.
We have a structure where your customers can create an offer, edit it, approve it and turn it into an order.
In addition, every customer who logs into the system sees the products he needs to see at the prices and discounts he should see.
Please contact for detailed information.


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
¿How can I display the total product quantity from different warehouses in Odoo e-commerce? V 16, 17
inventory ecommerce quickstart Quickstart
Avatar
Avatar
1
jun 24
4081
Seeking Advice: Developing a B2B2C Platform for Manufacturers, Distributors, and Customers
ecommerce helpme B2B B2C odoo17
Avatar
0
may 24
1873
How to setup your GoDaddy website domain in Odoo? Resuelto
ecommerce quickstart website Quickstart godaddy
Avatar
1
abr 24
17375
Force agreement of terms and conditions before payment check out in ecommerce. Resuelto
payment ecommerce quickstart checkout Quickstart
Avatar
1
ene 23
2717
How do I connect the Epson TM-T88VII to Odoo?
quickstart Quickstart
Avatar
Avatar
2
oct 25
915
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