odoo 上传与下载附件

发布时间 2023-11-09 11:45:13作者: 那时一个人

postman 上传成功示例:

image
路由地址:/web/binary/upload_attachment

获取odoo 的cookie和csrf_token

csrf_token 调用方法:request.csrf_token()

cookie 很难获取,建议重新写路由