Repository
odoo/odoo · module folder
Module version
1.0
Category
Accounting/Localizations/EDI
Folder size
0.05 MB
License
LGPL-3
Application
No
Auto-installable
Yes
Website
None
Last tracking update
2026-08-07 06:01:51
Authors
Maintainers
None
Committers
Odoo Translation Bot, mehjabinfarsana, Ali Alfie (alal), Dylan Kiss (dyki)
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
    Patch module to fix the missing Administrative Centers in the Facturae EDI.
    

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
account_invoice_facturae_export account_invoice_facturae_export ir.ui.view qweb Inherits l10n_es_edi_facturae.account_invoice_facturae_export
administrative_centers_type administrative_centers_type ir.ui.view qweb New
business_type business_type ir.ui.view qweb Inherits l10n_es_edi_facturae.business_type
view_partner_form_inherit_l10n_es_edi_facturae res.partner.form.inherit.l10n_es_edi_facturae res.partner form Inherits base.view_partner_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)
  • code Char
    required=True
  • name Char
    required=True translate=True
Public methods (0)

No public methods.

New fields (5)
  • l10n_es_edi_facturae_ac_center_code Char
    help='Code of the issuing department.' size=10 string='Code'
  • l10n_es_edi_facturae_ac_logical_operational_point Char
    help="Code identifying the company. Barcode of 13 standard positions. Codes are registered in Spain by AECOC. The code is made up of the country code (2 positions) Spain is '84' + Company code (5 positions) + the remaining positions. The last one is the product + check digit." size=14 string='Logical Operational Point'
  • l10n_es_edi_facturae_ac_physical_gln Char
    help="Identification of the connection point to the VAN EDI (Global Location Number). Barcode of 13 standard positions. Codes are registered in Spain by AECOC. The code is made up of the country code (2 positions) Spain is '84' + Company code (5 positions) + the remaining positions. The last one is the product + check digit." size=14 string='Physical GLN'
  • l10n_es_edi_facturae_ac_role_type_ids Many2many → l10n_es_edi_facturae_adm_centers.ac_role_type
    comodel_name='l10n_es_edi_facturae_adm_centers.ac_role_type' help="It indicates the role played by the Operational Point defined as a Workplace/Department.\nThese functions are:\n- Receiver: Workplace associated to the recipient's tax identification number where the invoice will be received.\n- Payer: Workplace associated to the recipient's tax identification number responsible for paying the invoice.\n- Buyer: Workplace associated to the recipient's tax identification number who issued the purchase order.\n- Collector: Workplace associated to the issuer's tax identification number responsible for handling the collection.\n- Fiscal: Workplace associated to the recipient's tax identification number, where an Operational Point mailbox is shared by different client companies with different tax identification numbers and it is necessary to differentiate between where the message is received (shared letterbox) and the workplace where it must be stored (recipient company)." string='Roles'
  • type Selection
    selection_add=[('facturae_ac', 'FACe Center'), ('other')]
Public methods (0)

No public methods.