We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cefcb1b commit 9588d80Copy full SHA for 9588d80
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