Repository
odoo/odoo · module folder
Module version
1.0
Category
Accounting/Localizations/Account Charts
Folder size
0.02 MB
License
LGPL-3
Application
No
Auto-installable
Yes
Website
None
Last tracking update
2026-08-07 06:46:58
Authors
Odoo S.A.
Maintainers
Odoo S.A.
Committers
Odoo Translation Bot, Dylan Kiss (dyki), hatr-odoo, igbe
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Report ledger for Bulgaria
    

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
l10n_bg_journal_view_form l10n_bg.journal.view.form account.journal form Inherits account.view_account_journal_form
l10n_bg_move_view_filter l10n_bg.move.view.filter account.move Inherits account.view_account_invoice_filter
l10n_bg_move_view_form l10n_bg.move.view.form account.move form Inherits account.view_move_form
l10n_bg_move_view_tree l10n_bg.move.view.tree account.move tree Inherits account.view_invoice_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (3)
  • l10n_bg_credit_notes Selection
    default='03' selection='_l10n_bg_document_type_selection_values' string='Credit Notes'
  • l10n_bg_customer_invoice Selection
    default='01' selection='_l10n_bg_document_type_selection_values' string='Customer Invoices'
  • l10n_bg_debit_notes Selection
    default='02' selection='_l10n_bg_document_type_selection_values' string='Debit Notes'
Public methods (0)

No public methods.

New fields (3)
  • l10n_bg_document_number Char
    compute='_compute_l10n_bg_document_number' string='Document Number (BG)'
  • l10n_bg_document_type Selection
    compute='_compute_l10n_bg_document_type' copy=False readonly=False selection='_l10n_bg_document_type_selection_values' store=True string='Document Type (BG)'
  • l10n_bg_exemption_reason Selection
    selection=[('01', '01 - A delivery under Part 1 of Appendix 2 of LVAT'), ('02', '02 - A delivery under Part 2 of Appendix 2 of LVAT'), ('03', '03 - Import under Appendix 3 of VAT act')] string='Exemption reason (BG)'
Public methods (0)

No public methods.

Loading…