TIP: You can type at any time to perform a new search.
ITA - Registro REA
l10n_it_rea · OCA/l10n-italy
- Repository
- OCA/l10n-italy · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Localization/Italy
- Folder size
- 0.22 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/l10n-italy
- Last tracking update
- 2026-08-07 08:09:16
- Authors
- Odoo Community Association (OCA), Agile Business Group, Odoo Italia Network
- Maintainers
- Odoo Community Association (OCA), Agile Business Group, Odoo Italia Network
- Committers
- Simone Rubino, Weblate, OCA-git-bot, oca-ci, Marco Colombo
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- l10n_it_fatturapa, l10n_it_financial_statement_eu
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_company_form_rea |
view_company_form_rea | res.company | form | Inherits base.view_company_form |
view_rea_partner_form |
view_rea_partner_form | res.partner | form | Inherits account.view_partner_property_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (5)
-
rea_capitalFloatreadonly=Falserelated='partner_id.rea_capital'store=True args: 'Share Capital' -
rea_codeCharreadonly=Falserelated='partner_id.rea_code'size=20store=True args: 'REA Code' -
rea_liquidation_stateSelectionreadonly=Falserelated='partner_id.rea_liquidation_state' -
rea_member_typeSelectionreadonly=Falserelated='partner_id.rea_member_type' -
rea_officeMany2one → res.country.statereadonly=Falserelated='partner_id.rea_office'store=Truestring='Office Province' args: 'res.country.state'
-
onchange_rea_data(self)@api.onchange('rea_office', 'rea_code', 'rea_capital', 'rea_member_type', 'rea_liquidation_state')
New fields (5)
-
rea_capitalFloatargs: 'Share Capital' -
rea_codeCharsize=20 args: 'REA Code' -
rea_liquidation_stateSelectionargs: [('LS', 'In liquidation'), ('LN', 'Not in liquidation')], 'Liquidation State' -
rea_member_typeSelectionargs: [('SU', 'Unique Member'), ('SM', 'Multiple Members')], 'Member Type' -
rea_officeMany2one → res.country.statestring='Office Province' args: 'res.country.state'
-
constrain_rea_code(self)@api.constrains('rea_office', 'rea_code', 'company_id')
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…