mirror of
https://github.com/bringout/oca-ocb-l10n_europe.git
synced 2026-04-24 13:02:00 +02:00
54 lines
1.7 KiB
Markdown
54 lines
1.7 KiB
Markdown
# 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
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-l10n_be
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
- account
|
|
- account_edi_ubl_cii
|
|
- base_iban
|
|
- base_vat
|
|
|
|
## Source
|
|
|
|
- Repository: https://github.com/OCA/OCB
|
|
- Branch: 19.0
|
|
- Path: addons/l10n_be
|
|
|
|
## License
|
|
|
|
This package preserves the original LGPL-3 license.
|