| 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_sdi_channel |
| VERSION | |
| VERSION | 1.1.2 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Efatto.it di Sergio Corato |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Efatto.it di Sergio Corato |
| COMMITTERS | |
| COMMITTERS | eLBati, Weblate, OCA-git-bot, Simone Rubino, micheledic, oca-ci, Alessandro Uffreduzzi, Borruso |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/l10n-italy |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:11:58 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-financial-reporting: - account_tax_balance OCA/account-financial-tools: - account_fiscal_year OCA/l10n-italy: - l10n_it_fatturapa - l10n_it_account - l10n_it_fiscalcode - l10n_it_ipa - l10n_it_rea - l10n_it_account_tax_kind - l10n_it_vat_payability - l10n_it_fiscal_payment_term - l10n_it_fatturapa_in - l10n_it_fiscal_document_type - l10n_it_withholding_tax_reason - l10n_it_withholding_tax - l10n_it_payment_reason - l10n_it_fatturapa_out OCA/partner-contact: - partner_firstname OCA/server-ux: - date_range odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - attachment_indexation - base_iban - base_vat |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
asn1crypto xmlschema codicefiscale elementpath unidecode |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | **Italiano** Questo modulo aggiunge alcuni campi, utili come prerequisito per inviare file XML e ZIP delle fatture elettroniche <http://www.fatturapa.gov.it/export/fatturazione/it/normativa/f-2.htm> tramite email PEC, WEB API oppure SFTP al Sistema di Interscambio (SdI). <http://www.fatturapa.gov.it/export/fatturazione/it/sdi.htm> **English** This module add some useful fields as a pre-requisite to send XML and ZIP files of electronic invoices <http://www.fatturapa.gov.it/export/fatturazione/en/normativa/f-2.htm> through mail PEC, WEB API or SFTP to the Exchange System (ES). <http://www.fatturapa.gov.it/export/fatturazione/en/sdi.htm> |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_config_settings |
view_account_config_settings | res.config.settings | xpath | Inherits l10n_it_fatturapa.view_account_config_settings |
view_company_form_e_invoice_sdi |
view_company_form_e_invoice_sdi | res.company | field | Inherits l10n_it_fatturapa.view_company_form_e_invoice |
view_fatturapa_out_attachment_form |
Add SdI channel fields to Electronic Invoice | fatturapa.attachment.out | header | Inherits l10n_it_fatturapa_out.view_fatturapa_out_attachment_form |
view_invoice_form_fatturapa |
Add SdI channel edits to invoice's form view | account.move | button | Inherits l10n_it_fatturapa_out.view_invoice_form_fatturapa |
view_sdi_channel_form |
view_sdi_channel_form | sdi.channel | form | New |
view_sdi_channel_tree |
view_sdi_channel_tree | sdi.channel | tree | New |
wizard_fatturapa_send_to_sdi_view |
Form view of wizard to send multiple e-invoice to SdI | wizard.fatturapa.send_to_sdi | form | New |
No new fields.
Public methods (1)action_open_export_send_sdi(self)
channel_id
Many2one → sdi.channel
comodel_name='sdi.channel'
related='company_id.sdi_channel_id'
store=True
channel_type
Selection
readonly=True
related='channel_id.channel_type'
No public methods.
last_sdi_response
Text
default='No response yet'
readonly=True
string='Last Response from Exchange System'
send_to_sdi(self)
e_invoice_user_id
Many2one → res.users
comodel_name='res.users'
default=<expr>
help='This user will be used at supplier e-bill creation.'
string='E-bill creator'
sdi_channel_id
Many2one → sdi.channel
string='ES channel'
args: 'sdi.channel'
sdi_channel_type
Selection
readonly=True
related='sdi_channel_id.channel_type'
No public methods.
e_invoice_user_id
Many2one
readonly=False
related='company_id.e_invoice_user_id'
group_sdi_channel_validate_send
Boolean
help='Allow users to validate, export and send invoices to SdI in one click.'
implied_group='l10n_it_sdi_channel.res_groups_validate_send'
string='Validate, export and send invoices'
sdi_channel_id
Many2one
readonly=False
related='company_id.sdi_channel_id'
string='ES channel'
sdi_channel_type
Selection
readonly=True
related='sdi_channel_id.channel_type'
No public methods.
channel_type
Selection
help='Channels (Pec, Web, Sftp) could be provided by external modules.'
required=True
selection=[]
string='ES channel type'
company_id
Many2one → res.company
default=<expr>
required=True
string='Company'
args: 'res.company'
name
Char
required=True
translate=True
receive_fe(self, file_name_content_dict, metadata_file_name_content_dict, **default_values)
receive_notification(self, response_name_content_dict)
send(self, attachment_out_ids)
No new fields.
Public methods (1)send_to_sdi(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_sdi_channel |
| VERSION | |
| VERSION | 2.4.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Efatto.it di Sergio Corato |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Efatto.it di Sergio Corato |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, sergiocorato, Simone Rubino, Roberto Fichera, oca-ci, Giovanni, Alessandro Uffreduzzi, Marco Colombo, odooNextev, Borruso |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/l10n-italy |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:40:58 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-financial-reporting: - account_tax_balance OCA/account-financial-tools: - account_fiscal_year OCA/l10n-italy: - l10n_it_fatturapa - l10n_it_account - l10n_it_fiscalcode - l10n_it_ipa - l10n_it_rea - l10n_it_account_tax_kind - l10n_it_vat_payability - l10n_it_fiscal_payment_term - l10n_it_fatturapa_in - l10n_it_fiscal_document_type - l10n_it_withholding_tax_reason - l10n_it_withholding_tax - l10n_it_payment_reason - l10n_it_fatturapa_out OCA/partner-contact: - partner_firstname OCA/server-ux: - date_range odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - base_vat - attachment_indexation - base_iban |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
asn1crypto xmlschema codicefiscale openupgradelib elementpath phonenumbers unidecode |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_config_settings |
view_account_config_settings | res.config.settings | xpath | Inherits l10n_it_fatturapa.view_account_config_settings |
view_company_form_e_invoice_sdi |
view_company_form_e_invoice_sdi | res.company | field | Inherits l10n_it_fatturapa.view_company_form_e_invoice |
view_fatturapa_out_attachment_form |
Add SdI channel fields to Electronic Invoice | fatturapa.attachment.out | header | Inherits l10n_it_fatturapa_out.view_fatturapa_out_attachment_form |
view_invoice_form_fatturapa |
Add SdI channel edits to invoice's form view | account.move | button | Inherits l10n_it_fatturapa_out.view_invoice_form_fatturapa |
view_sdi_channel_form |
view_sdi_channel_form | sdi.channel | form | New |
view_sdi_channel_tree |
view_sdi_channel_tree | sdi.channel | tree | New |
wizard_fatturapa_send_to_sdi_view |
Form view of wizard to send multiple e-invoice to SdI | wizard.fatturapa.send_to_sdi | form | New |
No new fields.
Public methods (1)action_open_export_send_sdi(self)
channel_id
Many2one → sdi.channel
comodel_name='sdi.channel'
related='company_id.sdi_channel_id'
store=True
No public methods.
last_sdi_response
Text
default='No response yet'
readonly=True
string='Last Response from Exchange System'
send_to_sdi(self)
e_invoice_user_id
Many2one → res.users
comodel_name='res.users'
default=<expr>
help='This user will be used at supplier e-bill creation.'
string='E-bill creator'
sdi_channel_id
Many2one → sdi.channel
string='ES channel'
args: 'sdi.channel'
sdi_channel_type
Selection
readonly=True
related='sdi_channel_id.channel_type'
No public methods.
e_invoice_user_id
Many2one
readonly=False
related='company_id.e_invoice_user_id'
group_sdi_channel_validate_send
Boolean
help='Allow users to validate, export and send invoices to SdI in one click.'
implied_group='l10n_it_sdi_channel.res_groups_validate_send'
string='Validate, export and send invoices'
sdi_channel_id
Many2one
readonly=False
related='company_id.sdi_channel_id'
string='ES channel'
sdi_channel_type
Selection
readonly=True
related='sdi_channel_id.channel_type'
No public methods.
channel_type
Selection
help='Channels (Pec, Web, Sftp) could be provided by external modules.'
required=True
selection=[]
string='ES channel type'
company_id
Many2one → res.company
default=<expr>
required=True
string='Company'
args: 'res.company'
name
Char
required=True
string='Name'
translate=True
receive_fe(self, file_name_content_dict, metadata_file_name_content_dict, **default_values)
receive_notification(self, response_name_content_dict)
send(self, attachment_out_ids)
No new fields.
Public methods (1)send_to_sdi(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_sdi_channel |
| VERSION | |
| VERSION | 2.3.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Efatto.it di Sergio Corato |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Efatto.it di Sergio Corato |
| COMMITTERS | |
| COMMITTERS | Lorenzo Battistini, eLBati, GitHub, OCA Transbot, oca-travis, Weblate, OCA-git-bot, SimoRubi, Simone Rubino, Lara Baggio, Roberto Fichera, oca-ci, Giovanni |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/l10n-italy/tree/12.0/l10n_it_sdi_channel |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:17 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-financial-reporting: - account_tax_balance OCA/account-financial-tools: - account_fiscal_year OCA/l10n-italy: - l10n_it_fatturapa - l10n_it_account - l10n_it_fiscalcode - l10n_it_ipa - l10n_it_rea - l10n_it_account_tax_kind - l10n_it_esigibilita_iva - l10n_it_fiscal_payment_term - l10n_it_split_payment - l10n_it_fiscal_document_type - l10n_it_fatturapa_in - l10n_it_withholding_tax_causali - l10n_it_withholding_tax - l10n_it_causali_pagamento - l10n_it_fatturapa_out OCA/partner-contact: - partner_firstname - base_vat_sanitized OCA/server-ux: - date_range odoo/odoo: - account - base_setup - base - web - product - decimal_precision - bus - web_tour - uom - analytic - portal - http_routing - digest - base_vat - document - base_iban - test_mail - test_performance - mail_bot |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
asn1crypto pyxb codicefiscale unidecode |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_config_settings |
view_account_config_settings | res.config.settings | xpath | Inherits l10n_it_fatturapa.view_account_config_settings |
view_company_form_e_invoice_sdi |
view_company_form_e_invoice_sdi | res.company | field | Inherits l10n_it_fatturapa.view_company_form_e_invoice |
view_fatturapa_out_attachment_form |
Add SdI channel fields to Electronic Invoice | fatturapa.attachment.out | header | Inherits l10n_it_fatturapa_out.view_fatturapa_out_attachment_form |
view_invoice_form_fatturapa |
Add SdI channel edits to invoice's form view | account.invoice | button | Inherits l10n_it_fatturapa_out.view_invoice_form_fatturapa |
view_sdi_channel_form |
view_sdi_channel_form | sdi.channel | form | New |
view_sdi_channel_tree |
view_sdi_channel_tree | sdi.channel | tree | New |
wizard_fatturapa_send_to_sdi_view |
Form view of wizard to send multiple e-invoice to SdI | wizard.fatturapa.send_to_sdi | form | New |
No new fields.
Public methods (1)action_open_export_send_sdi(self)
channel_id
Many2one → sdi.channel
comodel_name='sdi.channel'
related='company_id.sdi_channel_id'
store=True
No public methods.
last_sdi_response
Text
default='No response yet'
readonly=True
string='Last Response from Exchange System'
send_to_sdi(self)
e_invoice_user_id
Many2one → res.users
comodel_name='res.users'
default=<expr>
help='This user will be used at supplier e-bill creation.'
string='E-bill creator'
sdi_channel_id
Many2one → sdi.channel
string='ES channel'
args: 'sdi.channel'
sdi_channel_type
Selection
readonly=True
related='sdi_channel_id.channel_type'
No public methods.
e_invoice_user_id
Many2one
readonly=False
related='company_id.e_invoice_user_id'
group_sdi_channel_validate_send
Boolean
help='Allow users to validate, export and send invoices to SdI in one click.'
implied_group='l10n_it_sdi_channel.res_groups_validate_send'
string='Validate, export and send invoices'
sdi_channel_id
Many2one
readonly=False
related='company_id.sdi_channel_id'
string='ES channel'
sdi_channel_type
Selection
readonly=True
related='sdi_channel_id.channel_type'
No public methods.
channel_type
Selection
help='Channels (Pec, Web, Sftp) could be provided by external modules.'
required=True
selection=[]
string='ES channel type'
company_id
Many2one → res.company
default=<expr>
required=True
string='Company'
args: 'res.company'
name
Char
required=True
string='Name'
receive_fe(self, file_name_content_dict, metadata_file_name_content_dict, **default_values)
receive_notification(self, response_name_content_dict)
send(self, attachment_out_ids)
No new fields.
Public methods (1)send_to_sdi(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_sdi_channel |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Efatto.it di Sergio Corato |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Efatto.it di Sergio Corato |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, oca-travis, Weblate, OCA-git-bot, Lara Baggio |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/l10n-italy/tree/11.0/l10n_it_sdi_channel |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:23:57 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-financial-reporting: - account_tax_balance OCA/account-financial-tools: - account_fiscal_year OCA/l10n-italy: - l10n_it_fatturapa - l10n_it_account - l10n_it_fiscalcode - l10n_it_ipa - l10n_it_rea - l10n_it_account_tax_kind - l10n_it_esigibilita_iva - l10n_it_fiscal_payment_term - l10n_it_split_payment - l10n_it_fiscal_document_type OCA/partner-contact: - partner_firstname OCA/server-ux: - date_range odoo/odoo: - account - base_setup - base - web - product - decimal_precision - bus - web_tour - analytic - web_planner - portal - http_routing - fetchmail - base_vat - document - base_iban - account_invoicing |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
asn1crypto pyxb codicefiscale |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
ir_mail_server_fatturapa_out_pec_form |
ir.mail.server.fatturapa.out.pec.form | ir.mail_server | xpath | Inherits base.ir_mail_server_form |
view_account_config_settings |
view_account_config_settings | res.config.settings | xpath | Inherits l10n_it_fatturapa.view_account_config_settings |
view_company_form_e_invoice_sdi |
view_company_form_e_invoice_sdi | res.company | field | Inherits l10n_it_fatturapa.view_company_form_e_invoice |
view_email_server_fatturapa_out_pec_form |
view.email.server.fatturapa.out.pec.form | fetchmail.server | xpath | Inherits fetchmail.view_email_server_form |
view_sdi_channel_form |
view_sdi_channel_form | sdi.channel | form | New |
view_sdi_channel_tree |
view_sdi_channel_tree | sdi.channel | tree | New |
is_fatturapa_pec
Boolean
No public methods.
email_from_for_fatturaPA
Char
is_fatturapa_pec
Boolean
test_smtp_connection(self)
email_exchange_system
Char
readonly=True
related='sdi_channel_id.email_exchange_system'
string='Exchange System Email Address'
email_from_for_fatturaPA
Char
readonly=True
related='sdi_channel_id.pec_server_id.email_from_for_fatturaPA'
string='Sender Email Address'
sdi_channel_id
Many2one → sdi.channel
string='ES channel'
args: 'sdi.channel'
sdi_channel_type
Selection
readonly=True
related='sdi_channel_id.channel_type'
No public methods.
email_exchange_system
Char
readonly=True
related='sdi_channel_id.email_exchange_system'
string='Exchange System Email Address'
email_from_for_fatturaPA
Char
readonly=True
related='sdi_channel_id.pec_server_id.email_from_for_fatturaPA'
string='Sender Email Address'
sdi_channel_id
Many2one
readonly=False
related='company_id.sdi_channel_id'
string='ES channel'
sdi_channel_type
Selection
readonly=True
related='sdi_channel_id.channel_type'
No public methods.
channel_type
Selection
default='pec'
help='PEC is the only implemented channel in this module. Other channels (Web, Sftp) could be provided by external modules.'
required=True
selection=SDI_CHANNELS
string='ES channel type'
company_id
Many2one → res.company
default=<expr>
required=True
string='Company'
args: 'res.company'
name
Char
default=_('PEC')
required=True
string='Name'
No public methods.
email_exchange_system
Char
default=<expr>
help='The first time you send a PEC to SDI, you must use the address sdi01@pec.fatturapa.it . The system, with the first response or notification, communicates the PEC address to be used for future messages'
args: 'Exchange System Email Address'
fetch_pec_server_id
Many2one → fetchmail.server
domain=[('is_fatturapa_pec', '=', True)]
required=False
string='Incoming PEC server'
args: 'fetchmail.server'
first_invoice_sent
Boolean
readonly=True
args: 'First invoice sent'
pec_server_id
Many2one → ir.mail_server
domain=[('is_fatturapa_pec', '=', True)]
required=False
string='Outgoing PEC server'
args: 'ir.mail_server'
check_email_validity(self)
check_first_pec_sending(self)
check_pec_server_id(self)
update_after_first_pec_sending(self)
web_server_address
Char
string='Web server address'
web_server_login
Char
string='Web server login'
web_server_password
Char
string='Web server password'
web_server_token
Char
string='Web server token'
No public methods.
| 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_sdi_channel |
| VERSION | |
| VERSION | 1.2.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Efatto.it di Sergio Corato |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Efatto.it di Sergio Corato |
| COMMITTERS | |
| COMMITTERS | Lorenzo Battistini, eLBati, OCA Transbot, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/l10n-italy/tree/10.0/l10n_it_sdi_channel |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:56 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-financial-tools: - account_fiscal_year OCA/l10n-italy: - l10n_it_fatturapa - l10n_it_account - l10n_it_fiscalcode - l10n_it_ipa - l10n_it_rea - l10n_it_account_tax_kind - l10n_it_esigibilita_iva - l10n_it_fiscal_payment_term - l10n_it_split_payment - l10n_it_fiscal_document_type OCA/partner-contact: - partner_firstname OCA/server-tools: - date_range odoo/odoo: - account - base_setup - base - web_kanban - web - product - decimal_precision - bus - web_tour - report - analytic - web_planner - fetchmail - base_vat - document - base_iban |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
asn1crypto pyxb codicefiscale |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
ir_mail_server_fatturapa_out_pec_form |
ir.mail.server.fatturapa.out.pec.form | ir.mail_server | xpath | Inherits base.ir_mail_server_form |
view_account_config_settings |
view_account_config_settings | account.config.settings | xpath | Inherits l10n_it_fatturapa.view_account_config_settings |
view_email_server_fatturapa_out_pec_form |
view.email.server.fatturapa.out.pec.form | fetchmail.server | xpath | Inherits fetchmail.view_email_server_form |
view_sdi_channel_form |
view_sdi_channel_form | sdi.channel | form | New |
view_sdi_channel_tree |
view_sdi_channel_tree | sdi.channel | tree | New |
email_exchange_system
Char
readonly=True
related='sdi_channel_id.email_exchange_system'
string='Exchange System Email Address'
email_from_for_fatturaPA
Char
readonly=True
related='sdi_channel_id.pec_server_id.email_from_for_fatturaPA'
string='Sender Email Address'
sdi_channel_id
Many2one
related='company_id.sdi_channel_id'
string='ES channel'
sdi_channel_type
Selection
readonly=True
related='sdi_channel_id.channel_type'
No public methods.
is_fatturapa_pec
Boolean
No public methods.
email_from_for_fatturaPA
Char
is_fatturapa_pec
Boolean
No public methods.
email_exchange_system
Char
readonly=True
related='sdi_channel_id.email_exchange_system'
string='Exchange System Email Address'
email_from_for_fatturaPA
Char
readonly=True
related='sdi_channel_id.pec_server_id.email_from_for_fatturaPA'
string='Sender Email Address'
sdi_channel_id
Many2one → sdi.channel
string='ES channel'
args: 'sdi.channel'
sdi_channel_type
Selection
readonly=True
related='sdi_channel_id.channel_type'
No public methods.
company_id
Many2one → res.company
default=<expr>
required=True
string='Company'
args: 'res.company'
name
Char
required=True
string='Name'
No public methods.
channel_type
Selection
help='PEC is the only implemented channel in this module. Other channels (Web, Sftp) could be provided by external modules.'
required=True
selection=SDI_CHANNELS
string='ES channel type'
email_exchange_system
Char
fetch_pec_server_id
Many2one → fetchmail.server
domain=[('is_fatturapa_pec', '=', True)]
required=False
string='Incoming PEC server'
args: 'fetchmail.server'
pec_server_id
Many2one → ir.mail_server
domain=[('is_fatturapa_pec', '=', True)]
required=False
string='Pec mail server'
args: 'ir.mail_server'
check_email_validity(self)
check_fetch_pec_server_id(self)
check_pec_server_id(self)
web_server_address
Char
string='Web server address'
web_server_login
Char
string='Web server login'
web_server_password
Char
string='Web server password'
web_server_token
Char
string='Web server token'
No public methods.
| 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_sdi_channel |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Efatto.it di Sergio Corato |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Efatto.it di Sergio Corato |
| COMMITTERS | |
| COMMITTERS | eLBati, OCA Transbot, oca-travis, Weblate, OCA-git-bot, sergiocorato |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/l10n-italy |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:22 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/l10n-italy: - l10n_it_fatturapa - l10n_it_account - l10n_it_fiscalcode - l10n_it_base - l10n_it_ipa - l10n_it_rea - l10n_it_account_tax_kind - l10n_it_esigibilita_iva - l10n_it_fiscal_payment_term - l10n_it_split_payment - l10n_it_fiscal_document_type OCA/partner-contact: - partner_firstname odoo/odoo: - account - base_setup - base - web_kanban - web - product - decimal_precision - report - analytic - board - edi - email_template - fetchmail - base_vat - document - knowledge - base_iban |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
asn1crypto pyxb codicefiscale |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
ir_mail_server_fatturapa_out_pec_form |
ir.mail.server.fatturapa.out.pec.form | ir.mail_server | xpath | Inherits base.ir_mail_server_form |
view_account_config_settings |
view_account_config_settings | account.config.settings | xpath | Inherits l10n_it_fatturapa.view_account_config_settings |
view_email_server_fatturapa_out_pec_form |
view.email.server.fatturapa.out.pec.form | fetchmail.server | xpath | Inherits fetchmail.view_email_server_form |
view_sdi_channel_form |
view_sdi_channel_form | sdi.channel | form | New |
view_sdi_channel_tree |
view_sdi_channel_tree | sdi.channel | tree | New |
email_exchange_system
Char
readonly=True
related='sdi_channel_id.email_exchange_system'
string='Exchange System Email Address'
email_from_for_fatturaPA
Char
readonly=True
related='sdi_channel_id.pec_server_id.email_from_for_fatturaPA'
string='Sender Email Address'
sdi_channel_id
Many2one
related='company_id.sdi_channel_id'
string='SdI channel'
sdi_channel_type
Selection
readonly=True
related='sdi_channel_id.channel_type'
No public methods.
is_fatturapa_pec
Boolean
string='FatturaPA PEC server'
No public methods.
email_from_for_fatturaPA
Char
string='Sender Email Address'
is_fatturapa_pec
Boolean
string='FatturaPA PEC server'
No public methods.
email_exchange_system
Char
readonly=True
related='sdi_channel_id.email_exchange_system'
string='Exchange System Email Address'
email_from_for_fatturaPA
Char
readonly=True
related='sdi_channel_id.pec_server_id.email_from_for_fatturaPA'
string='Sender Email Address'
sdi_channel_id
Many2one → sdi.channel
string='SdI channel'
args: 'sdi.channel'
sdi_channel_type
Selection
readonly=True
related='sdi_channel_id.channel_type'
No public methods.
company_id
Many2one → res.company
default=<expr>
required=True
string='Company'
args: 'res.company'
name
Char
required=True
string='Name'
No public methods.
channel_type
Selection
help='PEC is the only implemented channel in this module. Other channels (Web, Sftp) could be provided by external modules.'
required=True
selection=SDI_CHANNELS
string='SdI channel type'
email_exchange_system
Char
fetch_pec_server_id
Many2one → fetchmail.server
domain=[('is_fatturapa_pec', '=', True)]
required=False
string='Incoming PEC server'
args: 'fetchmail.server'
pec_server_id
Many2one → ir.mail_server
domain=[('is_fatturapa_pec', '=', True)]
required=False
string='Pec mail server'
args: 'ir.mail_server'
check_email_validity(self)
check_fetch_pec_server_id(self)
check_pec_server_id(self)
web_server_address
Char
string='Web server address'
web_server_login
Char
string='Web server login'
web_server_password
Char
string='Web server password'
web_server_token
Char
string='Web server token'
No public methods.