This question has been flagged
1 Reply
3534 Views

Hi All;

I have created a custom price field in product.product . I have saved the values . Now as i am making price list . so i want to calculate the formula based on custom field not on cost price . or give me the solution to assign this price directly . Actually i just want this price should be showed to agents . 

BR

safi 

Avatar
Discard
Best Answer

You need to write a module to inherit the pricelist and overwrite the base field using your custom field name as another selection. You also need to overwrite the some functions in product.pricelist such as _compute_price_rule to include your custom field in the formula. We have done such changes for customers.

Avatar
Discard