Repository
odoo/odoo · module folder
Module version
0.1.0
Category
Accounting/Localizations/EDI
Folder size
0.05 MB
License
LGPL-3
Application
No
Auto-installable
Yes
Website
https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations/vietnam.html
Last tracking update
2026-08-12 16:12:29
Authors
Odoo S.A.
Maintainers
Odoo S.A.
Committers
Odoo Translation Bot, Nicolas Viseur (vin), jand-odoo
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Vietnam - POS E-invoicing
=========================
Using SInvoice by Viettel
    

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
res_config_settings_view_form_inherit_l10n_vn_edi_pos_account res.config.settings.form.inherit.l10n_vn_edi_pos.account res.config.settings form Inherits account.res_config_settings_view_form
res_config_settings_view_form_inherit_l10n_vn_edi_pos_pos res.config.settings.form.inherit.l10n_vn_edi_pos.pos res.config.settings form Inherits point_of_sale.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (7)

New fields (0)

No new fields.

Public methods (1)
  • l10n_vn_edi_fetch_invoice_files(self)
    Fetches the SInvoice XML and PDF data from the SInvoice server if self is a sent invoice. The files are saved in the l10n_vn_edi_sinvoice_pdf_file_id and l10n_vn_edi_sinvoice_xml_file_id.

New fields (2)
  • l10n_vn_auto_send_to_sinvoice Boolean
    default=True args: 'Auto-send to SInvoice'
  • l10n_vn_pos_symbol Many2one → l10n_vn_edi_viettel.sinvoice.symbol
    comodel_name='l10n_vn_edi_viettel.sinvoice.symbol' compute='_compute_l10n_vn_pos_symbol' groups='base.group_system,point_of_sale.group_pos_manager' help='This is the symbol that will be used on invoices issued from this POS.' readonly=False store=True string='POS Symbol'
Public methods (0)

No public methods.

New fields (3)
  • l10n_vn_credit_note_reason Char
    copy=False string='Credit Note Reason'
  • l10n_vn_has_sinvoice_pdf Boolean
    compute='_compute_sinvoice_has_pdf' string='SInvoice PDF Available'
  • l10n_vn_sinvoice_state Selection
    related='account_move.l10n_vn_edi_invoice_state'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • l10n_vn_pos_default_symbol Many2one → l10n_vn_edi_viettel.sinvoice.symbol
    comodel_name='l10n_vn_edi_viettel.sinvoice.symbol' string='Default PoS Symbol'
Public methods (0)

No public methods.

New fields (3)
  • l10n_vn_edi_pos_default_symbol Many2one
    help='Default Sinvoice Symbol for PoS.' readonly=False related='company_id.l10n_vn_pos_default_symbol' string='Default PoS Symbol'
  • pos_l10n_vn_auto_send_to_sinvoice Boolean
    readonly=False related='pos_config_id.l10n_vn_auto_send_to_sinvoice'
  • pos_l10n_vn_pos_symbol Many2one
    readonly=False related='pos_config_id.l10n_vn_pos_symbol'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…