| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/intrastat-extrastat |
| GIT | |
| GIT | https://github.com/OCA/intrastat-extrastat.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/intrastat-extrastat/tree/18.0/product_harmonized_system_tax_rate |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, hparfr, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/intrastat-extrastat |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:20 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/intrastat-extrastat: - product_harmonized_system_stock - product_harmonized_system odoo/odoo: - product - base - base_setup - web - bus - web_tour - html_editor - uom - stock - barcodes_gs1_nomenclature - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Import Tax Rates per { country, HS Code}
This module allows to set import taxes (import duties and/or tariffs)
on countries of origin and HS codes.
The tax rate is also available on the product.
Current limitations:
- Only support Ad valorem type of import tax (rate is % of the value in currency)
- On product: one origin per product (see product_harmonized_system)
- On product: no support of destination country |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hs_code_tax_rate_view_search |
hs.code.tax.rate.search | hs.code.tax.rate | search | New |
hs_code_view_form |
hs.code.form | hs.code | group | Inherits product_harmonized_system.hs_code_view_form |
product_template_form_view |
product.template.form.inherited | product.template | field | Inherits product_harmonized_system.product_template_form_view |
view_hs_code_tax_rate_form |
hs.code.tax.rate.form | hs.code.tax.rate | form | New |
view_hs_code_tax_rate_list |
hs.code.tax.rate.list | hs.code.tax.rate | list | New |
tax_rate_ids
One2many → hs.code.tax.rate
comodel_name='hs.code.tax.rate'
inverse_name='hs_code_id'
string='Tax Rates'
No public methods.
hs_code_id
Many2one → hs.code
help='Harmonised System Code. Nomenclature is available from the World Customs Organisation, see http://www.wcoomd.org/.'
ondelete='restrict'
required=True
string='H.S. Code'
args: 'hs.code'
origin_country_id
Many2one → res.country
help="Country of origin of the product i.e. product 'made in ____'."
required=True
string='Country of Origin'
args: 'res.country'
tax_rate
Float
help='Tax rate percentage for this H.S. Code / Country of Origin.'
required=True
string='Tax Rate %'
No public methods.
hs_code_tax_rate
Float
related='hs_code_tax_rate_id.tax_rate'
hs_code_tax_rate_id
Many2one → hs.code.tax.rate
compute='_compute_hs_code_tax_rate_id'
readonly=True
store=True
string='H.S. Code Tax Rate Id'
args: 'hs.code.tax.rate'
hs_code_tax_rate_str
Char
compute='_compute_hs_code_tax_rate_str'
string='H.S. Code Tax Rate'
No public methods.