Facturae - Special Payment

l10n_es_facturae_special_payment
REPOSITORY
REPOSITORYOCA/l10n-spain
GIT
GIThttps://github.com/OCA/l10n-spain.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-spain/tree/17.0/l10n_es_facturae_special_payment
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), APSL - Nagarro
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), APSL - Nagarro
COMMITTERS
COMMITTERSPedro M. Baeza, OCA-git-bot, oca-ci, bobrador
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-spain
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:19:59
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-financial-reporting:
    - account_tax_balance
OCA/bank-payment:
    - account_payment_partner
    - account_payment_mode
OCA/community-data-files:
    - base_bank_from_iban
    - base_iso3166
OCA/l10n-spain:
    - l10n_es_facturae
    - l10n_es_partner
    - l10n_es_aeat
OCA/reporting-engine:
    - report_xml
    - report_qweb_parameter
OCA/server-ux:
    - date_range
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - base_iban
    - base_vat
    - l10n_es
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES pycountry
xmlsig
schwifty==2024.4.0
lxml
unidecode
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
### Extensión de l10n_es_facturae — pagos especiales

Agrega casuísticas de pagos especiales en Facturae.

### Tipos especiales

1. Factoring

    - Se agrega la cuenta bancaria de factoring y las referencias.

    - Cuando el modo de pago sea especial (13), se usará la cuenta bancaria de factoring.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
template_facturae_inherit_special_payment template_facturae_inherit_special_payment ir.ui.view qweb Inherits l10n_es_facturae.template_facturae
view_move_form_inherit_facturae_special_payment account.move.form account.move xpath Inherits l10n_es_facturae.view_move_form
Models touched (1)

New fields (3)
  • facturae_debit_reconciliation_reference Char
    string='Receptor Reference'
  • facturae_factoring_bank_account_id Many2one → res.partner.bank
    help='Bank account of the factoring entity' string='Factoring Bank Account' args: 'res.partner.bank'
  • facturae_payment_reconciliation_reference Char
    string='Emisor Reference'
Public methods (0)

No public methods.