摘要: https://zhuanlan.zhihu.com/p/45919661 推荐理由: 支持截图并编辑 阅读全文
posted @ 2020-10-05 16:19 那时一个人 阅读(118) 评论(0) 推荐(0)
摘要: 例子 from django.db import connection cr = connection.cursor() sql = 'select * from auth_permissions where id=%s' cr.execute(sql,(1,)) cr.fetchone() 查看执 阅读全文
posted @ 2020-10-05 15:54 那时一个人 阅读(189) 评论(0) 推荐(0)
摘要: 从视图结构来管控: 以stock.picking 的tree 视图为例,如果将name字段设置群组管控 <?xml version="1.0"?> <tree decoration-info="state == 'draft'" decoration-muted="state == 'cancel' 阅读全文
posted @ 2020-10-05 11:15 那时一个人 阅读(701) 评论(0) 推荐(0)