| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/community-data-files |
| GIT | |
| GIT | https://github.com/OCA/community-data-files.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/community-data-files/tree/19.0/account_tax_unece |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | LGPL-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 | Alexis de Lattre, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/community-data-files |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:40:50 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/community-data-files: - base_unece odoo/odoo: - account - base_setup - base - web - onboarding - product - bus - web_tour - html_editor - uom - analytic - portal - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module adds two fields *UNECE Type Code* and *UNECE Category Code* on taxes to allow the use of the standards written by the [United Nations Economic Commission for Europe](http://www.unece.org) (which has 56 members states in Europe, America and Central Asia, cf [Wikipedia](https://en.wikipedia.org/wiki/United_Nations_Economic_Commission_for_Europe)): - the UNECE Tax Type code is defined in the [DataElement 5153](http://www.unece.org/trade/untdid/d97b/uncl/uncl5153.htm), - the UNECE Tax Category Code is defined in the [DataElement 5305](http://www.unece.org/trade/untdid/d97a/uncl/uncl5305.htm). This codification is part of the UNCL (United Nations Code List). This codification is used for example in the two main international standards for electronic invoicing: - [Cross Industry Invoice](http://tfig.unece.org/contents/cross-industry-invoice-cii.htm) (CII), - [Universal Business Language](http://ubl.xml.org/) (UBL). |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
unece_code_list_search |
unece.code.list | field | Inherits base_unece.unece_code_list_search | |
view_tax_form |
unece.account.tax.form | account.tax | group | Inherits account.view_tax_form |
view_tax_tree |
account.tax | field | Inherits account.view_tax_tree |
unece_categ_code
Char
readonly=True
related='unece_categ_id.code'
store=True
string='UNECE Category Code'
unece_categ_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_categ')]
help='Select the Tax Category Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5305'
ondelete='restrict'
string='UNECE Tax Category'
args: 'unece.code.list'
unece_type_code
Char
readonly=True
related='unece_type_id.code'
store=True
string='UNECE Type Code'
unece_type_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_type')]
help='Select the Tax Type Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5153'
ondelete='restrict'
string='UNECE Tax Type'
args: 'unece.code.list'
No public methods.
No new fields.
Public methods (0)No public methods.
type
Selection
ondelete={'tax_type': 'cascade', 'tax_categ': 'cascade'}
selection_add=[('tax_type', 'Tax Types (UNCL 5153)'), ('tax_categ', 'Tax Categories (UNCL 5305)')]
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/community-data-files |
| GIT | |
| GIT | https://github.com/OCA/community-data-files.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/community-data-files/tree/18.0/account_tax_unece |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | LGPL-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 | GitHub, David Beal, Weblate, OCA-git-bot, oca-ci, Lukas Tran |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/community-data-files |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:19 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/community-data-files: - base_unece odoo/odoo: - account - base_setup - base - web - onboarding - product - bus - web_tour - html_editor - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module adds two fields *UNECE Type Code* and *UNECE Category Code* on taxes to allow the use of the standards written by the [United Nations Economic Commission for Europe](http://www.unece.org) (which has 56 members states in Europe, America and Central Asia, cf [Wikipedia](https://en.wikipedia.org/wiki/United_Nations_Economic_Commission_for_Europe)): - the UNECE Tax Type code is defined in the [DataElement 5153](http://www.unece.org/trade/untdid/d97b/uncl/uncl5153.htm), - the UNECE Tax Category Code is defined in the [DataElement 5305](http://www.unece.org/trade/untdid/d97a/uncl/uncl5305.htm). This codification is part of the UNCL (United Nations Code List). This codification is used for example in the two main international standards for electronic invoicing: - [Cross Industry Invoice](http://tfig.unece.org/contents/cross-industry-invoice-cii.htm) (CII), - [Universal Business Language](http://ubl.xml.org/) (UBL). |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
unece_code_list_search |
unece.code.list | filter | Inherits base_unece.unece_code_list_search | |
view_tax_form |
unece.account.tax.form | account.tax | group | Inherits account.view_tax_form |
view_tax_tree |
account.tax | field | Inherits account.view_tax_tree |
unece_categ_code
Char
readonly=True
related='unece_categ_id.code'
store=True
string='UNECE Category Code'
unece_categ_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_categ')]
help='Select the Tax Category Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5305'
ondelete='restrict'
string='UNECE Tax Category'
args: 'unece.code.list'
unece_type_code
Char
readonly=True
related='unece_type_id.code'
store=True
string='UNECE Type Code'
unece_type_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_type')]
help='Select the Tax Type Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5153'
ondelete='restrict'
string='UNECE Tax Type'
args: 'unece.code.list'
No public methods.
No new fields.
Public methods (0)No public methods.
type
Selection
ondelete={'tax_type': 'cascade', 'tax_categ': 'cascade'}
selection_add=[('tax_type', 'Tax Types (UNCL 5153)'), ('tax_categ', 'Tax Categories (UNCL 5305)')]
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/community-data-files |
| GIT | |
| GIT | https://github.com/OCA/community-data-files.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/community-data-files/tree/17.0/account_tax_unece |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | LGPL-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, oca-ci, chien |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/community-data-files |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:10 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/community-data-files: - base_unece odoo/odoo: - account - base_setup - base - web - onboarding - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module adds two fields *UNECE Type Code* and *UNECE Category Code* on taxes to allow the use of the standards written by the [United Nations Economic Commission for Europe](http://www.unece.org) (which has 56 members states in Europe, America and Central Asia, cf [Wikipedia](https://en.wikipedia.org/wiki/United_Nations_Economic_Commission_for_Europe)): - the UNECE Tax Type code is defined in the [DataElement 5153](http://www.unece.org/trade/untdid/d97b/uncl/uncl5153.htm), - the UNECE Tax Category Code is defined in the [DataElement 5305](http://www.unece.org/trade/untdid/d97a/uncl/uncl5305.htm). This codification is part of the UNCL (United Nations Code List). This codification is used for example in the two main international standards for electronic invoicing: - [Cross Industry Invoice](http://tfig.unece.org/contents/cross-industry-invoice-cii.htm) (CII), - [Universal Business Language](http://ubl.xml.org/) (UBL). |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_tax_form |
unece.account.tax.form | account.tax | group | Inherits account.view_tax_form |
view_tax_tree |
account.tax | field | Inherits account.view_tax_tree |
unece_categ_code
Char
readonly=True
related='unece_categ_id.code'
store=True
string='UNECE Category Code'
unece_categ_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_categ')]
help='Select the Tax Category Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5305'
ondelete='restrict'
string='UNECE Tax Category'
args: 'unece.code.list'
unece_type_code
Char
readonly=True
related='unece_type_id.code'
store=True
string='UNECE Type Code'
unece_type_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_type')]
help='Select the Tax Type Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5153'
ondelete='restrict'
string='UNECE Tax Type'
args: 'unece.code.list'
No public methods.
No new fields.
Public methods (0)No public methods.
type
Selection
ondelete={'tax_type': 'cascade', 'tax_categ': 'cascade'}
selection_add=[('tax_type', 'Tax Types (UNCL 5153)'), ('tax_categ', 'Tax Categories (UNCL 5305)')]
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/community-data-files |
| GIT | |
| GIT | https://github.com/OCA/community-data-files.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/community-data-files/tree/16.0/account_tax_unece |
| VERSION | |
| VERSION | 1.3.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | LGPL-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 | Alexis de Lattre, Weblate, OCA-git-bot, oca-ci, syera bonneaux |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/community-data-files |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:58 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/community-data-files: - base_unece odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_tax_form |
unece.account.tax.form | account.tax | group | Inherits account.view_tax_form |
view_tax_template_form |
account.tax.template | notebook | Inherits account.view_account_tax_template_form |
unece_categ_code
Char
readonly=True
related='unece_categ_id.code'
store=True
string='UNECE Category Code'
unece_categ_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_categ')]
help='Select the Tax Category Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5305'
ondelete='restrict'
string='UNECE Tax Category'
args: 'unece.code.list'
unece_type_code
Char
readonly=True
related='unece_type_id.code'
store=True
string='UNECE Type Code'
unece_type_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_type')]
help='Select the Tax Type Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5153'
ondelete='restrict'
string='UNECE Tax Type'
args: 'unece.code.list'
No public methods.
unece_categ_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_categ')]
help='Select the Tax Category Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5305'
string='UNECE Tax Category'
args: 'unece.code.list'
unece_type_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_type')]
help='Select the Tax Type Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5153'
string='UNECE Tax Type'
args: 'unece.code.list'
No public methods.
No new fields.
Public methods (0)No public methods.
type
Selection
ondelete={'tax_type': 'cascade', 'tax_categ': 'cascade'}
selection_add=[('tax_type', 'Tax Types (UNCL 5153)'), ('tax_categ', 'Tax Categories (UNCL 5305)')]
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/community-data-files |
| GIT | |
| GIT | https://github.com/OCA/community-data-files.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/community-data-files/tree/15.0/account_tax_unece |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| 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 | Alexis de Lattre, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/community-data-files |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:43 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/community-data-files: - base_unece odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_tax_form |
unece.account.tax.form | account.tax | group | Inherits account.view_tax_form |
view_tax_template_form |
account.tax.template | notebook | Inherits account.view_account_tax_template_form | |
view_tax_tree |
unece.account.tax.tree | account.tax | field | Inherits account.view_tax_tree |
unece_categ_code
Char
readonly=True
related='unece_categ_id.code'
store=True
string='UNECE Category Code'
unece_categ_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_categ')]
help='Select the Tax Category Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5305'
ondelete='restrict'
string='UNECE Tax Category'
args: 'unece.code.list'
unece_type_code
Char
readonly=True
related='unece_type_id.code'
store=True
string='UNECE Type Code'
unece_type_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_type')]
help='Select the Tax Type Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5153'
ondelete='restrict'
string='UNECE Tax Type'
args: 'unece.code.list'
No public methods.
unece_categ_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_categ')]
help='Select the Tax Category Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5305'
string='UNECE Tax Category'
args: 'unece.code.list'
unece_type_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_type')]
help='Select the Tax Type Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5153'
string='UNECE Tax Type'
args: 'unece.code.list'
No public methods.
No new fields.
Public methods (0)No public methods.
type
Selection
ondelete={'tax_type': 'cascade', 'tax_categ': 'cascade'}
selection_add=[('tax_type', 'Tax Types (UNCL 5153)'), ('tax_categ', 'Tax Categories (UNCL 5305)')]
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/community-data-files |
| GIT | |
| GIT | https://github.com/OCA/community-data-files.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/community-data-files/tree/14.0/account_tax_unece |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| 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 | Alexis de Lattre, Stefan Rijnhart, OCA Transbot, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/community-data-files |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:11 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/community-data-files: - base_unece odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_tax_form |
unece.account.tax.form | account.tax | group | Inherits account.view_tax_form |
view_tax_template_form |
account.tax.template | notebook | Inherits account.view_account_tax_template_form |
unece_categ_code
Char
readonly=True
related='unece_categ_id.code'
store=True
string='UNECE Category Code'
unece_categ_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_categ')]
help='Select the Tax Category Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5305'
ondelete='restrict'
string='UNECE Tax Category'
args: 'unece.code.list'
unece_type_code
Char
readonly=True
related='unece_type_id.code'
store=True
string='UNECE Type Code'
unece_type_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_type')]
help='Select the Tax Type Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5153'
ondelete='restrict'
string='UNECE Tax Type'
args: 'unece.code.list'
No public methods.
unece_categ_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_categ')]
help='Select the Tax Category Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5305'
string='UNECE Tax Category'
args: 'unece.code.list'
unece_type_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_type')]
help='Select the Tax Type Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5153'
string='UNECE Tax Type'
args: 'unece.code.list'
No public methods.
No new fields.
Public methods (0)No public methods.
type
Selection
ondelete={'tax_type': 'cascade', 'tax_categ': 'cascade'}
selection_add=[('tax_type', 'Tax Types (UNCL 5153)'), ('tax_categ', 'Tax Categories (UNCL 5305)')]
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/community-data-files |
| GIT | |
| GIT | https://github.com/OCA/community-data-files.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/community-data-files/tree/13.0/account_tax_unece |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| 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 | Stéphane Bidoul, Andrea, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/community-data-files |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:20 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/community-data-files: - base_unece odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_tax_form |
unece.account.tax.form | account.tax | group | Inherits account.view_tax_form |
view_tax_template_form |
account.tax.template | notebook | Inherits account.view_account_tax_template_form |
unece_categ_code
Char
readonly=True
related='unece_categ_id.code'
store=True
string='UNECE Category Code'
unece_categ_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_categ')]
help='Select the Tax Category Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5305'
ondelete='restrict'
string='UNECE Tax Category'
args: 'unece.code.list'
unece_due_date_code
Char
readonly=True
related='unece_due_date_id.code'
store=True
string='UNECE Due Date Code'
unece_due_date_id
Many2one → unece.code.list
domain=[('type', '=', 'date')]
help='Select the due date of that tax from the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 2005. For a sale VAT tax, it is the date on which that VAT is due to the fiscal administration. For a purchase VAT tax, it is the date on which that VAT can be deducted.'
ondelete='restrict'
string='UNECE Due Date'
args: 'unece.code.list'
unece_type_code
Char
readonly=True
related='unece_type_id.code'
store=True
string='UNECE Type Code'
unece_type_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_type')]
help='Select the Tax Type Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5153'
ondelete='restrict'
string='UNECE Tax Type'
args: 'unece.code.list'
No public methods.
unece_categ_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_categ')]
help='Select the Tax Category Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5305'
string='UNECE Tax Category'
args: 'unece.code.list'
unece_due_date_id
Many2one → unece.code.list
domain=[('type', '=', 'date')]
help='Select the due date of that tax from the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 2005. For a sale VAT tax, it is the date on which that VAT is due to the fiscal administration. For a purchase VAT tax, it is the date on which that VAT can be deducted.'
string='UNECE Due Date'
args: 'unece.code.list'
unece_type_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_type')]
help='Select the Tax Type Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5153'
string='UNECE Tax Type'
args: 'unece.code.list'
No public methods.
type
Selection
selection_add=[('tax_type', 'Tax Types (UNCL 5153)'), ('tax_categ', 'Tax Categories (UNCL 5305)'), ('date', 'Date, Time or Period Qualifier (UNTDID 2005)')]
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/community-data-files |
| GIT | |
| GIT | https://github.com/OCA/community-data-files.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/community-data-files/tree/12.0/account_tax_unece |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| 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 | Alexis de Lattre, Pedro M. Baeza, OCA Transbot, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | http://www.akretion.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:25 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/community-data-files: - base_unece odoo/odoo: - account - base_setup - base - web - product - decimal_precision - bus - web_tour - uom - analytic - portal - http_routing - digest |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_tax_form |
unece.account.tax.form | account.tax | group | Inherits account.view_tax_form |
view_tax_template_form |
account.tax.template | notebook | Inherits account.view_account_tax_template_form |
unece_categ_code
Char
readonly=True
related='unece_categ_id.code'
store=True
string='UNECE Category Code'
unece_categ_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_categ')]
help='Select the Tax Category Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5305'
ondelete='restrict'
string='UNECE Tax Category'
args: 'unece.code.list'
unece_due_date_code
Char
readonly=True
related='unece_due_date_id.code'
store=True
string='UNECE Due Date Code'
unece_due_date_id
Many2one → unece.code.list
domain=[('type', '=', 'date')]
help='Select the due date of that tax from the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 2005. For a sale VAT tax, it is the date on which that VAT is due to the fiscal administration. For a purchase VAT tax, it is the date on which that VAT can be deducted.'
ondelete='restrict'
string='UNECE Due Date'
args: 'unece.code.list'
unece_type_code
Char
readonly=True
related='unece_type_id.code'
store=True
string='UNECE Type Code'
unece_type_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_type')]
help='Select the Tax Type Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5153'
ondelete='restrict'
string='UNECE Tax Type'
args: 'unece.code.list'
No public methods.
unece_categ_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_categ')]
help='Select the Tax Category Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5305'
string='UNECE Tax Category'
args: 'unece.code.list'
unece_due_date_id
Many2one → unece.code.list
domain=[('type', '=', 'date')]
help='Select the due date of that tax from the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 2005. For a sale VAT tax, it is the date on which that VAT is due to the fiscal administration. For a purchase VAT tax, it is the date on which that VAT can be deducted.'
string='UNECE Due Date'
args: 'unece.code.list'
unece_type_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_type')]
help='Select the Tax Type Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5153'
string='UNECE Tax Type'
args: 'unece.code.list'
No public methods.
type
Selection
selection_add=[('tax_type', 'Tax Types (UNCL 5153)'), ('tax_categ', 'Tax Categories (UNCL 5305)'), ('date', 'Date, Time or Period Qualifier (UNTDID 2005)')]
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/community-data-files |
| GIT | |
| GIT | https://github.com/OCA/community-data-files.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/community-data-files/tree/11.0/account_tax_unece |
| VERSION | |
| VERSION | 1.1.2 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| 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 | Pedro M. Baeza, Andrea, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/community-data-files |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:24:02 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/community-data-files: - base_unece odoo/odoo: - account - base_setup - base - web - product - decimal_precision - bus - web_tour - analytic - web_planner - portal - http_routing |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_tax_form |
unece.account.tax.form | account.tax | group | Inherits account.view_tax_form |
view_tax_template_form |
account.tax.template | notebook | Inherits account.view_account_tax_template_form |
unece_categ_code
Char
readonly=True
related='unece_categ_id.code'
store=True
string='UNECE Category Code'
unece_categ_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_categ')]
help='Select the Tax Category Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5305'
ondelete='restrict'
string='UNECE Tax Category'
args: 'unece.code.list'
unece_due_date_code
Char
readonly=True
related='unece_due_date_id.code'
store=True
string='UNECE Due Date Code'
unece_due_date_id
Many2one → unece.code.list
domain=[('type', '=', 'date')]
help='Select the due date of that tax from the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 2005. For a sale VAT tax, it is the date on which that VAT is due to the fiscal administration. For a purchase VAT tax, it is the date on which that VAT can be deducted.'
ondelete='restrict'
string='UNECE Due Date'
args: 'unece.code.list'
unece_type_code
Char
readonly=True
related='unece_type_id.code'
store=True
string='UNECE Type Code'
unece_type_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_type')]
help='Select the Tax Type Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5153'
ondelete='restrict'
string='UNECE Tax Type'
args: 'unece.code.list'
No public methods.
unece_categ_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_categ')]
help='Select the Tax Category Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5305'
string='UNECE Tax Category'
args: 'unece.code.list'
unece_type_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_type')]
help='Select the Tax Type Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5153'
string='UNECE Tax Type'
args: 'unece.code.list'
No public methods.
type
Selection
selection_add=[('tax_type', 'Tax Types (UNCL 5153)'), ('tax_categ', 'Tax Categories (UNCL 5305)'), ('date', 'Date, Time or Period Qualifier (UNTDID 2005)')]
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/community-data-files |
| GIT | |
| GIT | https://github.com/OCA/community-data-files.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/community-data-files/tree/10.0/account_tax_unece |
| VERSION | |
| VERSION | 1.1.1 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| 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 | Alexis de Lattre, Pedro M. Baeza, Andrea, OCA-git-bot |
| WEBSITE | |
| WEBSITE | http://www.akretion.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:20:02 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/community-data-files: - base_unece odoo/odoo: - account - base_setup - base - web_kanban - web - product - decimal_precision - bus - web_tour - report - analytic - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_tax_form |
unece.account.tax.form | account.tax | group | Inherits account.view_tax_form |
view_tax_template_form |
account.tax.template | notebook | Inherits account.view_account_tax_template_form |
unece_categ_code
Char
readonly=True
related='unece_categ_id.code'
store=True
string='UNECE Category Code'
unece_categ_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_categ')]
help='Select the Tax Category Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5305'
ondelete='restrict'
string='UNECE Tax Category'
args: 'unece.code.list'
unece_due_date_code
Char
readonly=True
related='unece_due_date_id.code'
store=True
string='UNECE Due Date Code'
unece_due_date_id
Many2one → unece.code.list
domain=[('type', '=', 'date')]
help='Select the due date of that tax from the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 2005. For a sale VAT tax, it is the date on which that VAT is due to the fiscal administration. For a purchase VAT tax, it is the date on which that VAT can be deducted.'
ondelete='restrict'
string='UNECE Due Date'
args: 'unece.code.list'
unece_type_code
Char
readonly=True
related='unece_type_id.code'
store=True
string='UNECE Type Code'
unece_type_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_type')]
help='Select the Tax Type Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5153'
ondelete='restrict'
string='UNECE Tax Type'
args: 'unece.code.list'
No public methods.
unece_categ_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_categ')]
help='Select the Tax Category Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5305'
string='UNECE Tax Category'
args: 'unece.code.list'
unece_type_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_type')]
help='Select the Tax Type Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5153'
string='UNECE Tax Type'
args: 'unece.code.list'
No public methods.
type
Selection
selection_add=[('tax_type', 'Tax Types (UNCL 5153)'), ('tax_categ', 'Tax Categories (UNCL 5305)'), ('date', 'Date, Time or Period Qualifier (UNTDID 2005)')]
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/community-data-files |
| GIT | |
| GIT | https://github.com/OCA/community-data-files.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/community-data-files/tree/9.0/account_tax_unece |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| 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 | Pedro M. Baeza, OCA-git-bot |
| WEBSITE | |
| WEBSITE | http://www.akretion.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:24 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/community-data-files: - base_unece odoo/odoo: - account - base_setup - base - web_kanban - web - product - decimal_precision - bus - report - analytic - web_tip - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_tax_form |
unece.account.tax.form | account.tax | field | Inherits account.view_tax_form |
unece_categ_code
Char
related='unece_categ_id.code'
store=True
string='UNECE Category Code'
unece_categ_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_categ')]
help='Select the Tax Category Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5305'
string='UNECE Tax Category'
args: 'unece.code.list'
unece_type_code
Char
related='unece_type_id.code'
store=True
string='UNECE Type Code'
unece_type_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_type')]
help='Select the Tax Type Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5153'
string='UNECE Tax Type'
args: 'unece.code.list'
No public methods.
type
Selection
selection_add=[('tax_type', 'Tax Types (UNCL 5153)'), ('tax_categ', 'Tax Categories (UNCL 5305)')]
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/community-data-files |
| GIT | |
| GIT | https://github.com/OCA/community-data-files.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/community-data-files/tree/8.0/account_tax_unece |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| 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 | Alexis de Lattre, OCA-git-bot |
| WEBSITE | |
| WEBSITE | http://www.akretion.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:27 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/community-data-files: - base_unece odoo/odoo: - account - base_setup - base - web_kanban - web - product - decimal_precision - report - analytic - board - edi - email_template |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_tax_form |
unece.account.tax.form | account.tax | field | Inherits account.view_tax_form |
unece_categ_code
Char
related='unece_categ_id.code'
store=True
string='UNECE Category Code'
unece_categ_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_categ')]
help='Select the Tax Category Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5305'
string='UNECE Tax Category'
args: 'unece.code.list'
unece_type_code
Char
related='unece_type_id.code'
store=True
string='UNECE Type Code'
unece_type_id
Many2one → unece.code.list
domain=[('type', '=', 'tax_type')]
help='Select the Tax Type Code of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement 5153'
string='UNECE Tax Type'
args: 'unece.code.list'
No public methods.
type
Selection
selection_add=[('tax_type', 'Tax Types (UNCL 5153)'), ('tax_categ', 'Tax Categories (UNCL 5305)')]
No public methods.