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

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

Odebírat

Get notified when there's activity on this post

This question has been flagged
ecommercequickstartB2BB2CQuickstart
5 Odpovědi
7394 Zobrazení
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
Zrušit
Avatar
Nicolas Van Den Neste (nvd)
Autor Nejlepší odpověď

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

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
Zrušit
Avatar
Admin Greentek Hub
Nejlepší odpověď

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

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

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
Zrušit
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
Nejlepší odpověď
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
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
¿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
čvn 24
4084
Seeking Advice: Developing a B2B2C Platform for Manufacturers, Distributors, and Customers
ecommerce helpme B2B B2C odoo17
Avatar
0
kvě 24
1887
How to setup your GoDaddy website domain in Odoo? Vyřešeno
ecommerce quickstart website Quickstart godaddy
Avatar
1
dub 24
17390
Force agreement of terms and conditions before payment check out in ecommerce. Vyřešeno
payment ecommerce quickstart checkout Quickstart
Avatar
1
led 23
2723
How do I connect the Epson TM-T88VII to Odoo?
quickstart Quickstart
Avatar
Avatar
2
říj 25
920
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