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
- Project
- MRP
신고된 질문입니다
1
회신
2570
화면
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
|
2836 | ||
|
1
9월 25
|
2318 | ||
|
3
8월 25
|
4281 | ||
|
1
6월 25
|
2337 | ||
|
3
7월 25
|
3825 |