fix a dependency issue for customer carrier accounts
This commit is contained in:
parent
f41b3d2be1
commit
cf12a5990d
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ class CarrierAccountMixin(models.AbstractModel):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@api.depends(
|
@api.depends(
|
||||||
"valid_carrier_account_ids",
|
"valid_carrier_ids",
|
||||||
"sender_id",
|
"sender_id",
|
||||||
"recipient_id",
|
"recipient_id",
|
||||||
"delivery_billing_mode",
|
"delivery_billing_mode",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue