Skip to content

Commit 41fdb02

Browse files
committed
[IMP] l10n_jp: Set 'round_globally' as the default tax rounding method
Under Japan’s Qualified Invoice System, which took effect in October 2023, the consumption tax amount should be calculated and rounded based on the total invoice amount for each tax rate, rather than on an item-by-item basis. See https://www.pwc.com/jp/en/taxnews/pdf/jtu-20221111-en.pdf closes odoo#193522 Signed-off-by: Josse Colpaert (jco) <[email protected]>
1 parent 2b57964 commit 41fdb02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addons/l10n_jp/models/template_jp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@ def _get_jp_res_company(self):
4040
'account_journal_early_pay_discount_gain_account_id': 'l10n_jp_425000',
4141
'account_sale_tax_id': 'l10n_jp_tax_sale_exc_10',
4242
'account_purchase_tax_id': 'l10n_jp_tax_purchase_exc_10',
43+
'tax_calculation_rounding_method': 'round_globally',
4344
},
4445
}

0 commit comments

Comments
 (0)