Repository
odoo/odoo · module folder
Module version
1.0
Category
Accounting/Localizations/EDI
Folder size
0.01 MB
License
LGPL-3
Application
No
Auto-installable
Yes
Website
None
Last tracking update
2026-08-07 06:01:48
Authors
Maintainers
None
Committers
Odoo Translation Bot, Dylan Kiss (dyki), Ricardo Gomes Rodrigues
Odoo dependencies
Python dependencies
pyOpenSSL
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
template_LROE_240_inner_recibidas template_LROE_240_inner_recibidas ir.ui.view qweb Inherits l10n_es_edi_tbai.template_LROE_240_inner_recibidas
template_invoice_factura template_invoice_factura ir.ui.view qweb Inherits l10n_es_edi_tbai.template_invoice_factura
view_move_form account.move.form.inherit.l10n_es_edi_tbai_multi_refund account.move form Inherits account.view_move_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • l10n_es_tbai_reversed_ids Many2many → account.move
    domain="[('move_type', '=', 'in_invoice' if move_type == 'in_refund' else 'out_invoice'), ('commercial_partner_id', '=', commercial_partner_id)]" help='In the case where a refund has multiple original invoices, you can set them here. ' string='Refunded Invoices' args: 'account.move', 'account_move_tbai_reversed_moves', 'refund_id', 'reversed_move_id'
Public methods (0)

No public methods.

Loading…