Repository
OCA/l10n-usa · module folder · Try on Runboat
Module version
1.0.1
Category
Accounting/Localizations
Folder size
0.04 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/l10n-usa
Last tracking update
2026-07-23 11:15:09
Authors
Odoo Community Association (OCA), Binhex
Maintainers
Odoo Community Association (OCA), Binhex
Committers
OCA-git-bot, oca-ci, Carlos R. Rodriguez
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Adds the ZipTax (zip.tax) provider to the US Sales Tax Engine
(`l10n_us_sales_tax_engine`). Installs and uninstalls independently of any
other provider — the engine does not import this module's code, it discovers
ZipTax through the engine's documented extension point
(`_provider_service_classes`).

ZipTax offers ZIP-level rate lookups with a free tier of 100 calls/month. See
https://www.zip.tax/register to obtain an API key.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_config_settings_view_us_tax_ziptax res.config.settings.us.tax.ziptax res.config.settings form Inherits account.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • us_tax_enable_ziptax Boolean
    config_parameter='l10n_us_tax.enable_ziptax' help='Use ZipTax (zip.tax) as an external fallback provider.' string='Enable ZipTax'
  • us_tax_ziptax_api_key Char
    config_parameter='l10n_us_tax.ziptax_api_key' help='Register free at https://www.zip.tax/register — 100 calls/month free.' string='ZipTax API Key'
Public methods (1)
  • set_values(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.