Skip ke Konten
Odoo Menu
  • Login
  • Uji coba gratis
  • Aplikasi
    Keuangan
    • Akuntansi
    • Faktur
    • Pengeluaran
    • Spreadsheet (BI)
    • Dokumen
    • Tanda Tangan
    Sales
    • CRM
    • Sales
    • POS Toko
    • POS Restoran
    • Langganan
    • Rental
    Website
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Rantai Pasokan
    • Inventaris
    • Manufaktur
    • PLM
    • Purchase
    • Maintenance
    • Kualitas
    Sumber Daya Manusia
    • Karyawan
    • Rekrutmen
    • Cuti
    • Appraisal
    • Referensi
    • Armada
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Acara
    • Otomatisasi Marketing
    • Survei
    Layanan
    • Project
    • Timesheet
    • Layanan Lapangan
    • Meja Bantuan
    • Planning
    • Appointment
    Produktivitas
    • Diskusi
    • Approval
    • IoT
    • VoIP
    • Pengetahuan
    • WhatsApp
    Aplikasi pihak ketiga Odoo Studio Platform Odoo Cloud
  • Industri-Industri
    Retail
    • Toko Buku
    • Toko Baju
    • Toko Furnitur
    • Toko Kelontong
    • Toko Hardware
    • Toko Mainan
    Makanan & Hospitality
    • Bar dan Pub
    • Restoran
    • Fast Food
    • Rumah Tamu
    • Distributor Minuman
    • Hotel
    Real Estate
    • Agensi Real Estate
    • Firma Arsitektur
    • Konstruksi
    • Estate Management
    • Perkebunan
    • Asosiasi Pemilik Properti
    Konsultansi
    • Firma Akuntansi
    • Mitra Odoo
    • Agensi Marketing
    • Firma huku
    • Talent Acquisition
    • Audit & Sertifikasi
    Manufaktur
    • Tekstil
    • Logam
    • Perabotan
    • Makanan
    • Brewery
    • Corporate Gift
    Kesehatan & Fitness
    • Sports Club
    • Toko Kacamata
    • Fitness Center
    • Wellness Practitioners
    • Farmasi
    • Salon Rambut
    Perdagangan
    • Handyman
    • IT Hardware & Support
    • Sistem-Sistem Energi Surya
    • Pembuat Sepatu
    • Cleaning Service
    • Layanan HVAC
    Lainnya
    • Organisasi Nirlaba
    • Agen Lingkungan
    • Rental Billboard
    • Fotografi
    • Penyewaan Sepeda
    • Reseller Software
    Browse semua Industri
  • Komunitas
    Belajar
    • Tutorial-tutorial
    • Dokumentasi
    • Sertifikasi
    • Pelatihan
    • Blog
    • Podcast
    Empower Education
    • Program Edukasi
    • Game Bisnis 'Scale Up!'
    • Kunjungi Odoo
    Dapatkan Softwarenya
    • Download
    • Bandingkan Edisi
    • Daftar Rilis
    Kolaborasi
    • Github
    • Forum
    • Acara
    • Terjemahan
    • Menjadi Partner
    • Layanan untuk Partner
    • Daftarkan perusahaan Akuntansi Anda.
    Dapatkan Layanan
    • Temukan Mitra
    • Temukan Akuntan
    • Temui penasihat
    • Layanan Implementasi
    • Referensi Pelanggan
    • Bantuan
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dapatkan demo
  • Harga
  • Bantuan

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

  • CRM
  • e-Commerce
  • Akuntansi
  • Inventaris
  • PoS
  • Project
  • MRP
All apps
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Help

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

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
ecommercequickstartB2BB2CQuickstart
5 Replies
7401 Tampilan
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
Buang
Avatar
Nicolas Van Den Neste (nvd)
Penulis Jawaban Terbai

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
Buang
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
Jawaban Terbai

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
Buang
Avatar
Admin Greentek Hub
Jawaban Terbai

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

0
Avatar
Buang
Nicolas Van Den Neste (nvd)
Penulis

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
Jawaban Terbai

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
Buang
Nicolas Van Den Neste (nvd)
Penulis

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
Jawaban Terbai
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
Buang
Menikmati diskusi? Jangan hanya membaca, ikuti!

Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!

Daftar
Post Terkait Replies Tampilan Aktivitas
¿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
4086
Seeking Advice: Developing a B2B2C Platform for Manufacturers, Distributors, and Customers
ecommerce helpme B2B B2C odoo17
Avatar
0
Mei 24
1891
How to setup your GoDaddy website domain in Odoo? Diselesaikan
ecommerce quickstart website Quickstart godaddy
Avatar
1
Apr 24
17397
Force agreement of terms and conditions before payment check out in ecommerce. Diselesaikan
payment ecommerce quickstart checkout Quickstart
Avatar
1
Jan 23
2727
How do I connect the Epson TM-T88VII to Odoo?
quickstart Quickstart
Avatar
Avatar
2
Okt 25
923
Komunitas
  • Tutorial-tutorial
  • Dokumentasi
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Terjemahan
Layanan
  • Odoo.sh Hosting
  • Bantuan
  • Peningkatan
  • Custom Development
  • Pendidikan
  • Temukan Akuntan
  • Temukan Mitra
  • Menjadi Partner
Tentang Kami
  • Perusahaan kami
  • Aset Merek
  • Hubungi kami
  • Tugas
  • Acara
  • Podcast
  • Blog
  • Pelanggan
  • Hukum • Privasi
  • Keamanan
الْعَرَبيّة 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 adalah rangkaian aplikasi bisnis open source yang mencakup semua kebutuhan perusahaan Anda: CRM, eCommerce, akuntansi, inventaris, point of sale, manajemen project, dan seterusnya.

Mudah digunakan dan terintegrasi penuh pada saat yang sama adalah value proposition unik Odoo.

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