From b46301ed133c4971fc0587d37bfcf8dc5d9ccba0 Mon Sep 17 00:00:00 2001 From: xtremxpert Date: Sun, 19 Jan 2025 08:28:52 -0500 Subject: [PATCH] fix for _ help --- .../models/carrier_account_mixin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/delivery_carrier_partner_account/models/carrier_account_mixin.py b/delivery_carrier_partner_account/models/carrier_account_mixin.py index c05fa9e..1911e96 100644 --- a/delivery_carrier_partner_account/models/carrier_account_mixin.py +++ b/delivery_carrier_partner_account/models/carrier_account_mixin.py @@ -1,4 +1,4 @@ -from odoo import models, fields, api, _ +from odoo import models, fields, api from odoo.exceptions import UserError @@ -33,7 +33,7 @@ class CarrierAccountMixin(models.AbstractModel): ("collect", "Collect"), ("third party", "Third Party"), ], - help=_( + help=( """ Prepaid: The shipper will pay the carrier and the client pays the estimate. Prepaid & Charge: The shipper will pay the carrier and bill the client based on the actual price paid.