Skip to content

Commit e11ec4b

Browse files
authored
Merge pull request #237 from rdualsam/18.0-fix-declare-formatlang
[18.0][FIX] fix formatLang declaration
2 parents 494808e + a115415 commit e11ec4b

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)