Account Tax UNECE

account_tax_unece
REPOSITORY
REPOSITORYOCA/community-data-files
GIT
GIThttps://github.com/OCA/community-data-files.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/community-data-files/tree/19.0/account_tax_unece
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSAlexis de Lattre, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/community-data-files
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:50
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/community-data-files:
    - base_unece
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - 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).

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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
Models touched (3)

New fields (4)
  • 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'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • type Selection
    ondelete={'tax_type': 'cascade', 'tax_categ': 'cascade'} selection_add=[('tax_type', 'Tax Types (UNCL 5153)'), ('tax_categ', 'Tax Categories (UNCL 5305)')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/community-data-files
GIT
GIThttps://github.com/OCA/community-data-files.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/community-data-files/tree/18.0/account_tax_unece
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSGitHub, David Beal, Weblate, OCA-git-bot, oca-ci, Lukas Tran
WEBSITE
WEBSITEhttps://github.com/OCA/community-data-files
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:19
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/community-data-files:
    - base_unece
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - 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).

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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
Models touched (3)

New fields (4)
  • 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'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • type Selection
    ondelete={'tax_type': 'cascade', 'tax_categ': 'cascade'} selection_add=[('tax_type', 'Tax Types (UNCL 5153)'), ('tax_categ', 'Tax Categories (UNCL 5305)')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/community-data-files
GIT
GIThttps://github.com/OCA/community-data-files.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/community-data-files/tree/17.0/account_tax_unece
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, chien
WEBSITE
WEBSITEhttps://github.com/OCA/community-data-files
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:10
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/community-data-files:
    - base_unece
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - 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).

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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
Models touched (3)

New fields (4)
  • 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'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • type Selection
    ondelete={'tax_type': 'cascade', 'tax_categ': 'cascade'} selection_add=[('tax_type', 'Tax Types (UNCL 5153)'), ('tax_categ', 'Tax Categories (UNCL 5305)')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/community-data-files
GIT
GIThttps://github.com/OCA/community-data-files.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/community-data-files/tree/16.0/account_tax_unece
VERSION
VERSION 1.3.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSAlexis de Lattre, Weblate, OCA-git-bot, oca-ci, syera bonneaux
WEBSITE
WEBSITEhttps://github.com/OCA/community-data-files
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:58
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/community-data-files:
    - base_unece
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - 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

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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
Models touched (4)

New fields (4)
  • 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'
Public methods (0)

No public methods.

New fields (2)
  • 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'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • type Selection
    ondelete={'tax_type': 'cascade', 'tax_categ': 'cascade'} selection_add=[('tax_type', 'Tax Types (UNCL 5153)'), ('tax_categ', 'Tax Categories (UNCL 5305)')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/community-data-files
GIT
GIThttps://github.com/OCA/community-data-files.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/community-data-files/tree/15.0/account_tax_unece
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSAlexis de Lattre, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/community-data-files
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:43
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/community-data-files:
    - base_unece
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - 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

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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
Models touched (4)

New fields (4)
  • 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'
Public methods (0)

No public methods.

New fields (2)
  • 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'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • type Selection
    ondelete={'tax_type': 'cascade', 'tax_categ': 'cascade'} selection_add=[('tax_type', 'Tax Types (UNCL 5153)'), ('tax_categ', 'Tax Categories (UNCL 5305)')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/community-data-files
GIT
GIThttps://github.com/OCA/community-data-files.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/community-data-files/tree/14.0/account_tax_unece
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSAlexis de Lattre, Stefan Rijnhart, OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/community-data-files
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:11
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/community-data-files:
    - base_unece
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - 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

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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
Models touched (4)

New fields (4)
  • 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'
Public methods (0)

No public methods.

New fields (2)
  • 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'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • type Selection
    ondelete={'tax_type': 'cascade', 'tax_categ': 'cascade'} selection_add=[('tax_type', 'Tax Types (UNCL 5153)'), ('tax_categ', 'Tax Categories (UNCL 5305)')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/community-data-files
GIT
GIThttps://github.com/OCA/community-data-files.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/community-data-files/tree/13.0/account_tax_unece
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSStéphane Bidoul, Andrea, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/community-data-files
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/community-data-files:
    - base_unece
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - 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

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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
Models touched (3)

New fields (6)
  • 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'
Public methods (0)

No public methods.

New fields (3)
  • 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'
Public methods (0)

No public methods.

New fields (1)
  • type Selection
    selection_add=[('tax_type', 'Tax Types (UNCL 5153)'), ('tax_categ', 'Tax Categories (UNCL 5305)'), ('date', 'Date, Time or Period Qualifier (UNTDID 2005)')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/community-data-files
GIT
GIThttps://github.com/OCA/community-data-files.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/community-data-files/tree/12.0/account_tax_unece
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSAlexis de Lattre, Pedro M. Baeza, OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttp://www.akretion.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - http_routing
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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
Models touched (3)

New fields (6)
  • 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'
Public methods (0)

No public methods.

New fields (3)
  • 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'
Public methods (0)

No public methods.

New fields (1)
  • type Selection
    selection_add=[('tax_type', 'Tax Types (UNCL 5153)'), ('tax_categ', 'Tax Categories (UNCL 5305)'), ('date', 'Date, Time or Period Qualifier (UNTDID 2005)')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/community-data-files
GIT
GIThttps://github.com/OCA/community-data-files.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/community-data-files/tree/11.0/account_tax_unece
VERSION
VERSION 1.1.2
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSPedro M. Baeza, Andrea, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/community-data-files
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - mail
    - bus
    - web_tour
    - analytic
    - web_planner
    - portal
    - http_routing
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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
Models touched (3)

New fields (6)
  • 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'
Public methods (0)

No public methods.

New fields (2)
  • 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'
Public methods (0)

No public methods.

New fields (1)
  • type Selection
    selection_add=[('tax_type', 'Tax Types (UNCL 5153)'), ('tax_categ', 'Tax Categories (UNCL 5305)'), ('date', 'Date, Time or Period Qualifier (UNTDID 2005)')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/community-data-files
GIT
GIThttps://github.com/OCA/community-data-files.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/community-data-files/tree/10.0/account_tax_unece
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSAlexis de Lattre, Pedro M. Baeza, Andrea, OCA-git-bot
WEBSITE
WEBSITEhttp://www.akretion.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - mail
    - bus
    - web_tour
    - report
    - analytic
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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
Models touched (3)

New fields (6)
  • 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'
Public methods (0)

No public methods.

New fields (2)
  • 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'
Public methods (0)

No public methods.

New fields (1)
  • type Selection
    selection_add=[('tax_type', 'Tax Types (UNCL 5153)'), ('tax_categ', 'Tax Categories (UNCL 5305)'), ('date', 'Date, Time or Period Qualifier (UNTDID 2005)')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/community-data-files
GIT
GIThttps://github.com/OCA/community-data-files.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/community-data-files/tree/9.0/account_tax_unece
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSPedro M. Baeza, OCA-git-bot
WEBSITE
WEBSITEhttp://www.akretion.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - mail
    - bus
    - report
    - analytic
    - web_tip
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_tax_form unece.account.tax.form account.tax field Inherits account.view_tax_form
Models touched (2)

New fields (4)
  • 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'
Public methods (0)

No public methods.

New fields (1)
  • type Selection
    selection_add=[('tax_type', 'Tax Types (UNCL 5153)'), ('tax_categ', 'Tax Categories (UNCL 5305)')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/community-data-files
GIT
GIThttps://github.com/OCA/community-data-files.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/community-data-files/tree/8.0/account_tax_unece
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSAlexis de Lattre, OCA-git-bot
WEBSITE
WEBSITEhttp://www.akretion.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - mail
    - report
    - analytic
    - board
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_tax_form unece.account.tax.form account.tax field Inherits account.view_tax_form
Models touched (2)

New fields (4)
  • 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'
Public methods (0)

No public methods.

New fields (1)
  • type Selection
    selection_add=[('tax_type', 'Tax Types (UNCL 5153)'), ('tax_categ', 'Tax Categories (UNCL 5305)')]
Public methods (0)

No public methods.