Repository
odoo/odoo · module folder
Module version
0.3
Category
Accounting/Localizations/EDI
Folder size
0.12 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
http://www.odoo.com/
Last tracking update
2026-08-07 05:29:18
Authors
Odoo
Maintainers
Odoo
Committers
Josse Colpaert, Xavier-Do, Gorash, Benjamin Frantzen (bfr), Paolo (pgi), dbkosky, jbw-odoo, Habib (ayh), Paolo Gatti, Antoine Dupuis (andu), Paolo Gatti (pgi)
Odoo dependencies
Python dependencies
cryptography
System dependencies
None
Required by
None
Description
E-invoice implementation for Italy with the web-service. Ability to send and receive document from SdiCoop. Files sent by SdiCoop are first stored on the proxy
and then fetched by this module.
    

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
fetchmail_server_form_l10n_it_inherit fetchmail.server.form.l10n.it.inherit fetchmail.server form Inherits l10n_it_edi.fetchmail_server_form_l10n_it
l10n_it_edi.account_invoice_form_l10n_it form New
l10n_it_edi.invoice_kanban_l10n_it kanban New
l10n_it_edi.invoice_supplier_tree_l10n_it tree New
l10n_it_edi.view_account_invoice_filter_l10n_it New
res_company_form_l10n_it_inherit res.company.form.l10n.it.inherit res.company form Inherits l10n_it_edi.res_company_form_l10n_it
res_config_settings_view_form res.config.settings.view.form.inherit.proxy.user res.config.settings form Inherits account.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • l10n_it_edi_attachment_id Many2one → ir.attachment
    copy=False ondelete='restrict' string='FatturaPA Attachment' args: 'ir.attachment'
  • l10n_it_edi_transaction Char
    copy=False string='FatturaPA Transaction'
Public methods (1)
  • send_pec_mail(self)

New fields (4)
  • is_edi_proxy_active Boolean
    compute='_compute_is_edi_proxy_active'
  • l10n_it_edi_proxy_current_state Char
    compute='_compute_l10n_it_edi_proxy_current_state'
  • l10n_it_edi_sdicoop_demo_mode Selection
    compute='_compute_l10n_it_edi_sdicoop_demo_mode' inverse='_set_l10n_it_edi_sdicoop_register_demo_mode' readonly=False args: [('demo', 'Demo'), ('test', 'Test (experimental)'), ('prod', 'Official')]
  • l10n_it_edi_sdicoop_register Boolean
    compute='_compute_l10n_it_edi_sdicoop_register' inverse='_set_l10n_it_edi_sdicoop_register_demo_mode'
Public methods (1)
  • button_create_proxy_user(self)

Loading…