From 147f851bb037dd541ad472150f9f4adf2317c30f Mon Sep 17 00:00:00 2001 From: "Tom Aarab (toaa)" Date: Tue, 23 Aug 2022 12:24:23 +0000 Subject: [PATCH] [IMP] accounting: fixed one-word mistake on B2B/B2C page V13/14 only. Create fw-bot request for V15 task id: 2960682 closes odoo/documentation#2623 X-original-commit: e16200918db36c7624df86f890a078aa1849178c Signed-off-by: Castillo Jonathan (jcs) --- .../accounting/taxation/taxes/B2B_B2C.rst | 26 +++++++++++++++---- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/content/applications/finance/accounting/taxation/taxes/B2B_B2C.rst b/content/applications/finance/accounting/taxation/taxes/B2B_B2C.rst index 68394d9bd..760610741 100644 --- a/content/applications/finance/accounting/taxation/taxes/B2B_B2C.rst +++ b/content/applications/finance/accounting/taxation/taxes/B2B_B2C.rst @@ -74,16 +74,16 @@ If you can not do that and if you really negotiate some prices with tax excluded and, for other customers, others prices with tax included, you must: -1. always store the default price TAX EXCLUDED on the product form, and - apply a tax (price included on the product form) +#. always store the default price **tax excluded** on the product form, and + apply a tax (price excluded on the product form) -2. create a pricelist with prices in TAX INCLUDED, for specific +#. create a pricelist with prices in **tax included**, for specific customers -3. create a fiscal position that switches the tax excluded to a tax +#. create a fiscal position that switches the tax excluded to a tax included -4. assign both the pricelist and the fiscal position to customers who +#. assign both the pricelist and the fiscal position to customers who want to benefit to this pricelist and fiscal position For the purpose of this documentation, we will use the above use case: @@ -93,6 +93,22 @@ For the purpose of this documentation, we will use the above use case: - but we want to sell it at 10€, tax included, in our shops or eCommerce website +.. _b2b_b2c/ecommerce: + +eCommerce +--------- + +If you only use B2C or B2B prices on your website, simply select the appropriate setting in the +**Website** app settings. + +If you have both B2B and B2C prices on a single website, please follow these instructions: + +#. Activate the :ref:`developer mode ` and go to :menuselection:`General Settings + --> Users & Companies --> Groups`. +#. Open either `Technical / Tax display B2B` or `Technical / Tax display B2C`. +#. Under the :guilabel:`Users` tab, add the users requiring access to the price type. Add B2C users + in the B2C group and B2B users in the B2B group. + Setting your products ---------------------