Hi all
I have a scenario here.
I have pricelist per customer per category.
On Tasks i have a preset model with preconfigured repair codes to apply on the task when its is completed. For example when its a device we are working on there are 3 possibilities:
1. Manufacturer Warranty
2. No problem Found
3. Normal Repair
this is a model by itself and i have a one2many field in task.
My goal is to have a price field on the task that will get the price from the pricelist based on my selection and the customer of the task.
Any ideas are appreciated.