If Odoo IAP services are for Odoo community version as well? I want to post eway bill and einvoicing on government portal using Odoo community v16 in India?
Pertanyaan ini telah diberikan tanda
1
Balas
2549
Tampilan
Odoo IAP (In-App Purchase) services do work with the Community edition, but with important caveats.
## What works:
- The `iap` module is included in Odoo Community (it's in the `addons` folder of the core repo).
- The basic IAP framework — account creation, credit management, JSON-RPC calls to external IAP services — all function in Community.
- You can build and consume your own custom IAP services on Community.
## What's limited:
- Several **first-party IAP services** (like SMS, partner autocomplete via Snailmail, lead mining, etc.) are tied to modules that exist only in **Enterprise**. So while the IAP plumbing works, some of the built-in consumers of IAP credits are Enterprise-only.
- The `iap_mail` and `iap_sms` modules, for example, have Enterprise dependencies in newer versions.
## If you want to use IAP in Community:
1. **Check the module dependency tree.** For example, in v17 Community, `sms` module exists but `mass_mailing_sms` is Enterprise. Verify which specific IAP service you need and trace its dependencies.
2. **Building your own IAP service** is fully supported. The pattern is:
- Register your service on https://your-service.com/api/endpoint',
params={'account_token': account.account_token, ...}
)
```
Which specific IAP service are you trying to use? That'll help narrow down whether it's feasible on Community or needs workarounds.
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
Daftar| Post Terkait | Replies | Tampilan | Aktivitas | |
|---|---|---|---|---|
|
|
0
Mar 26
|
70 | ||
|
|
1
Okt 25
|
5128 | ||
|
|
0
Jul 25
|
2300 | ||
|
|
2
Jul 24
|
5295 | ||
|
|
0
Jun 24
|
2408 |