mirror of
https://github.com/bringout/oca-ocb-l10n_asia-pacific.git
synced 2026-04-23 17:02:00 +02:00
34 lines
1 KiB
Markdown
34 lines
1 KiB
Markdown
# Indian - E-invoicing
|
|
|
|
|
|
Indian - E-invoicing
|
|
====================
|
|
To submit invoicing through API to the government.
|
|
We use "Tera Software Limited" as GSP
|
|
Step 1: First you need to create an API username and password in the E-invoice portal.
|
|
Step 2: Switch to company related to that GST number
|
|
Step 3: Set that username and password in Odoo (Goto: Invoicing/Accounting -> Configuration -> Settings -> Customer Invoices or find "E-invoice" in search bar)
|
|
Step 4: Repeat steps 1,2,3 for all GSTIN you have in odoo. If you have a multi-company with the same GST number then perform step 1 for the first company only.
|
|
For the creation of API username and password please ref this document: <https://service.odoo.co.in/einvoice_create_api_user>
|
|
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-l10n_in_edi
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
- account_edi
|
|
- l10n_in
|
|
|
|
## Source
|
|
|
|
- Repository: https://github.com/OCA/OCB
|
|
- Branch: 19.0
|
|
- Path: addons/l10n_in_edi
|
|
|
|
## License
|
|
|
|
This package preserves the original LGPL-3 license.
|