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 950425b commit 5d18f1eCopy full SHA for 5d18f1e
account_invoice_check_total/__manifest__.py
@@ -5,7 +5,7 @@
5
"name": "Account Invoice Check Total",
6
"summary": """
7
Check if the verification total is equal to the bill's total""",
8
- "version": "17.0.1.0.0",
+ "version": "18.0.1.0.0",
9
"website": "https://github.com/OCA/account-invoicing",
10
"author": "Acsone SA/NV, Odoo Community Association (OCA)",
11
"license": "AGPL-3",
account_invoice_check_total/models/account_move.py
@@ -40,7 +40,7 @@ def action_post(self):
40
!= 0
41
):
42
raise ValidationError(
43
- _(
+ self.env._(
44
"Please verify the price of the invoice!\n"
45
"The total amount (%(amount_total)s) does not match "
46
"the Verification Total amount (%(check_total)s)!\n"
0 commit comments