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?
คำถามนี้ถูกตั้งค่าสถานะ
1
ตอบกลับ
2548
มุมมอง
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.
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อ| Related Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
|---|---|---|---|---|
|
|
0
มี.ค. 26
|
70 | ||
|
|
1
ต.ค. 25
|
5125 | ||
|
|
0
ก.ค. 25
|
2300 | ||
|
|
2
ก.ค. 24
|
5293 | ||
|
|
0
มิ.ย. 24
|
2406 |