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:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- 프로젝트
- MRP
신고된 질문입니다
1
회신
3105
화면
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)
| 관련 게시물 | 답글 | 화면 | 활동 | |
|---|---|---|---|---|
|
|
0
7월 22
|
3295 | ||
|
|
1
11월 25
|
7382 | ||
|
|
2
10월 25
|
3314 | ||
|
|
1
9월 25
|
3220 | ||
|
|
3
8월 25
|
5749 |