I am new using odoo and I have to connect odoo V8 with other API application. I learn how to consume the API from Python code and work fine, but I can't find documentation about how consume it using odoo. I appreciate any help.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Boekhouding
- Voorraad
- PoS
- Project
- MRP
Deze vraag is gerapporteerd
In my case was so simple like install google map library on my Ubuntu server an consume it inside a method.
import googlemaps
gmaps = googlemaps.Client(key='my_especial_key')
geocode_result = gmaps.geocode(street + ", " + street2 + ", " + city + ", " + zip)
raise osv.except_osv(("Warning!"), (str(geocode_result[0]['formatted_address']) + " (lat: " +str(geocode_result[0]['geometry']['location']['lat']) + ") (lng: "+ str(geocode_result[0]['geometry']['location']['lng']) +")"))
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
AanmeldenGerelateerde posts | Antwoorden | Weergaven | Activiteit | |
---|---|---|---|---|
|
2
feb. 22
|
5521 | ||
|
0
feb. 24
|
3795 | ||
api.onchange v8 doesnt work
Opgelost
|
|
2
sep. 15
|
4596 | |
|
0
mei 15
|
3093 | ||
|
1
jun. 24
|
1668 |