Repository
odoo/odoo · module folder
Module version
1.0
Category
Accounting/Localizations/Point of Sale
Folder size
0.04 MB
License
LGPL-3
Application
No
Auto-installable
Yes
Website
None
Last tracking update
2026-08-07 16:13:17
Authors
Odoo S.A.
Maintainers
Odoo S.A.
Committers
Josse Colpaert, Odoo Translation Bot, Laurent Smet, Julien Castiaux, Andrea Grazioso (agr-odoo), Gorash, Mathieu Duckerts-Antoine, roen-odoo, David Monnom (moda), Pedram (PEBR), Dylan Kiss (dyki), Louis Gobert, manv-afk, paan-odoo, David Monnom, Ajit Singh, Robin Engels (roen), Guillaume V, Junqi, sjai-odoo, Stephane Vanmeerhaeghe (stva)
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_pos_order_form_inherit_l10n_es_pos_tbai pos.order.form.inherit.l10n_es_edi_tbai_pos pos.order form Inherits point_of_sale.view_pos_pos_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 (7)
  • l10n_es_tbai_chain_index Integer
    help='Invoice index in chain, set if and only if an in-chain XML was submitted and did not error' related='l10n_es_tbai_post_document_id.chain_index' string='TicketBAI chain index'
  • l10n_es_tbai_is_required Boolean
    related='company_id.l10n_es_tbai_is_enabled' string='TicketBAI required'
  • l10n_es_tbai_post_document_id Many2one → l10n_es_edi_tbai.document
    comodel_name='l10n_es_edi_tbai.document' copy=False
  • l10n_es_tbai_post_file Binary
    related='l10n_es_tbai_post_document_id.xml_attachment_id.datas' string='TicketBAI Post File'
  • l10n_es_tbai_post_file_name Char
    related='l10n_es_tbai_post_document_id.xml_attachment_id.name' string='TicketBAI Post Attachment Name'
  • l10n_es_tbai_refund_reason Selection
    copy=False help='BOE-A-1992-28740. Ley 37/1992, de 28 de diciembre, del Impuesto sobre el Valor Añadido. Artículo 80. Modificación de la base imponible.' selection=TBAI_REFUND_REASONS string='Invoice Refund Reason Code (TicketBai)'
  • l10n_es_tbai_state Selection
    compute='_compute_l10n_es_tbai_state' string='TicketBAI status' args: [('to_send', 'To Send'), ('sent', 'Sent')]
Public methods (3)
  • action_pos_order_paid(self)
  • get_l10n_es_pos_tbai_qrurl(self)
    Retrieve the QR Code from the related ticketbai document .
  • l10n_es_tbai_retry_post(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…