We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 494808e + a115415 commit e11ec4bCopy full SHA for e11ec4b
purchase_usability_akretion/models/purchase_order.py
@@ -3,7 +3,7 @@
3
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
4
5
from odoo import api, fields, models
6
-from odoo.tools.misc import format_amount
+from odoo.tools import formatLang
7
8
9
class PurchaseOrder(models.Model):
0 commit comments