@@ -6,8 +6,8 @@ A *pricelist* is a method of dynamic pricing that applies a list of prices (or p
6
6
adjust sales prices. This adjustment can apply to specific customers, customer groups, sales orders,
7
7
time periods, etc., and is useful for creating pricing strategies and optimizing sales margins.
8
8
9
- Odoo *Sales * has a useful pricelist feature that can be tailored to fit any unique pricing strategy.
10
- Pricelists suggest certain prices, but they can always be overridden on the sales order.
9
+ Odoo ** Sales ** has a useful pricelist feature that can be tailored to fit any unique pricing
10
+ strategy. Pricelists suggest certain prices, but they can always be overridden on the sales order.
11
11
12
12
Pricelists configuration
13
13
========================
@@ -20,8 +20,8 @@ Configuration --> Settings`. In the :guilabel:`Pricing` section, tick the checkb
20
20
:alt: How the pricelist feature setting looks in Odoo Sales.
21
21
22
22
After activating and saving the :guilabel: `Pricelists ` feature, the :guilabel: `Settings ` page
23
- reloads. From here, either select the :guilabel: `Pricelists ` link (beneath the
24
- :guilabel: `Pricelists ` feature on the :guilabel: `Settings ` page), or navigate to
23
+ reloads. From here, either select the :icon: ` oi-arrow-right ` : guilabel: `Pricelists ` link (beneath
24
+ the :guilabel: `Pricelists ` feature on the :guilabel: `Settings ` page), or navigate to
25
25
:menuselection: `Sales app --> Products --> Pricelists `.
26
26
27
27
Either option reveals the :guilabel: `Pricelists ` page, in which pricelists can be created and/or
@@ -78,30 +78,28 @@ Then, select whether to apply this set of rules to a :guilabel:`Product` or
78
78
From here, there are several configuration options:
79
79
80
80
- :guilabel: `Product `: If selected in the :guilabel: `Apply To ` field, use this field to choose one
81
- or more products to which this pricelist will apply.
81
+ or more products to which this pricelist will apply.
82
82
- :guilabel: `Category `: Select one or more product categories to which this pricelist will apply.
83
83
- :guilabel: `Price Type `: Select whether the specialized pricing will fall under
84
84
:guilabel: `Discount `, :guilabel: `Formula `, or :guilabel: `Fixed Price `. Depending on the price
85
85
type, there will be additional configurations on how to apply the pricelist.
86
86
87
87
- :guilabel: `Discount `: Enter the percentage to be discounted. A mark-up can be configured by
88
88
using a negative value in this field.
89
-
90
89
- :guilabel: `Formula `: Calculate the pricelist rules based the following configuration:
91
90
92
91
- :guilabel: `Discount `: Percentage discount to be applied.
93
92
- :guilabel: `Round off to `: Numerical value to act as round-off multiple, to be applied after
94
93
discount. The rounding method sets the price so that it is a multiple of the value in this
95
94
field.
96
95
97
- .. note ::
98
- Rounding is applied *after * the discount and *before * the extra fee.
99
-
100
- - :guilabel: `Extra Fee `: Fixed amount to be added or subtracted once :guilabel: `Discount ` and
101
- :guilabel: `Round off to ` have been applied.
96
+ .. note ::
97
+ Rounding is applied *after * the discount and *before * the extra fee.
102
98
103
- - :guilabel: `Fixed Price `: Enter fixed price for this pricelist. When applied, all product lines
104
- in the quotation form will be updated to this price.
99
+ - :guilabel: `Extra Fee `: Fixed amount to be added or subtracted once :guilabel: `Discount `
100
+ and :guilabel: `Round off to ` have been applied.
101
+ - :guilabel: `Fixed Price `: Enter fixed price for this pricelist. When applied, all product
102
+ lines in the quotation form will be updated to this price.
105
103
106
104
- :guilabel: `Min Qty `: Specify the minimum quantity of selected products for this pricelist to
107
105
apply.
0 commit comments