Friday, August 30, 2024
2 changes · saas-17.4
Enhancements to existing features
This update removes an unnecessary calculation step in the Brazilian AvaTax integration. It keeps the same business outcome while simplifying processing and reducing avoidable internal work.
Original PR description
The values computed in `super()._compute_l10n_br_goods_operation_type_id()` are immediately nullified by the successive `self.l10n_br_goods_operation_type_id = False`.
This update removes an unnecessary calculation step in the Brazilian AvaTax integration. It keeps the final behavior the same while making the related tax processing logic simpler and more efficient.
Original PR description
The values computed in `super()._compute_l10n_br_goods_operation_type_id()` are immediately nullified by the successive `self.l10n_br_goods_operation_type_id = False`. Well this is my impression, anyways. Something I'm missing?