Repository
OCA/l10n-mexico · module folder · Try on Runboat
Module version
1.0.0
Category
Accounting/Localizations
Folder size
0.08 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/l10n-mexico
Last tracking update
2026-07-16 19:59:57
Authors
Odoo Community Association (OCA), Gray Matter Logic
Maintainers
Odoo Community Association (OCA), Gray Matter Logic
Committers
Maxime Chambreuil, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
satcfdi
System dependencies
None
Required by
None
Description
This module creates draft vendor bills in Odoo Community from received
CFDIs stored by the ``l10n_mx_sat`` module after SAT bulk download.

Install ``satcfdi`` on the server (see ``l10n_mx_sat`` documentation) so
SAT web services can authenticate with FIEL credentials.

**Features:**

- Automatic vendor bill creation when received CFDI XML is downloaded
- Deduplication by CFDI UUID
- Tax matching (IVA, ISR, IEPS)

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • l10n_mx_cfdi_uuid Char
    copy=False help='CFDI UUID (Folio Fiscal) from SAT.' index='btree_not_null' store=True string='Fiscal Folio'
  • l10n_mx_sat_download_request_id Many2one → l10n_mx_sat.download.request
    comodel_name='l10n_mx_sat.download.request' copy=False readonly=True string='SAT Download Request'
Public methods (0)

No public methods.

New fields (1)
  • vendor_bill_id Many2one → account.move
    comodel_name='account.move' copy=False readonly=True string='Vendor bill'
Public methods (0)

No public methods.