Passa al contenuto
Odoo Menu
  • Accedi
  • Provalo gratis
  • App
    Finanze
    • Contabilità
    • Fatturazione
    • Note spese
    • Fogli di calcolo (BI)
    • Documenti
    • Firma
    Vendite
    • CRM
    • Vendite
    • Punto vendita Negozio
    • Punto vendita Ristorante
    • Abbonamenti
    • Noleggi
    Siti web
    • Configuratore sito web
    • E-commerce
    • Blog
    • Forum
    • Live chat
    • E-learning
    Supply chain
    • Magazzino
    • Produzione
    • PLM
    • Acquisti
    • Manutenzione
    • Qualità
    Risorse umane
    • Dipendenti
    • Assunzioni
    • Ferie
    • Valutazioni
    • Referral dipendenti
    • Parco veicoli
    Marketing
    • Social marketing
    • E-mail marketing
    • SMS marketing
    • Eventi
    • Marketing automation
    • Sondaggi
    Servizi
    • Progetti
    • Fogli ore
    • Assistenza sul campo
    • Helpdesk
    • Pianificazione
    • Appuntamenti
    Produttività
    • Comunicazioni
    • Approvazioni
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    App di terze parti Odoo Studio Piattaforma cloud Odoo
  • Settori
    Retail
    • Libreria
    • Negozio di abbigliamento
    • Negozio di arredamento
    • Alimentari
    • Ferramenta
    • Negozio di giocattoli
    Cibo e ospitalità
    • Bar e pub
    • Ristorante
    • Fast food
    • Pensione
    • Grossista di bevande
    • Hotel
    Agenzia immobiliare
    • Agenzia immobiliare
    • Studio di architettura
    • Edilizia
    • Gestione immobiliare
    • Impresa di giardinaggio
    • Associazione di proprietari immobiliari
    Consulenza
    • Società di contabilità
    • Partner Odoo
    • Agenzia di marketing
    • Studio legale
    • Selezione del personale
    • Audit e certificazione
    Produzione
    • Tessile
    • Metallo
    • Arredamenti
    • Alimentare
    • Birrificio
    • Ditta di regalistica aziendale
    Benessere e sport
    • Club sportivo
    • Negozio di ottica
    • Centro fitness
    • Centro benessere
    • Farmacia
    • Parrucchiere
    Commercio
    • Tuttofare
    • Hardware e assistenza IT
    • Ditta di installazione di pannelli solari
    • Calzolaio
    • Servizi di pulizia
    • Servizi di climatizzazione
    Altro
    • Organizzazione non profit
    • Ente per la tutela ambientale
    • Agenzia di cartellonistica pubblicitaria
    • Studio fotografico
    • Punto noleggio di biciclette
    • Rivenditore di software
    Carica tutti i settori
  • Community
    Apprendimento
    • Tutorial
    • Documentazione
    • Certificazioni 
    • Formazione
    • Blog
    • Podcast
    Potenzia la tua formazione
    • Programma educativo
    • Scale Up! Business Game
    • Visita Odoo
    Ottieni il software
    • Scarica
    • Versioni a confronto
    • Note di versione
    Collabora
    • Github
    • Forum
    • Eventi
    • Traduzioni
    • Diventa nostro partner
    • Servizi per partner
    • Registra la tua società di contabilità
    Ottieni servizi
    • Trova un partner
    • Trova un contabile
    • Incontra un esperto
    • Servizi di implementazione
    • Testimonianze dei clienti
    • Supporto
    • Aggiornamenti
    GitHub Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Richiedi una demo
  • Prezzi
  • Aiuto

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

  • CRM
  • e-Commerce
  • Contabilità
  • Magazzino
  • PoS
  • Progetti
  • MRP
All apps
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
Assistenza

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

Iscriviti

Ricevi una notifica quando c'è un'attività per questo post

La domanda è stata contrassegnata
ecommercequickstartB2BB2CQuickstart
5 Risposte
7426 Visualizzazioni
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
Abbandona
Avatar
Nicolas Van Den Neste (nvd)
Autore Risposta migliore

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
Abbandona
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
Risposta migliore

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
Abbandona
Avatar
Admin Greentek Hub
Risposta migliore

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

0
Avatar
Abbandona
Nicolas Van Den Neste (nvd)
Autore

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
Risposta migliore

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
Abbandona
Nicolas Van Den Neste (nvd)
Autore

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
Risposta migliore
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
Abbandona
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!

Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!

Registrati
Post correlati Risposte Visualizzazioni Attività
¿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
giu 24
4107
Seeking Advice: Developing a B2B2C Platform for Manufacturers, Distributors, and Customers
ecommerce helpme B2B B2C odoo17
Avatar
0
mag 24
1899
How to setup your GoDaddy website domain in Odoo? Risolto
ecommerce quickstart website Quickstart godaddy
Avatar
1
apr 24
17424
Force agreement of terms and conditions before payment check out in ecommerce. Risolto
payment ecommerce quickstart checkout Quickstart
Avatar
1
gen 23
2745
How do I connect the Epson TM-T88VII to Odoo?
quickstart Quickstart
Avatar
Avatar
2
ott 25
931
Community
  • Tutorial
  • Documentazione
  • Forum
Open source
  • Scarica
  • Github
  • Runbot
  • Traduzioni
Servizi
  • Hosting Odoo.sh
  • Supporto
  • Aggiornamenti
  • Sviluppi personalizzati
  • Formazione
  • Trova un contabile
  • Trova un partner
  • Diventa nostro partner
Chi siamo
  • La nostra azienda
  • Branding
  • Contattaci
  • Lavora con noi
  • Eventi
  • Podcast
  • Blog
  • Clienti
  • Note legali • Privacy
  • Sicurezza
الْعَرَبيّة 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 è un gestionale di applicazioni aziendali open source pensato per coprire tutte le esigenze della tua azienda: CRM, Vendite, E-commerce, Magazzino, Produzione, Fatturazione elettronica, Project Management e molto altro.

Il punto di forza di Odoo è quello di offrire un ecosistema unico di app facili da usare, intuitive e completamente integrate tra loro.

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