fix for _ help
This commit is contained in:
parent
bd6aec9bf4
commit
b46301ed13
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue