fix for _ help

This commit is contained in:
xtremxpert 2025-01-19 08:28:52 -05:00
parent bd6aec9bf4
commit b46301ed13

View file

@ -1,4 +1,4 @@
from odoo import models, fields, api, _ from odoo import models, fields, api
from odoo.exceptions import UserError from odoo.exceptions import UserError
@ -33,7 +33,7 @@ class CarrierAccountMixin(models.AbstractModel):
("collect", "Collect"), ("collect", "Collect"),
("third party", "Third Party"), ("third party", "Third Party"),
], ],
help=_( help=(
""" """
Prepaid: The shipper will pay the carrier and the client pays the estimate. 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. Prepaid & Charge: The shipper will pay the carrier and bill the client based on the actual price paid.