ITA - Registro REA

l10n_it_rea
REPOSITORY
REPOSITORYOCA/l10n-italy
GIT
GIThttps://github.com/OCA/l10n-italy.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-italy/tree/16.0/l10n_it_rea
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYLocalization/Italy
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Agile Business Group, Odoo Italia Network
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Agile Business Group, Odoo Italia Network
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, Simone Rubino, oca-ci, Marco Colombo
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-italy
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:11:58
ODOO DEPENDENCIES
ODOO DEPENDENCIES 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
**Italiano**

Questo modulo aggiunge al partner i campi relativi ai dati REA
(Repertorio Economico Amministrativo).

<http://www.registroimprese.it/codice-fiscale-p.iva-rea>

I campi vengono aggiunti nella sezione contabile della scheda del
partner, dove è possibile inserire i dati del Registro Imprese.

I dati REA sono anche disponibili nella scheda dell'azienda.
Valorizzandoli, il campo "Registro Imprese" verrà calcolato di
conseguenza.

**English**

This module implement fields of REA data in partner.

<http://www.registroimprese.it/codice-fiscale-p.iva-rea>

Fields are added on accounting page of partner form, where you can add
data of business register.

REA fields are also available in company form and, filling them, Company
Registry will be computed accordingly.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_company_form_rea view_company_form_rea res.company notebook Inherits base.view_company_form
view_rea_partner_form view_rea_partner_form res.partner group Inherits account.view_partner_property_form
Models touched (2)

New fields (5)
  • rea_capital Float
    readonly=False related='partner_id.rea_capital' store=True args: 'Share Capital'
  • rea_code Char
    readonly=False related='partner_id.rea_code' size=20 store=True args: 'REA Code'
  • rea_liquidation_state Selection
    readonly=False related='partner_id.rea_liquidation_state'
  • rea_member_type Selection
    readonly=False related='partner_id.rea_member_type'
  • rea_office Many2one → res.country.state
    readonly=False related='partner_id.rea_office' store=True string='Office Province' args: 'res.country.state'
Public methods (1)
  • onchange_rea_data(self)
    @api.onchange('rea_office', 'rea_code', 'rea_capital', 'rea_member_type', 'rea_liquidation_state')

New fields (5)
  • rea_capital Float
    args: 'Share Capital'
  • rea_code Char
    size=20 args: 'REA Code'
  • rea_liquidation_state Selection
    args: [('LS', 'In liquidation'), ('LN', 'Not in liquidation')], 'Liquidation State'
  • rea_member_type Selection
    args: [('SU', 'Unique Member'), ('SM', 'Multiple Members')], 'Member Type'
  • rea_office Many2one → res.country.state
    string='Office Province' args: 'res.country.state'
Public methods (1)
  • constrain_rea_code(self)
    @api.constrains('rea_office', 'rea_code', 'company_id')
REPOSITORY
REPOSITORYOCA/l10n-italy
GIT
GIThttps://github.com/OCA/l10n-italy.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-italy/tree/14.0/l10n_it_rea
VERSION
VERSION 1.0.4
CATEGORY
CATEGORYLocalization/Italy
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Agile Business Group, Odoo Italia Network
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Agile Business Group, Odoo Italia Network
COMMITTERS
COMMITTERSGitHub, Sergio Zanchetta, tafaRU, OCA Transbot, oca-travis, Weblate, OCA-git-bot, gianmarco, Marco Colombo
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-italy
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:58
ODOO DEPENDENCIES
ODOO DEPENDENCIES 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_company_form_rea view_company_form_rea res.company notebook Inherits base.view_company_form
view_rea_partner_form view_rea_partner_form res.partner group Inherits account.view_partner_property_form
Models touched (2)

New fields (5)
  • rea_capital Float
    readonly=False related='partner_id.rea_capital' store=True args: 'Share Capital'
  • rea_code Char
    readonly=False related='partner_id.rea_code' size=20 store=True args: 'REA Code'
  • rea_liquidation_state Selection
    readonly=False related='partner_id.rea_liquidation_state'
  • rea_member_type Selection
    readonly=False related='partner_id.rea_member_type'
  • rea_office Many2one → res.country.state
    readonly=False related='partner_id.rea_office' store=True string='Office Province' args: 'res.country.state'
Public methods (1)
  • onchange_rea_data(self)
    @api.onchange('rea_office', 'rea_code', 'rea_capital', 'rea_member_type', 'rea_liquidation_state')

New fields (5)
  • rea_capital Float
    args: 'Share Capital'
  • rea_code Char
    size=20 args: 'REA Code'
  • rea_liquidation_state Selection
    args: [('LS', 'In liquidation'), ('LN', 'Not in liquidation')], 'Liquidation State'
  • rea_member_type Selection
    args: [('SU', 'Unique Member'), ('SM', 'Multiple Members')], 'Member Type'
  • rea_office Many2one → res.country.state
    string='Office Province' args: 'res.country.state'
Public methods (1)
  • constrain_rea_code(self)
    @api.constrains('rea_office', 'rea_code', 'company_id')
REPOSITORY
REPOSITORYOCA/l10n-italy
GIT
GIThttps://github.com/OCA/l10n-italy.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-italy/tree/12.0/l10n_it_rea
VERSION
VERSION 1.0.4
CATEGORY
CATEGORYLocalisation/Italy
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Agile Business Group, Odoo Italia Network
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Agile Business Group, Odoo Italia Network
COMMITTERS
COMMITTERSLorenzo Battistini, eLBati, tafaRU, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Simone Rubino, Lara Baggio
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-italy/tree/12.0/l10n_it_rea
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES 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_company_form_rea view_company_form_rea res.company notebook Inherits base.view_company_form
view_rea_partner_form view_rea_partner_form res.partner group Inherits account.view_partner_property_form
Models touched (2)

New fields (5)
  • rea_capital Float
    readonly=False related='partner_id.rea_capital' store=True args: 'Share Capital'
  • rea_code Char
    readonly=False related='partner_id.rea_code' size=20 store=True args: 'REA Code'
  • rea_liquidation_state Selection
    readonly=False related='partner_id.rea_liquidation_state' store=True args: [('LS', 'In liquidation'), ('LN', 'Not in liquidation')], 'Liquidation State'
  • rea_member_type Selection
    readonly=False related='partner_id.rea_member_type' store=True args: [('SU', 'Unique Member'), ('SM', 'Multiple Members')], 'Member Type'
  • rea_office Many2one → res.country.state
    readonly=False related='partner_id.rea_office' store=True string='Office Province' args: 'res.country.state'
Public methods (1)
  • onchange_rea_data(self)
    @api.onchange('rea_office', 'rea_code', 'rea_capital', 'rea_member_type', 'rea_liquidation_state')

New fields (5)
  • rea_capital Float
    args: 'Share Capital'
  • rea_code Char
    size=20 args: 'REA Code'
  • rea_liquidation_state Selection
    args: [('LS', 'In liquidation'), ('LN', 'Not in liquidation')], 'Liquidation State'
  • rea_member_type Selection
    args: [('SU', 'Unique Member'), ('SM', 'Multiple Members')], 'Member Type'
  • rea_office Many2one → res.country.state
    string='Office Province' args: 'res.country.state'
Public methods (1)
  • constrain_rea_code(self)
    @api.constrains('rea_office', 'rea_code', 'company_id')
REPOSITORY
REPOSITORYOCA/l10n-italy
GIT
GIThttps://github.com/OCA/l10n-italy.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-italy/tree/11.0/l10n_it_rea
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYLocalisation/Italy
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Agile Business Group, Odoo Italia Network
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Agile Business Group, Odoo Italia Network
COMMITTERS
COMMITTERSLorenzo Battistini, Sergio Zanchetta, OCA Transbot, oca-travis, OCA-git-bot, Silvio Gregorini
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-italy/tree/11.0/l10n_it_rea
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES 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_company_form_rea view_company_form_rea res.company notebook Inherits base.view_company_form
view_rea_partner_form view_rea_partner_form res.partner group Inherits account.view_partner_property_form
Models touched (2)

New fields (5)
  • rea_capital Float
    related='partner_id.rea_capital' args: 'Share Capital'
  • rea_code Char
    related='partner_id.rea_code' size=20 args: 'REA Code'
  • rea_liquidation_state Selection
    related='partner_id.rea_liquidation_state' args: [('LS', 'In liquidation'), ('LN', 'Not in liquidation')], 'Liquidation State'
  • rea_member_type Selection
    related='partner_id.rea_member_type' args: [('SU', 'Unique Member'), ('SM', 'Multiple Members')], 'Member Type'
  • rea_office Many2one → res.country.state
    related='partner_id.rea_office' string='Office Province' args: 'res.country.state'
Public methods (1)
  • onchange_rea_data(self)
    @api.onchange('rea_office', 'rea_code', 'rea_capital', 'rea_member_type', 'rea_liquidation_state')

New fields (5)
  • rea_capital Float
    args: 'Share Capital'
  • rea_code Char
    size=20 args: 'REA Code'
  • rea_liquidation_state Selection
    args: [('LS', 'In liquidation'), ('LN', 'Not in liquidation')], 'Liquidation State'
  • rea_member_type Selection
    args: [('SU', 'Unique Member'), ('SM', 'Multiple Members')], 'Member Type'
  • rea_office Many2one → res.country.state
    string='Office Province' args: 'res.country.state'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/l10n-italy
GIT
GIThttps://github.com/OCA/l10n-italy.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-italy/tree/10.0/l10n_it_rea
VERSION
VERSION 1.1.3
CATEGORY
CATEGORYLocalisation/Italy
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Agile Business Group, Odoo Italia Network
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Agile Business Group, Odoo Italia Network
COMMITTERS
COMMITTERSLorenzo Battistini, Pedro M. Baeza, GitHub, OCA Transbot, oca-travis, OCA-git-bot, SimoRubi, andrea4ever
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-italy/tree/10.0/l10n_it_rea
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:56
ODOO DEPENDENCIES
ODOO DEPENDENCIES 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_company_form_rea view_company_form_rea res.company notebook Inherits base.view_company_form
view_rea_partner_form view_rea_partner_form res.partner group Inherits account.view_partner_property_form
Models touched (2)

New fields (5)
  • rea_capital Float
    related='partner_id.rea_capital' args: 'Share Capital'
  • rea_code Char
    related='partner_id.rea_code' size=20 args: 'REA Code'
  • rea_liquidation_state Selection
    related='partner_id.rea_liquidation_state' args: [('LS', 'In liquidation'), ('LN', 'Not in liquidation')], 'Liquidation State'
  • rea_member_type Selection
    related='partner_id.rea_member_type' args: [('SU', 'Unique Member'), ('SM', 'Multiple Members')], 'Member Type'
  • rea_office Many2one → res.country.state
    related='partner_id.rea_office' string='Office Province' args: 'res.country.state'
Public methods (1)
  • onchange_rea_data(self)
    @api.onchange('rea_office', 'rea_code', 'rea_capital', 'rea_member_type', 'rea_liquidation_state')

New fields (5)
  • rea_capital Float
    args: 'Share Capital'
  • rea_code Char
    size=20 args: 'REA Code'
  • rea_liquidation_state Selection
    args: [('LS', 'In liquidation'), ('LN', 'Not in liquidation')], 'Liquidation State'
  • rea_member_type Selection
    args: [('SU', 'Unique Member'), ('SM', 'Multiple Members')], 'Member Type'
  • rea_office Many2one → res.country.state
    string='Office Province' args: 'res.country.state'
Public methods (1)
  • constrain_rea_code(self)
    @api.constrains('rea_office', 'rea_code', 'company_id')
REPOSITORY
REPOSITORYOCA/l10n-italy
GIT
GIThttps://github.com/OCA/l10n-italy.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-italy/tree/9.0/l10n_it_rea
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYLocalisation/Italy
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Agile Business Group
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Agile Business Group
COMMITTERS
COMMITTERSeLBati, Pedro M. Baeza, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate
WEBSITE
WEBSITEhttp://www.agilebg.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES 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_rea_partner_form view_rea_partner_form res.partner group Inherits account.view_partner_property_form
Models touched (1)

New fields (5)
  • rea_capital Float
    args: 'Capital'
  • rea_code Char
    size=20 args: 'REA Code'
  • rea_liquidation_state Selection
    args: [('LS', 'In liquidation'), ('LN', 'Not in liquidation')], 'Liquidation State'
  • rea_member_type Selection
    args: [('SU', 'Unique Member'), ('SM', 'Multiple Members')], 'Member Type'
  • rea_office Many2one → res.country.state
    string='Office Province' args: 'res.country.state'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/l10n-italy
GIT
GIThttps://github.com/OCA/l10n-italy.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-italy/tree/8.0/l10n_it_rea
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYLocalisation/Italy
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Agile Business Group
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Agile Business Group
COMMITTERS
COMMITTERSStéphane Bidoul, Yannick Vaucher, Stéphane Bidoul (ACSONE), OCA Transbot, hurrinico, oca-travis, Weblate
WEBSITE
WEBSITEhttp://www.agilebg.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:22
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/l10n-italy:
    - l10n_it_base
odoo/odoo:
    - base
    - account
    - base_setup
    - 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_rea_partner_form view_rea_partner_form res.partner field Inherits account.view_partner_property_form
Models touched (1)

New fields (5)
  • rea_capital Float
    args: 'Capital'
  • rea_code Char
    size=20 args: 'REA Code'
  • rea_liquidation_state Selection
    args: [('LS', 'In liquidation'), ('LN', 'Not in liquidation')], 'Liquidation State'
  • rea_member_type Selection
    args: [('SU', 'Unique Member'), ('SM', 'Multiple Members')], 'Member Type'
  • rea_office Many2one → res.country.state
    string='Office Province' args: 'res.country.state'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/l10n-italy
GIT
GIThttps://github.com/OCA/l10n-italy.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-italy/tree/7.0/l10n_it_rea
VERSION
VERSION 0.1
CATEGORY
CATEGORYLocalisation/Italy
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Agile Business Group
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Agile Business Group
COMMITTERS
COMMITTERSLorenzo Battistini, Stéphane Bidoul (ACSONE), OCA Transbot, archetipo
WEBSITE
WEBSITEhttp://www.agilebg.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:13
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/l10n-italy:
    - l10n_it_base
odoo/odoo:
    - base
    - account
    - base_setup
    - web_kanban
    - web
    - product
    - process
    - decimal_precision
    - mail
    - analytic
    - board
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
    :alt: License

REA Registration
=======================

The module implement fields of REA data in partner
http://www.registroimprese.it/il-registro-imprese-e-altre-banche-dati#page=registro-imprese

Usage
=====

The module adds fields in page Accounting of partner form, where you can
add data of registry of businesses


Credits
=======

Contributors
------------

* Alessio Gerace <alessio.gerace@agilebg.com>

Maintainer
----------

.. image:: http://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: http://odoo-community.org

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

To contribute to this module, please visit http://odoo-community.org.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_rea_partner_form view_rea_partner_form res.partner field Inherits account.view_partner_property_form
Models touched (1)

New fields (0)

No new fields.

Public methods (0)

No public methods.