TIP: You can type at any time to perform a new search.
Vietnam - E-invoicing
l10n_vn_edi_viettel · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 1.0
- Category
- Accounting/Localizations/EDI
- Folder size
- 0.16 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://www.odoo.com/documentation/latest/applications/finance/fiscal_localizations/vietnam.html
- Last tracking update
- 2026-08-07 06:47:02
- Authors
- Odoo S.A.
- Maintainers
- Odoo S.A.
- Committers
- Xavier Morel, Odoo Translation Bot, Laurent Smet, Julien Castiaux, Gorash, Miquel Raïch, luvi, Roy Le, jbw-odoo, Maximilien (malb), Ali Alfie (alal), Dylan Kiss (dyki), Nguyễn Đại Dương, Nicolas Viseur (vin), reka-odoo, Claire (clbr), Antoine Dupuis, Vincent Sevestre, Krzysztof Magusiak (krma), hisi-odoo, daiduongnguyen-odoo, Tran Thanh Phuc, jand-odoo, shzi-odoo
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- l10n_vn_edi_viettel_pos
- Description
Vietnam - E-invoicing ===================== Using SInvoice by Viettel
Code Analysis ⓘ
Views touched (7)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
l10n_vn_edi_cancellation_form |
l10n_vn_edi_viettel.cancellation.form | l10n_vn_edi_viettel.cancellation | form | New |
res_config_settings_view_form_inherit_l10n_vn_edi |
res.config.settings.form.inherit.l10n_vn_edi | res.config.settings | form | Inherits account.res_config_settings_view_form |
res_partner_view_from_inherit_l10n_vn_edi |
res.partner.form.inherit.l10n_vn_edi | res.partner | form | Inherits account.view_partner_property_form |
view_account_invoice_filter_inherit_l10n_vn_edi |
account.invoice.select.inherit.l10n_vn_edi | account.move | Inherits account.view_account_invoice_filter | |
view_account_move_reversal_inherit_l10n_vn_edi |
account.move.reversal.form.inherit.l10n_vn_edi | account.move.reversal | form | Inherits account.view_account_move_reversal |
view_invoice_form_inherit_l10n_vn_edi |
account.move.form.inherit.l10n_vn_edi | account.move | form | Inherits account.view_move_form |
view_invoice_tree_inherit_l10n_vn_edi |
account.invoice.list.inherit.l10n_vn_edi | account.move | list | Inherits account.view_invoice_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (9)
New fields (17)
-
l10n_vn_edi_adjustment_typeSelectioncopy=Falseselection=[('1', 'Money adjustment'), ('2', 'Information adjustment')]string='Adjustment type' -
l10n_vn_edi_agreement_document_dateDatetimecopy=Falsestring='Agreement Date' -
l10n_vn_edi_agreement_document_nameCharcopy=Falsestring='Agreement Name' -
l10n_vn_edi_invoice_numberCharcopy=Falsehelp='Invoice Number as appearing on SInvoice.'readonly=Truestring='SInvoice Number' -
l10n_vn_edi_invoice_stateSelectioncompute='_compute_l10n_vn_edi_invoice_state'copy=Falsereadonly=Falseselection=[('ready_to_send', 'Ready to send'), ('sent', 'Sent'), ('payment_state_to_update', 'Payment status to update'), ('canceled', 'Canceled'), ('adjusted', 'Adjusted'), ('replaced', 'Replaced')]store=Truestring='Sinvoice Status' -
l10n_vn_edi_invoice_symbolMany2one → l10n_vn_edi_viettel.sinvoice.symbolcomodel_name='l10n_vn_edi_viettel.sinvoice.symbol'compute='_compute_l10n_vn_edi_invoice_symbol'readonly=Falsestore=Truestring='Invoice Symbol' -
l10n_vn_edi_invoice_transaction_idCharcopy=Falseexport_string_translation=Falsehelp='Technical field to store the transaction ID if needed'string='SInvoice Transaction ID' -
l10n_vn_edi_issue_dateDatetimecopy=Falsehelp='Date of issue of the invoice on the e-invoicing system.'readonly=Truestring='Issue Date' -
l10n_vn_edi_replacement_origin_idMany2one → account.movecheck_company=Truecomodel_name='account.move'copy=Falseexport_string_translation=Falsereadonly=Truestring='Replacement of' -
l10n_vn_edi_reservation_codeCharcopy=Falsehelp='Secret code that can be used by a customer to lookup an invoice on SInvoice.'readonly=Truestring='Secret Code' -
l10n_vn_edi_reversed_entry_invoice_numberCharexport_string_translation=Falserelated='reversed_entry_id.l10n_vn_edi_invoice_number'string='Revered Entry SInvoice Number' -
l10n_vn_edi_sinvoice_fileBinarycopy=Falseexport_string_translation=Falsereadonly=Truestring='SInvoice json File' -
l10n_vn_edi_sinvoice_file_idMany2one → ir.attachmentcomodel_name='ir.attachment'compute=<expr>copy=Falsedepends=['l10n_vn_edi_sinvoice_file']export_string_translation=Falsereadonly=True -
l10n_vn_edi_sinvoice_pdf_fileBinarycopy=Falseexport_string_translation=Falsereadonly=Truestring='SInvoice pdf File' -
l10n_vn_edi_sinvoice_pdf_file_idMany2one → ir.attachmentcomodel_name='ir.attachment'compute=<expr>copy=Falsedepends=['l10n_vn_edi_sinvoice_pdf_file']export_string_translation=Falsereadonly=True -
l10n_vn_edi_sinvoice_xml_fileBinarycopy=Falseexport_string_translation=Falsereadonly=Truestring='SInvoice xml File' -
l10n_vn_edi_sinvoice_xml_file_idMany2one → ir.attachmentcomodel_name='ir.attachment'compute=<expr>copy=Falsedepends=['l10n_vn_edi_sinvoice_xml_file']export_string_translation=Falsereadonly=True
-
action_l10n_vn_edi_update_payment_status(self)Send a request to update the payment status of the invoice. -
button_draft(self) -
button_request_cancel(self)
New fields (3)
-
l10n_vn_edi_adjustment_typeSelectiondefault='1'required=Trueselection=[('1', 'Money adjustment'), ('2', 'Information adjustment')]string='Adjustment type' -
l10n_vn_edi_agreement_document_dateDatetimestring='Agreement Date' -
l10n_vn_edi_agreement_document_nameCharstring='Agreement Name'
-
reverse_moves(self, is_modify=False)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (4)
-
agreement_document_dateDatetimestring='Agreement Date' -
agreement_document_nameCharstring='Agreement Name' -
invoice_idMany2one → account.movecomodel_name='account.move'string='Invoice to cancel' -
reasonCharrequired=Truestring='Reason'
-
button_request_cancel(self)
New fields (2)
-
invoice_template_idMany2one → l10n_vn_edi_viettel.sinvoice.templatecomodel_name='l10n_vn_edi_viettel.sinvoice.template'index=Truerequired=True -
nameCharrequired=Truestring='Symbol'
No public methods.
New fields (3)
-
invoice_symbols_idsOne2many → l10n_vn_edi_viettel.sinvoice.symbolcomodel_name='l10n_vn_edi_viettel.sinvoice.symbol'inverse_name='invoice_template_id' -
nameCharrequired=Truestring='Template Code' -
template_invoice_typeSelectionrequired=Trueselection=[('1', '1 - Value-added invoice'), ('2', '2 - Sales invoice'), ('3', '3 - Public assets sales'), ('4', '4 - National reserve sales'), ('5', '5 - Invoice for national reserve sales'), ('6', '6 - Warehouse release note')]
No public methods.
New fields (4)
-
l10n_vn_edi_passwordChargroups='base.group_system'string='Sinvoice Password' -
l10n_vn_edi_tokenChargroups='base.group_system'readonly=Truestring='Sinvoice Access Token' -
l10n_vn_edi_token_expiryDatetimegroups='base.group_system'readonly=Truestring='Sinvoice Access Token Expiration Date' -
l10n_vn_edi_usernameChargroups='base.group_system'string='SInvoice Username'
No public methods.
New fields (3)
-
l10n_vn_edi_default_symbolMany2one → l10n_vn_edi_viettel.sinvoice.symbolcomodel_name='l10n_vn_edi_viettel.sinvoice.symbol'compute='_compute_l10n_vn_edi_default_symbol'groups='base.group_system'help='This is the symbol that will be used on partners that do not have a specific symbol on them.'inverse='_inverse_l10n_vn_edi_default_symbol'string='Default Symbol' -
l10n_vn_edi_passwordCharreadonly=Falserelated='company_id.l10n_vn_edi_password' -
l10n_vn_edi_usernameCharreadonly=Falserelated='company_id.l10n_vn_edi_username'
No public methods.
New fields (2)
-
invoice_edi_formatSelectionselection_add=[('vn_sinvoice', 'Vietnam (SInvoice)')] -
l10n_vn_edi_symbolMany2one → l10n_vn_edi_viettel.sinvoice.symbolcomodel_name='l10n_vn_edi_viettel.sinvoice.symbol'company_dependent=Truecopy=Falsehelp='If set, this symbol will be used as the default symbol for all invoices of this customer.'string='Default Symbol'
No public methods.
Loading…
Loading…