diff --git a/l10n_id_taxform_bukti_potong_pph_common/__openerp__.py b/l10n_id_taxform_bukti_potong_pph_common/__openerp__.py index 48804af..78c8e0a 100644 --- a/l10n_id_taxform_bukti_potong_pph_common/__openerp__.py +++ b/l10n_id_taxform_bukti_potong_pph_common/__openerp__.py @@ -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", diff --git a/l10n_id_taxform_bukti_potong_pph_common/models/bukti_potong_pph.py b/l10n_id_taxform_bukti_potong_pph_common/models/bukti_potong_pph.py index a0f851d..175d7e7 100644 --- a/l10n_id_taxform_bukti_potong_pph_common/models/bukti_potong_pph.py +++ b/l10n_id_taxform_bukti_potong_pph_common/models/bukti_potong_pph.py @@ -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):