跳至內容
選單
此問題已被標幟
1 回覆
8410 瀏覽次數

How can I calculate the selling price of a product according to the supplier price in a way that when creating a product I enter the price of this product at the supplier (purchase price) and the price of sale will be automatically calculated and filled according to this rule: sale price = purchase price * 1.3

頭像
捨棄
最佳答案

Two things to be can be done:

1) Update the cost price (real time costing/average costing whatever is your choice) Odoo provides for this.

2) Update sales price based on cost price by :

2a) Either update sales price manually every time your cost updates 

2b) Listen to the cost price changes and update the sales price according to your formula using code (customisation).

Thanks

Vishal

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
3月 22
7803
1
8月 17
3146
2
8月 16
4719
3
10月 23
6258
2
1月 23
5691