fix a dependency issue for customer carrier accounts
This commit is contained in:
parent
4a778d7d81
commit
852c0723b9
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