@@ -6,8 +6,8 @@ A *pricelist* is a method of dynamic pricing that applies a list of prices (or p
66adjust sales prices. This adjustment can apply to specific customers, customer groups, sales orders,
77time periods, etc., and is useful for creating pricing strategies and optimizing sales margins.
88
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.
1111
1212Pricelists configuration
1313========================
@@ -20,8 +20,8 @@ Configuration --> Settings`. In the :guilabel:`Pricing` section, tick the checkb
2020 :alt: How the pricelist feature setting looks in Odoo Sales.
2121
2222After 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
2525:menuselection: `Sales app --> Products --> Pricelists `.
2626
2727Either 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
7878From here, there are several configuration options:
7979
8080- :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.
8282- :guilabel: `Category `: Select one or more product categories to which this pricelist will apply.
8383- :guilabel: `Price Type `: Select whether the specialized pricing will fall under
8484 :guilabel: `Discount `, :guilabel: `Formula `, or :guilabel: `Fixed Price `. Depending on the price
8585 type, there will be additional configurations on how to apply the pricelist.
8686
8787 - :guilabel: `Discount `: Enter the percentage to be discounted. A mark-up can be configured by
8888 using a negative value in this field.
89-
9089 - :guilabel: `Formula `: Calculate the pricelist rules based the following configuration:
9190
9291 - :guilabel: `Discount `: Percentage discount to be applied.
9392 - :guilabel: `Round off to `: Numerical value to act as round-off multiple, to be applied after
9493 discount. The rounding method sets the price so that it is a multiple of the value in this
9594 field.
9695
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.
10298
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.
105103
106104- :guilabel: `Min Qty `: Specify the minimum quantity of selected products for this pricelist to
107105 apply.
0 commit comments