Skip to Content
Menu
This question has been flagged
1 Reply
6120 Views

Hello guys,

I've just installed odoo 12 and started to configure a company. I remarked that the autocompletion doesn't work so I checked the server logs(see below) to understand that there are services to subscribe to provide nice to have services.

However I couldn't find anywhere relevant information regarding:

  • What's the list of available services and their pricing

  • Where to subscribe to them

  • How to pay

  • where to get the app key

  • how to configure the app key in our Odoo CE in order to access those services

  • ..ETc


Could anyone help please?

thanks a lot

WARNING the odoo.addons.partner_autocomplete.models.res_partner: Insufficient Credits for Autocomplete Service: {"credit": 1, "body": "\n        <div class=\"container-fluid\">\n            <div class=\"row mt-5 mb-4\">\n                <div class=\"col-1 offset-md-1\">\n                    <i class=\"fa fa-4x fa-magic\"></i>\n                </div>\n                <div class=\"col-5\">\n                    <h2>\n                        Fill your partner's data automatically !<br/>\n                        <small>For only <strong class=\"text-success\">0.50 EUR</strong> per partner</small>\n                    </h2>\n                </div>\n            </div>\n            <div class=\"row mb-4\">\n                <div class=\"col col-6 offset-md-1\">\n                    <p class=\"lead font-weight-bold\"></p>\n                    <p>\n                        With a name or a VAT number, get a bunch of informations about your partner company. Address, phone, email, contact persons, bank accounts, and much more are just one click away !\n                    </p>\n                </div>\n\n            </div>\n        </div>\n    ", "message": "You don't have enough credits on your account to use this service.", "base_url": "https://iap.odoo.com/iap/1/credit", "service_name": "partner_autocomplete"}



Avatar
Discard
Best Answer

Some information available.  I don't see that https://iap.odoo.com is finished yet.


Every service provided through the In-App platform can be used by the clients with tokens or credits. The credits are an integer unit and their monetary value depends on the service and is decided by the provider. This could be:

  • for an sms service: 1 credit = 1 sms,
  • for an add service: 1 credit = 1 add,
  • for a postage service: 1 credit = 1 post stamp.

A credit can also simply be associated with a fixed amount of money to palliate the variations of price (e.g. the prices of sms and stamps may vary following the countries).

The value of the credits is fixed with the help of prepaid credit packs that the clients can buy on https://iap.odoo.com (see Packages).


From https://www.odoo.com/documentation/12.0/webservices/iap.html

Avatar
Discard