mirror of
https://github.com/bringout/oca-ocb-l10n_americas.git
synced 2026-04-24 08:32:03 +02:00
56 lines
1.6 KiB
Markdown
56 lines
1.6 KiB
Markdown
# Ecuadorian Accounting
|
|
|
|
|
|
Functional
|
|
----------
|
|
|
|
This module adds accounting features for Ecuadorian localization, which
|
|
represent the minimum requirements to operate a business in Ecuador in compliance
|
|
with local regulation bodies such as the ecuadorian tax authority -SRI- and the
|
|
Superintendency of Companies -Super Intendencia de Compañías-
|
|
|
|
Follow the next configuration steps:
|
|
1. Go to your company and configure your country as Ecuador
|
|
2. Install the invoicing or accounting module, everything will be handled automatically
|
|
|
|
Highlights:
|
|
* Ecuadorian chart of accounts will be automatically installed, based on example provided by Super Intendencia de Compañías
|
|
* List of taxes (including withholds) will also be installed, you can switch off the ones your company doesn't use
|
|
* Fiscal position, document types, list of local banks, list of local states, etc, will also be installed
|
|
|
|
Technical
|
|
---------
|
|
Master Data:
|
|
* Chart of Accounts, based on recomendation by Super Cías
|
|
* Ecuadorian Taxes, Tax Tags, and Tax Groups
|
|
* Ecuadorian Fiscal Positions
|
|
* Document types (there are about 41 purchase documents types in Ecuador)
|
|
* Identification types
|
|
* Ecuador banks
|
|
* Partners: Consumidor Final, SRI, IESS, and also basic VAT validation
|
|
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-l10n_ec
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
- base
|
|
- base_iban
|
|
- account_debit_note
|
|
- l10n_latam_invoice_document
|
|
- l10n_latam_base
|
|
- account
|
|
|
|
## Source
|
|
|
|
- Repository: https://github.com/OCA/OCB
|
|
- Branch: 19.0
|
|
- Path: addons/l10n_ec
|
|
|
|
## License
|
|
|
|
This package preserves the original LGPL-3 license.
|