mirror of
https://github.com/bringout/oca-ocb-l10n_europe.git
synced 2026-04-23 05:12:07 +02:00
75 lines
2.3 KiB
Markdown
75 lines
2.3 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
|
|
|
|
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](https://github.com/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
|