Repository
OCA/l10n-japan · module folder · Try on Runboat
Module version
1.0.0
Category
Tools
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/l10n-japan
Last tracking update
2026-08-07 08:43:07
Authors
Odoo Community Association (OCA), Quartile
Maintainers
Odoo Community Association (OCA), Quartile
Committers
Aungkokolin1997, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module provides the ability to configure tax rounding methods in invoices and other
business documents such as sales orders and purchase orders. Supported methods include
Half-up (Default), Round-up, and Round-down.

Only 'exclusive' taxes are supported, and the rounding behavior is limited to the 
`round_globally` option of the `tax_calculation_rounding_method`. It assumes that the 
`round_per_line` method is not used in Japan.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form.inherit.account res.config.settings form Inherits account.res_config_settings_view_form
view_partner_property_form res.partner.form res.partner form Inherits account.view_partner_property_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (5)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • tax_rounding_method Selection
    default='HALF-UP' selection=[('HALF-UP', 'Half-up'), ('UP', 'Round-up'), ('DOWN', 'Round-down')] tracking=True
Public methods (0)

No public methods.

New fields (1)
  • tax_rounding_method Selection
    readonly=False related='company_id.tax_rounding_method'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • round(self, amount)

New fields (1)
  • tax_rounding_method Selection
    selection=[('HALF-UP', 'Half-up'), ('UP', 'Round-up'), ('DOWN', 'Round-down')] tracking=True
Public methods (0)

No public methods.

Loading…

Loading…