Skip to content

Commit

Permalink
[8.0.2.0.4][l10n_id_taxform_bukti_potong_pph_common] Fix raise msg
Browse files Browse the repository at this point in the history
  • Loading branch information
andhit-r committed Jul 28, 2017
1 parent e70c62e commit ffb9c4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion l10n_id_taxform_bukti_potong_pph_common/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Indonesia - Common Feature for Bukti Potong",
"version": "8.0.2.0.3",
"version": "8.0.2.0.4",
"category": "localization",
"website": "https://opensynergy-indonesia.com/",
"author": "OpenSynergy Indonesia",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -630,8 +630,8 @@ def _select_tax_account(self):
return tax.account_collected_id
else:
raise UserWarning(
_("Please configure invoice tax account for %s" %
(tax.name)))
_("Please configure invoice tax account for %s") %
(tax.name))

@api.onchange("tax_code_id")
def onchange_tax_code(self):
Expand Down

0 comments on commit ffb9c4c

Please sign in to comment.