[FIX] *: RST cleanup
RST cleanup to comply with the RST guidelines. This is required so we can use "make test", as there are currently hundreds of errors. For now, it is unusable because of the oldest code in this repo. closes odoo/documentation#3568 Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
====
|
||||
===
|
||||
SIX
|
||||
====
|
||||
===
|
||||
|
||||
Connecting a SIX payment terminal allows you to offer a fluid payment flow to your customers and
|
||||
ease the work of your cashiers.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
-------------
|
||||
=============
|
||||
Portal access
|
||||
-------------
|
||||
=============
|
||||
|
||||
Portal access is given to users who need the ability to view certain documents or information
|
||||
within an Odoo database.
|
||||
@@ -24,7 +24,8 @@ all of the following in Odoo:
|
||||
database.
|
||||
|
||||
Provide portal access to customers
|
||||
----------------------------------
|
||||
==================================
|
||||
|
||||
From the main Odoo dashboard, select the :guilabel:`Contacts` application. If the contact is not
|
||||
yet created in the database, click on the :guilabel:`Create` button, enter the details of the
|
||||
contact, and then click :guilabel:`Save`. Otherwise, choose an existing contact, and then click on
|
||||
|
||||
@@ -4,7 +4,8 @@ How to adapt your prices to your customers and apply discounts
|
||||
|
||||
Odoo has a powerful pricelist feature to support a pricing strategy tailored to your business.
|
||||
A pricelist is a list of prices or price rules that Odoo searches to determine the suggested price.
|
||||
You can set several criteria to use a specific price: periods, min. sold quantity (meet a minimum order quantity and get a price break), etc.
|
||||
You can set several criteria to use a specific price: periods, min. sold quantity (meet a minimum
|
||||
order quantity and get a price break), etc.
|
||||
|
||||
As pricelists only suggest prices, they can be overridden by vendors completing sales orders.
|
||||
Choose your pricing strategy from :menuselection:`Sales --> Settings`.
|
||||
@@ -14,10 +15,10 @@ Choose your pricing strategy from :menuselection:`Sales --> Settings`.
|
||||
:align: center
|
||||
|
||||
.. note::
|
||||
|
||||
* *A single sale price per product :* doesn't let you adapt prices, it use default product price ;
|
||||
* *Different prices per customer segment :* you will set several prices per products ;
|
||||
* *Advanced pricing based on formula :* will let you apply discounts, margins and roundings.
|
||||
* *A single sale price per product:* doesn't let you adapt prices, it use default product
|
||||
price ;
|
||||
* *Different prices per customer segment:* you will set several prices per products ;
|
||||
* *Advanced pricing based on formula:* will let you apply discounts, margins and roundings.
|
||||
|
||||
Several prices per product
|
||||
==========================
|
||||
@@ -81,16 +82,16 @@ use e-Commerce).
|
||||
.. image:: pricing/pricing_formula.png
|
||||
:align: center
|
||||
|
||||
Each pricelist item can be associated to either all products, to a product internal category (set of products) or to a specific product. Like in second option, you can set dates and minimum quantities.
|
||||
Each pricelist item can be associated to either all products, to a product internal category (set of
|
||||
products) or to a specific product. Like in second option, you can set dates and minimum quantities.
|
||||
|
||||
.. image:: pricing/pricelist_apply.png
|
||||
:align: center
|
||||
|
||||
.. note::
|
||||
|
||||
* Once again the system is smart. If a rule is set for a particular item and another one for its category, Odoo will take the rule of the item.
|
||||
|
||||
* Make sure at least one pricelist item covers all your products.
|
||||
* Once again the system is smart. If a rule is set for a particular item and another one for its
|
||||
category, Odoo will take the rule of the item.
|
||||
* Make sure at least one pricelist item covers all your products.
|
||||
|
||||
There are 3 modes of computation: fix price, discount & formula.
|
||||
|
||||
@@ -117,8 +118,10 @@ e.g. sale price = 2*cost (100% markup) with $5 of minimal margin.
|
||||
|
||||
Prices per country
|
||||
==================
|
||||
Pricelists can be set by countries group.
|
||||
Any new customer recorded in Odoo gets a default pricelist, i.e. the first one in the list matching the country. In case no country is set for the customer, Odoo takes the first pricelist without any country group.
|
||||
|
||||
Pricelists can be set by countries group. Any new customer recorded in Odoo gets a default
|
||||
pricelist, i.e. the first one in the list matching the country. In case no country is set for the
|
||||
customer, Odoo takes the first pricelist without any country group.
|
||||
|
||||
The default pricelist can be replaced when creating a sales order.
|
||||
|
||||
@@ -127,9 +130,11 @@ The default pricelist can be replaced when creating a sales order.
|
||||
Compute and show discount % to customers
|
||||
========================================
|
||||
|
||||
In case of discount, you can show the public price and the computed discount % on printed sales orders and in your eCommerce catalog. To do so:
|
||||
In case of discount, you can show the public price and the computed discount % on printed sales
|
||||
orders and in your eCommerce catalog. To do so:
|
||||
|
||||
* Check *Allow discounts on sales order lines* in :menuselection:`Sales --> Configuration --> Settings --> Quotations & Sales --> Discounts`.
|
||||
* Check *Allow discounts on sales order lines* in :menuselection:`Sales --> Configuration -->
|
||||
Settings --> Quotations & Sales --> Discounts`.
|
||||
* Apply the option in the pricelist setup form.
|
||||
|
||||
.. image:: pricing/discount_options.png
|
||||
|
||||
Reference in New Issue
Block a user