Repository
odoo/odoo · module folder
Module version
1.0
Category
Accounting/Localizations/Point of Sale
Folder size
0.07 MB
License
LGPL-3
Application
No
Auto-installable
Yes
Website
None
Last tracking update
2026-08-07 06:47:00
Authors
Odoo S.A.
Maintainers
Odoo S.A.
Committers
Odoo Translation Bot, Andrea Grazioso (agr-odoo), Dylan Kiss (dyki), Sven Fuehr, Arthur Nanson, Ajit Singh, Hadi El Yakhni
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_pos_order_filter pos.order.list.select pos.order list Inherits point_of_sale.view_pos_order_filter
view_pos_order_form_inherit_l10n_es_pos_verifactu pos.order.form.inherit.l10n_es_edi_verifactu_pos pos.order form Inherits point_of_sale.view_pos_pos_form
view_pos_order_tree pos.order.tree pos.order tree Inherits point_of_sale.view_pos_order_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (5)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • pos_order_id Many2one → pos.order
    comodel_name='pos.order' readonly=True string='PoS Order'
Public methods (0)

No public methods.

New fields (1)
  • l10n_es_edi_verifactu_required Boolean
    related='company_id.l10n_es_edi_verifactu_required' string='Veri*Factu Required'
Public methods (0)

No public methods.

New fields (7)
  • l10n_es_edi_verifactu_document_ids One2many → l10n_es_edi_verifactu.document
    comodel_name='l10n_es_edi_verifactu.document' inverse_name='pos_order_id' string='Veri*Factu Documents'
  • l10n_es_edi_verifactu_qr_code Char
    compute='_compute_l10n_es_edi_verifactu_qr_code' string='Veri*Factu QR Code'
  • l10n_es_edi_verifactu_refund_reason Selection
    copy=False selection=[('R1', 'R1: Art 80.1 and 80.2 and error of law'), ('R2', 'R2: Art. 80.3'), ('R3', 'R3: Art. 80.4'), ('R4', 'R4: Rest'), ('R5', 'R5: Corrective invoices concerning simplified invoices')] string='Veri*Factu Refund Reason'
  • l10n_es_edi_verifactu_required Boolean
    related='company_id.l10n_es_edi_verifactu_required' string='Veri*Factu Required'
  • l10n_es_edi_verifactu_state Selection
    compute='_compute_l10n_es_edi_verifactu_state' help='- Rejected: Successfully sent to the AEAT, but it was rejected during validation\n - Registered with Errors: Registered at the AEAT, but the AEAT has some issues with the sent document\n - Accepted: Registered by the AEAT without errors\n - Cancelled: Registered by the AEAT as cancelled' selection=[('rejected', 'Rejected'), ('registered_with_errors', 'Registered with Errors'), ('accepted', 'Accepted'), ('cancelled', 'Cancelled')] store=True string='Veri*Factu Status'
  • l10n_es_edi_verifactu_warning Html
    compute='_compute_l10n_es_edi_verifactu_warning' string='Veri*Factu Warning'
  • l10n_es_edi_verifactu_warning_level Char
    compute='_compute_l10n_es_edi_verifactu_warning' string='Veri*Factu Warning Level'
Public methods (3)
  • action_pos_order_paid(self)
  • l10n_es_edi_verifactu_button_send(self)
  • l10n_es_edi_verifactu_get_invoice_name(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…

Loading…