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
- Бухгалтерия
- Склад
- PoS
- Project
- MRP
Этот вопрос был отмечен
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']) +")"))
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
РегистрацияRelated Posts | Ответы | Просмотры | Активность | |
---|---|---|---|---|
|
2
февр. 22
|
5528 | ||
|
0
февр. 24
|
3801 | ||
api.onchange v8 doesnt work
Решено
|
|
2
сент. 15
|
4605 | |
|
0
мая 15
|
3100 | ||
|
1
июн. 24
|
1678 |