oca-ocb-l10n_europe/odoo-bringout-oca-ocb-l10n_be
Ernad Husremovic 36e2aa27a1 Optimize refresh_package_links.py with local hash comparison
- Added local hash comparison to prevent unnecessary GitHub URL generation
- Only build GitHub mappings for packages that actually changed commit hashes
- Reduced file updates from 1758/2075 to 1/2075 files (99.94% improvement)
- Implemented get_current_hash_from_content() to extract hashes from existing URLs
- Added build_local_hash_mapping() for fast local git hash lookup
- Performance improvement: only fetch git hashes when changes are detected

🤖 assisted by claude
2025-08-30 19:28:28 +02:00
..
doc Optimize refresh_package_links.py with local hash comparison 2025-08-30 19:28:28 +02:00
l10n_be Initial commit: L10N_Europe packages 2025-08-29 15:20:52 +02:00
pyproject.toml Initial commit: L10N_Europe packages 2025-08-29 15:20:52 +02:00
README.md Initial commit: L10N_Europe packages 2025-08-29 15:20:52 +02:00

Belgium - Accounting

This is the base module to manage the accounting chart for Belgium in Odoo.

After installing this module, the Configuration wizard for accounting is launched. * We have the account templates which can be helpful to generate Charts of Accounts. * On that particular wizard, you will be asked to pass the name of the company, the chart template to follow, the no. of digits to generate, the code for your account and bank account, currency to create journals.

Thus, the pure copy of Chart Template is generated.

Wizards provided by this module:

* Partner VAT Intra: Enlist the partners with their related VAT and invoiced
  amounts. Prepares an XML file format.

    **Path to access :** Invoicing/Reporting/Legal Reports/Belgium Statements/Partner VAT Intra
* Periodical VAT Declaration: Prepares an XML file for Vat Declaration of
  the Main company of the User currently Logged in.

    **Path to access :** Invoicing/Reporting/Legal Reports/Belgium Statements/Periodical VAT Declaration
* Annual Listing Of VAT-Subjected Customers: Prepares an XML file for Vat
  Declaration of the Main company of the User currently Logged in Based on
  Fiscal year.

    **Path to access :** Invoicing/Reporting/Legal Reports/Belgium Statements/Annual Listing Of VAT-Subjected Customers

Installation

pip install odoo-bringout-oca-ocb-l10n_be

Dependencies

This addon depends on:

  • account
  • base_iban
  • base_vat
  • l10n_multilang

Manifest Information

  • Name: Belgium - Accounting
  • Version: 2.0
  • Category: Accounting/Localizations/Account Charts
  • License: LGPL-3
  • Installable: False

Source

Based on OCA/OCB branch 16.0, addon l10n_be.

License

This package maintains the original LGPL-3 license from the upstream Odoo project.

Documentation

  • Overview: doc/OVERVIEW.md
  • Architecture: doc/ARCHITECTURE.md
  • Models: doc/MODELS.md
  • Controllers: doc/CONTROLLERS.md
  • Wizards: doc/WIZARDS.md
  • Install: doc/INSTALL.md
  • Usage: doc/USAGE.md
  • Configuration: doc/CONFIGURATION.md
  • Dependencies: doc/DEPENDENCIES.md
  • Troubleshooting: doc/TROUBLESHOOTING.md
  • FAQ: doc/FAQ.md