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?
La domanda è stata contrassegnata
1
Rispondi
2553
Visualizzazioni
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.
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
Registrati| Post correlati | Risposte | Visualizzazioni | Attività | |
|---|---|---|---|---|
|
|
0
mar 26
|
70 | ||
|
|
1
ott 25
|
5128 | ||
|
|
0
lug 25
|
2300 | ||
|
|
2
lug 24
|
5295 | ||
|
|
0
giu 24
|
2408 |