fix a dependency issue for customer carrier accounts

This commit is contained in:
Marc Durepos 2025-02-10 17:15:13 -05:00
parent f41b3d2be1
commit cf12a5990d

View file

@ -95,7 +95,7 @@ class CarrierAccountMixin(models.AbstractModel):
pass
@api.depends(
"valid_carrier_account_ids",
"valid_carrier_ids",
"sender_id",
"recipient_id",
"delivery_billing_mode",