ODOO - How to update two levels o2m fileds relation
问题 Odoo community version 11.0-20190311 I have a parent class (dt_tst001) with a o2m field (itens) related to a class (dt_tst002), with another o2m field (tributos) related to a third class (dt_tst003). In the parent class there is another field (seguro_total) and when its value is changed I need to start a recalculation (_upd_seguro) of field (seguro) in the second class and fields (base_calculo, valor_tributo) in the third class. The recalculation in the second class is working, but not in the