mirror of
https://github.com/bringout/oca-ocb-l10n_europe.git
synced 2026-04-23 03:32:02 +02:00
62 lines
1.5 KiB
Markdown
62 lines
1.5 KiB
Markdown
# Luxembourg - Accounting
|
|
|
|
|
|
This is the base module to manage the accounting chart for Luxembourg.
|
|
======================================================================
|
|
|
|
* the Luxembourg Official Chart of Accounts (law of June 2009 + 2015 chart and Taxes),
|
|
* the Tax Code Chart for Luxembourg
|
|
* the main taxes used in Luxembourg
|
|
* default fiscal position for local, intracom, extracom
|
|
|
|
Notes:
|
|
* the 2015 chart of taxes is implemented to a large extent,
|
|
see the first sheet of tax.xls for details of coverage
|
|
* to update the chart of tax template, update tax.xls and run tax2csv.py
|
|
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-l10n_lu
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
This addon depends on:
|
|
- account
|
|
- base_iban
|
|
- base_vat
|
|
- l10n_multilang
|
|
|
|
## Manifest Information
|
|
|
|
- **Name**: Luxembourg - Accounting
|
|
- **Version**: 2.2
|
|
- **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_lu`.
|
|
|
|
## 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
|
|
- Reports: doc/REPORTS.md
|
|
- Security: doc/SECURITY.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
|