Skip to content

Commit 9588d80

Browse files
committed
[18.0][FIX] fix formatLand declaration
1 parent cefcb1b commit 9588d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

purchase_usability_akretion/models/purchase_order.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
44

55
from odoo import api, fields, models
6-
from odoo.tools.misc import format_amount
6+
from odoo.tools import formatLang
77

88

99
class PurchaseOrder(models.Model):

0 commit comments

Comments
 (0)