| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/l10n-italy |
| GIT | |
| GIT | https://github.com/OCA/l10n-italy.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/l10n-italy/tree/16.0/l10n_it_fiscalcode |
| VERSION | |
| VERSION | 1.0.4 |
| CATEGORY | |
| CATEGORY | Localization/Italy |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Odoo Italia Network, Apulia Software, Link IT s.r.l. |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Odoo Italia Network, Apulia Software, Link IT s.r.l. |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, Simone Rubino, oca-ci, gianmarco, Marco Colombo, odooNextev, LorenzoC0 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/l10n-italy |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:11:58 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
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 |
codicefiscale |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | **Italiano** Questo modulo aggiunge al partner il campo codice fiscale e permette di calcolarne il suo valore. **English** This module extends the functionality of partner allowing you to compute its fiscal code. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
print_invoice_inherit |
print_invoice_inherit | ir.ui.view | qweb | Inherits account.report_invoice_document |
view_company_form_fc |
view_company_form_fc | res.company | field | Inherits base.view_company_form |
view_partner_form_fiscalcode_button |
res.partner.fiscalcode.button | res.partner | field | Inherits l10n_it_fiscalcode.view_partner_form_fiscalcode_data |
view_partner_form_fiscalcode_data |
res.partner.fiscalcode.data | res.partner | field | Inherits base.view_partner_form |
view_res_partner_filter_fiscalcode_data |
res.partner.fiscalcode.filter | res.partner | search | Inherits base.view_res_partner_filter |
wizard_compute_fc_form |
wizard.compute.fc.form | wizard.compute.fc | form | New |
cadastre_code
Char
size=4
args: 'Belfiore cadastre code (not used anymore)'
cadastre_code_var
Char
size=4
args: 'Cadastre code variation'
creation_date
Date
name
Char
name_var
Char
size=100
args: 'Name variation'
national_code
Char
size=4
args: 'National code'
national_code_var
Char
size=4
args: 'National code variation'
notes
Char
size=4
province
Char
size=5
province_var
Char
size=5
args: 'Province variation'
var_date
Date
No public methods.
name
Char
size=100
init(self)
fiscalcode
Char
readonly=False
related='partner_id.fiscalcode'
store=True
No public methods.
fiscalcode
Char
help='Italian Fiscal Code'
size=16
args: 'Fiscal Code'
check_fiscalcode(self)
birth_city
Many2one → res.city.it.code.distinct
required=True
string='City of birth'
args: 'res.city.it.code.distinct'
birth_date
Date
required=True
args: 'Date of birth'
birth_province
Many2one → res.country.state
required=True
string='Province'
args: 'res.country.state'
fiscalcode_firstname
Char
required=True
size=64
args: 'First name'
fiscalcode_surname
Char
required=True
size=64
args: 'Surname'
sex
Selection
required=True
args: [('M', 'Male'), ('F', 'Female')]
compute_fc(self)
onchange_birth_city(self)
onchange_birth_province(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/l10n-italy |
| GIT | |
| GIT | https://github.com/OCA/l10n-italy.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/l10n-italy/tree/14.0/l10n_it_fiscalcode |
| VERSION | |
| VERSION | 1.0.3 |
| CATEGORY | |
| CATEGORY | Localization/Italy |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Odoo Italia Network, Apulia Software, Link IT s.r.l. |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Odoo Italia Network, Apulia Software, Link IT s.r.l. |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, oca-travis, Weblate, OCA-git-bot, oca-ci, gborruso@dinamicheaziendali.it, Marco Colombo, Eduard Brahas |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/l10n-italy |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:40:58 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base_vat - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
codicefiscale |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
print_invoice_inherit |
print_invoice_inherit | ir.ui.view | qweb | Inherits account.report_invoice_document |
view_company_form_fc |
view_company_form_fc | res.company | field | Inherits base.view_company_form |
view_partner_form_fiscalcode_button |
res.partner.fiscalcode.button | res.partner | field | Inherits l10n_it_fiscalcode.view_partner_form_fiscalcode_data |
view_partner_form_fiscalcode_data |
res.partner.fiscalcode.data | res.partner | field | Inherits base_vat.view_partner_form |
view_res_partner_filter_fiscalcode_data |
res.partner.fiscalcode.filter | res.partner | search | Inherits base.view_res_partner_filter |
wizard_compute_fc_form |
wizard.compute.fc.form | wizard.compute.fc | form | New |
cadastre_code
Char
size=4
args: 'Belfiore cadastre code (not used anymore)'
cadastre_code_var
Char
size=4
args: 'Cadastre code variation'
creation_date
Date
name
Char
name_var
Char
size=100
args: 'Name variation'
national_code
Char
size=4
args: 'National code'
national_code_var
Char
size=4
args: 'National code variation'
notes
Char
size=4
args: 'Notes'
province
Char
size=5
args: 'Province'
province_var
Char
size=5
args: 'Province variation'
var_date
Date
No public methods.
name
Char
size=100
args: 'Name'
init(self)
fiscalcode
Char
readonly=False
related='partner_id.fiscalcode'
store=True
No public methods.
fiscalcode
Char
help='Italian Fiscal Code'
size=16
args: 'Fiscal Code'
check_fiscalcode(self)
birth_city
Many2one → res.city.it.code.distinct
required=True
string='City of birth'
args: 'res.city.it.code.distinct'
birth_date
Date
required=True
args: 'Date of birth'
birth_province
Many2one → res.country.state
required=True
string='Province'
args: 'res.country.state'
fiscalcode_firstname
Char
required=True
size=64
args: 'First name'
fiscalcode_surname
Char
required=True
size=64
args: 'Surname'
sex
Selection
required=True
string='Sex'
args: [('M', 'Male'), ('F', 'Female')]
compute_fc(self)
onchange_birth_city(self)
onchange_birth_province(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/l10n-italy |
| GIT | |
| GIT | https://github.com/OCA/l10n-italy.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/l10n-italy/tree/12.0/l10n_it_fiscalcode |
| VERSION | |
| VERSION | 1.1.5 |
| CATEGORY | |
| CATEGORY | Localisation/Italy |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Odoo Italia Network, Apulia Software, Link IT s.r.l. |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Odoo Italia Network, Apulia Software, Link IT s.r.l. |
| COMMITTERS | |
| COMMITTERS | Lorenzo Battistini, eLBati, GitHub, Alex Comba, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Simone Rubino, Lara Baggio, oca-ci, c-amara, matteo.tognini |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/l10n-italy/tree/12.0/l10n_it_fiscalcode |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:17 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base_vat - account - base_setup - base - web - product - decimal_precision - bus - web_tour - uom - analytic - portal - http_routing - digest |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
codicefiscale |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
print_invoice_inherit |
print_invoice_inherit | ir.ui.view | qweb | Inherits account.report_invoice_document |
view_company_form_fc |
view_company_form_fc | res.company | field | Inherits base.view_company_form |
view_partner_form_fiscalcode_button |
res.partner.fiscalcode.button | res.partner | field | Inherits l10n_it_fiscalcode.view_partner_form_fiscalcode_data |
view_partner_form_fiscalcode_data |
res.partner.fiscalcode.data | res.partner | field | Inherits base_vat.view_partner_form |
view_res_partner_filter_fiscalcode_data |
res.partner.fiscalcode.filter | res.partner | search | Inherits base.view_res_partner_filter |
wizard_compute_fc_form |
wizard.compute.fc.form | wizard.compute.fc | form | New |
cadastre_code
Char
size=4
args: 'Belfiore cadastre code (not used anymore)'
cadastre_code_var
Char
size=4
args: 'Cadastre code variation'
creation_date
Date
name
Char
name_var
Char
size=100
args: 'Name variation'
national_code
Char
size=4
args: 'National code'
national_code_var
Char
size=4
args: 'National code variation'
notes
Char
size=4
args: 'Notes'
province
Char
size=5
args: 'Province'
province_var
Char
size=5
args: 'Province variation'
var_date
Date
No public methods.
name
Char
size=100
args: 'Name'
init(self)
fiscalcode
Char
readonly=False
related='partner_id.fiscalcode'
store=True
No public methods.
fiscalcode
Char
help='Italian Fiscal Code'
size=16
args: 'Fiscal Code'
check_fiscalcode(self)
birth_city
Many2one → res.city.it.code.distinct
required=True
string='City of birth'
args: 'res.city.it.code.distinct'
birth_date
Date
required=True
args: 'Date of birth'
birth_province
Many2one → res.country.state
required=True
string='Province'
args: 'res.country.state'
fiscalcode_firstname
Char
required=True
size=64
args: 'First name'
fiscalcode_surname
Char
required=True
size=64
args: 'Surname'
sex
Selection
required=True
string='Sex'
args: [('M', 'Male'), ('F', 'Female')]
compute_fc(self)
onchange_birth_city(self)
onchange_birth_province(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/l10n-italy |
| GIT | |
| GIT | https://github.com/OCA/l10n-italy.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/l10n-italy/tree/11.0/l10n_it_fiscalcode |
| VERSION | |
| VERSION | 1.1.1 |
| CATEGORY | |
| CATEGORY | Localisation/Italy |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Odoo Italia Network, Apulia Software, Link IT s.r.l. |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Odoo Italia Network, Apulia Software, Link IT s.r.l. |
| COMMITTERS | |
| COMMITTERS | Lorenzo Battistini, eLBati, OCA Transbot, oca-travis, Weblate, Sergio Corato |
| WEBSITE | |
| WEBSITE | https://odoo-community.org/ |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:23:57 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base_vat - account - base_setup - base - web - product - decimal_precision - bus - web_tour - analytic - web_planner - portal - http_routing |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
codicefiscale |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
print_invoice_inherit |
print_invoice_inherit | ir.ui.view | qweb | Inherits account.report_invoice_document |
view_partner_form_fiscalcode_button |
res.partner.fiscalcode.button | res.partner | field | Inherits l10n_it_fiscalcode.view_partner_form_fiscalcode_data |
view_partner_form_fiscalcode_data |
res.partner.fiscalcode.data | res.partner | field | Inherits base_vat.view_partner_form |
view_res_partner_filter_fiscalcode_data |
res.partner.fiscalcode.filter | res.partner | search | Inherits base.view_res_partner_filter |
wizard_compute_fc_form |
wizard.compute.fc.form | wizard.compute.fc | form | New |
cadastre_code
Char
size=4
args: 'Belfiore cadastre code (not used anymore)'
cadastre_code_var
Char
size=4
args: 'Cadastre code variation'
creation_date
Date
name
Char
name_var
Char
size=100
args: 'Name variation'
national_code
Char
size=4
args: 'National code'
national_code_var
Char
size=4
args: 'National code variation'
notes
Char
size=4
args: 'Notes'
province
Char
size=5
args: 'Province'
province_var
Char
size=5
args: 'Province variation'
var_date
Date
No public methods.
name
Char
size=100
args: 'Name'
init(self)
fiscalcode
Char
help='Italian Fiscal Code'
size=16
args: 'Fiscal Code'
individual
Boolean
default=False
help='If checked the C.F. is referred to a Individual Person'
args: 'Individual'
check_fiscalcode(self)
birth_city
Many2one → res.city.it.code.distinct
required=True
string='City of birth'
args: 'res.city.it.code.distinct'
birth_date
Date
required=True
args: 'Date of birth'
birth_province
Many2one → res.country.state
required=True
string='Province'
args: 'res.country.state'
fiscalcode_firstname
Char
required=True
size=64
args: 'First name'
fiscalcode_surname
Char
required=True
size=64
args: 'Surname'
sex
Selection
required=True
string='Sex'
args: [('M', 'Male'), ('F', 'Female')]
compute_fc(self)
onchange_birth_city(self)
onchange_birth_province(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/l10n-italy |
| GIT | |
| GIT | https://github.com/OCA/l10n-italy.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/l10n-italy/tree/10.0/l10n_it_fiscalcode |
| VERSION | |
| VERSION | 1.3.0 |
| CATEGORY | |
| CATEGORY | Localisation/Italy |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Odoo Italia Network |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Odoo Italia Network |
| COMMITTERS | |
| COMMITTERS | Lorenzo Battistini, Pedro M. Baeza, Alex Comba, OCA Transbot, oca-travis, Weblate, OCA-git-bot, SimoRubi, andrea4ever |
| WEBSITE | |
| WEBSITE | https://odoo-community.org/ |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:56 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base_vat - account - base_setup - base - web_kanban - web - product - decimal_precision - bus - web_tour - report - analytic - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
codicefiscale |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_company_form_fc |
view_company_form_fc | res.company | field | Inherits base.view_company_form |
view_partner_form_fiscalcode_button |
res.partner.fiscalcode.button | res.partner | field | Inherits view_partner_form_fiscalcode_data |
view_partner_form_fiscalcode_data |
res.partner.fiscalcode.data | res.partner | xpath | Inherits base_vat.view_partner_form |
view_res_partner_filter_fiscalcode_data |
res.partner.fiscalcode.filter | res.partner | search | Inherits base.view_res_partner_filter |
wizard_compute_fc_form |
wizard.compute.fc.form | wizard.compute.fc | form | New |
cadastre_code
Char
size=4
args: 'Belfiore cadastre code (not used anymore)'
cadastre_code_var
Char
size=4
args: 'Cadastre code variation'
creation_date
Date
name
Char
name_var
Char
size=100
args: 'Name variation'
national_code
Char
size=4
args: 'National code'
national_code_var
Char
size=4
args: 'National code variation'
notes
Char
size=4
args: 'Notes'
province
Char
size=5
args: 'Province'
province_var
Char
size=5
args: 'Province variation'
var_date
Date
No public methods.
name
Char
size=100
args: 'Name'
init(self)
name
Char
size=100
args: 'Name'
town_name
Char
size=100
args: 'Name'
init(self)
fiscalcode
Char
readonly=False
related='partner_id.fiscalcode'
store=True
No public methods.
fiscalcode
Char
help='Italian Fiscal Code'
size=16
args: 'Fiscal Code'
individual
Boolean
default=False
help='If checked the C.F. is referred to a Individual Person'
args: 'Individual'
check_fiscalcode(self)
birth_city
Many2one → res.city.it.code.distinct
string='City of birth'
args: 'res.city.it.code.distinct'
birth_date
Date
birth_province
Many2one → res.city.it.code.province
string='Province'
args: 'res.city.it.code.province'
fiscalcode_firstname
Char
size=64
args: 'First name'
fiscalcode_surname
Char
size=64
args: 'Surname'
sex
Selection
compute_fc(self)
onchange_birth_city(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/l10n-italy |
| GIT | |
| GIT | https://github.com/OCA/l10n-italy.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/l10n-italy/tree/9.0/l10n_it_fiscalcode |
| VERSION | |
| VERSION | 0.1.0 |
| CATEGORY | |
| CATEGORY | Localisation/Italy |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Odoo Italian Community |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Odoo Italian Community |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Stéphane Bidoul (ACSONE) |
| WEBSITE | |
| WEBSITE | http://www.odoo-italia.org |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:20 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base_vat - account - base_setup - base - web_kanban - web - product - decimal_precision - bus - report - analytic - web_tip - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
codicefiscale |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
This module customizes Odoo in order to fit italian laws and mores
Functionalities:
- Fiscal code computation for partner
External depends:
* Python codicefiscale https://pypi.python.org/pypi/codicefiscale
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_partner_form_fiscalcode_button |
res.partner.fiscalcode.button | res.partner | field | Inherits l10n_it_fiscalcode.view_partner_form_fiscalcode_data |
view_partner_form_fiscalcode_data |
res.partner.fiscalcode.data | res.partner | xpath | Inherits base_vat.view_partner_form |
wizard_compute_fc_form |
wizard.compute.fc.form | wizard.compute.fc | form | New |
cadastre_code
Char
size=4
args: 'Belfiore cadastre code (not used anymore)'
cadastre_code_var
Char
size=4
args: 'Cadastre code variation'
creation_date
Date
name
Char
name_var
Char
size=100
args: 'Name variation'
national_code
Char
size=4
args: 'National code'
national_code_var
Char
size=4
args: 'National code variation'
notes
Char
size=4
args: 'Notes'
province
Char
size=5
args: 'Province'
province_var
Char
size=5
args: 'Province variation'
var_date
Date
No public methods.
name
Char
size=100
args: 'Name'
init(self, cr)
name
Char
size=100
args: 'Name'
town_name
Char
size=100
args: 'Name'
init(self, cr)
fiscalcode
Char
help='Italian Fiscal Code'
size=16
args: 'Fiscal Code'
individual
Boolean
default=False
help='If checked the C.F. is referred to a Individual Person'
args: 'Individual'
check_fiscalcode(self)
birth_city
Many2one → res.city.it.code.distinct
string='City of birth'
args: 'res.city.it.code.distinct'
birth_date
Date
birth_province
Many2one → res.city.it.code.province
string='Province'
args: 'res.city.it.code.province'
fiscalcode_firstname
Char
size=64
args: 'First name'
fiscalcode_surname
Char
size=64
args: 'Surname'
sex
Selection
compute_fc(self)
onchange_birth_city(self, birth_city)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/l10n-italy |
| GIT | |
| GIT | https://github.com/OCA/l10n-italy.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/l10n-italy/tree/8.0/l10n_it_fiscalcode |
| VERSION | |
| VERSION | 0.1.2 |
| CATEGORY | |
| CATEGORY | Localisation/Italy |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Odoo Italian Community |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Odoo Italian Community |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Lorenzo Battistini, Alexandre Fayolle, GitHub, Stéphane Bidoul (ACSONE), Alex Comba, Andrea Cometa, OCA Transbot, oca-travis, Weblate, OCA-git-bot, sergio, Franco Alberganti, v.terzulli |
| WEBSITE | |
| WEBSITE | http://www.odoo-italia.org |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:22 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base_vat - account - base_setup - base - web_kanban - web - product - decimal_precision - report - analytic - board - edi - email_template |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
codicefiscale |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
This module customizes Odoo in order to fit italian laws and mores
Functionalities:
- Fiscal code computation for partner
External depends:
* Python codicefiscale https://pypi.python.org/pypi/codicefiscale
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_partner_form_fiscalcode_button |
res.partner.fiscalcode.button | res.partner | field | Inherits l10n_it_fiscalcode.view_partner_form_fiscalcode_data |
view_partner_form_fiscalcode_data |
res.partner.fiscalcode.data | res.partner | xpath | Inherits base_vat.view_partner_form |
view_res_partner_filter_fiscalcode_data |
res.partner.fiscalcode.filter | res.partner | search | Inherits base.view_res_partner_filter |
wizard_compute_fc_form |
wizard.compute.fc.form | wizard.compute.fc | form | New |
cadastre_code
Char
size=4
args: 'Belfiore cadastre code (not used anymore)'
cadastre_code_var
Char
size=4
args: 'Cadastre code variation'
creation_date
Date
name
Char
name_var
Char
size=100
args: 'Name variation'
national_code
Char
size=4
args: 'National code'
national_code_var
Char
size=4
args: 'National code variation'
notes
Char
size=4
args: 'Notes'
province
Char
size=5
args: 'Province'
province_var
Char
size=5
args: 'Province variation'
var_date
Date
No public methods.
name
Char
size=100
args: 'Name'
init(self, cr)
name
Char
size=100
args: 'Name'
town_name
Char
size=100
args: 'Name'
init(self, cr)
fiscalcode
Char
help='Italian Fiscal Code'
size=16
args: 'Fiscal Code'
individual
Boolean
default=False
help='If checked the C.F. is referred to a Individual Person'
args: 'Individual'
check_fiscalcode(self)
birth_city
Many2one → res.city.it.code.distinct
string='City of birth'
args: 'res.city.it.code.distinct'
birth_date
Date
birth_province
Many2one → res.city.it.code.province
string='Province'
args: 'res.city.it.code.province'
fiscalcode_firstname
Char
size=64
args: 'First name'
fiscalcode_surname
Char
size=64
args: 'Surname'
sex
Selection
compute_fc(self)
onchange_birth_city(self, birth_city)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/l10n-italy |
| GIT | |
| GIT | https://github.com/OCA/l10n-italy.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/l10n-italy/tree/7.0/l10n_it_fiscalcode |
| VERSION | |
| VERSION | 0.1 |
| CATEGORY | |
| CATEGORY | Localisation/Italy |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), OpenERP Italian Community |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), OpenERP Italian Community |
| COMMITTERS | |
| COMMITTERS | Lorenzo Battistini, Alexandre Fayolle, Stéphane Bidoul (ACSONE), Alex Comba, Andrea Cometa, OCA Transbot, moylop260, zeroincombenze |
| WEBSITE | |
| WEBSITE | http://www.openerp-italia.org |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:07:13 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/l10n-italy: - l10n_it_base odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Functionalities: - Fiscal code computation for partner |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_partner_form_fiscalcode_button |
res.partner.fiscalcode.button | res.partner | field | Inherits l10n_it_fiscalcode.view_partner_form_fiscalcode_data |
view_partner_form_fiscalcode_data |
res.partner.fiscalcode.data | res.partner | field | Inherits base.view_partner_form |
wizard_compute_fc_form |
wizard.compute.fc.form | wizard.compute.fc | form | New |
No models found for this module.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/l10n-italy |
| GIT | |
| GIT | https://github.com/OCA/l10n-italy.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/l10n-italy/tree/6.1/l10n_it_fiscalcode |
| VERSION | |
| VERSION | 0.1 |
| CATEGORY | |
| CATEGORY | Localisation/Italy |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), OpenERP Italian Community |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), OpenERP Italian Community |
| COMMITTERS | |
| COMMITTERS | Lorenzo Battistini, Alexandre Fayolle, Alex Comba, Franco Tampieri |
| WEBSITE | |
| WEBSITE | http://www.openerp-italia.org |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:04:05 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/l10n-italy: - l10n_it_base odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module customizes OpenERP in order to fit italian laws and mores - Account version Functionalities: - Fiscal code computation for partner |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_partner_form_fiscalcode_button |
res.partner.fiscalcode.button | res.partner | field | Inherits l10n_it_fiscalcode.view_partner_form_fiscalcode_data |
view_partner_form_fiscalcode_data |
res.partner.fiscalcode.data | res.partner | field | Inherits base.view_partner_form |
wizard_compute_fc_form |
wizard.compute.fc.form | wizard.compute.fc | form | New |
No models found for this module.