how json read record from odoo and post to web and return to odoo
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- सीआरएम
- e-Commerce
- लेखांकन
- इन्वेंटरी
- PoS
- Project
- MRP
This question has been flagged
1
Reply
2282
Views
def get_api_token(self):
data = {
'api_key': self.paymob_publishable_key
}
api_token = requests.post("https://accept.paymob.com/api/auth/tokens", json=data)
token = api_token.json()['token']
print(token)
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
जुल॰ 22
|
2558 | ||
|
3
अग॰ 25
|
3296 | ||
|
1
जून 25
|
1565 | ||
|
3
जुल॰ 25
|
3227 | ||
|
1
मई 25
|
1376 |