How to set up retail price and wholesale price in Odoo

for example, product A has 1,000,000 units, each unit selling for $ 1; for 1000 units sold 900 dollars. so if someone bought 2 thousand and 3 units, the total sales are $ 1803.

how do I configure this mode in Odoo. I am already adding "thousand" units.

In short, how can I set the price per piece, in this case the price per 1000 is 900

+3


source to share


1 answer


Each price list is calculated from specific policies, so you will have as many sales price lists as there are active sales policies in your company. Creating Price Lists You can define a price list from the menu Sales ‣ Configuration ‣ Price lists ‣ Price lists. For each list, you must define: • Name for the list, • List type: Sell to customers or Buy to suppliers, • Currency in which prices are expressed enter image description here

Create a complete sales price list enter image description here

Once the price list is defined, you need to link at least one version. You can create a new version directly from the price list or from the Sales menu ‣ Configuration ‣ Price Lists ‣ Version List. The version contains all the rules that allow you to calculate the price of a product and a given quantity.

Start by setting the name of this linked version. If there is only one version listed, you can use the same name for the price list and version. In the "Price List" field, select the price list you have created (this is not necessary if you create a version directly from the price list).



Then set a start and end date for that version. The fields are optional: if you do not specify dates, the version will be always active. Only one version can be active at any time, so keep this in mind when creating them. Use the Active field in versions to activate or deactivate the price list version. enter image description here

Then create a price list version with whole sales "Name" then select the price list price tags we create earlier enter image description here

Calculation rules The pricing version is composed of a set of rules that relate to the base prices of a product. To define a rule for the entire sale, click the add item link enter image description here

+3


source







All Articles