Hello everyone,
I am working on an Odoo v18 Enterprise implementation and have created several custom fields in the res.partner model, including:
- x_container_fee (type: monetary)
- x_customs_duty (type: float)
- x_handling_charge (type: monetary)
- x_vendor_type (type: selection)
Additionally, I have created a custom field x_total_cost (type: monetary) in the product.template model.
For calculation purposes, I would like to reference the fields I created in the res.partner model when computing values in the product.template model.
Is it possible to include fields from res.partner as dependencies in product.template? If so, How can this be achieved?
Thank you in advance!
