Hi,
I created to personalized fields to calculate sales commission for each line of the sales order.
The first field is the % of comission assigned to the line - field:
The second field is the calculation of multiplying the price subtotal by the commission percentage.
The calculation is:
Calculated record:
dependencies:
for record in self:
record[("x_studio_calculo_comisiones")] = record.price_subtotal * record.x_porcentaje_comision
The problem is that it is not making any calculation in the sales order line
I am using Odoo 14 with Studio, I am new in this System, I wish that you can help me.
Thanks!!