上一页 1 2 3 4 5 6 7 ··· 12 下一页
摘要: odoo.define('rp_hide_edit_btn_v12.hide_edit_btn', function (require) { "use strict"; var FormController = require('web.FormController'); var core = re 阅读全文
posted @ 2020-11-29 02:42 一朵包纸 阅读(1823) 评论(10) 推荐(0) 编辑
摘要: 前段时间写的【odoo自定义按钮】不是很清晰,今天有时间,翻一遍,挂好注释。 开始了还是那个需求: 在odoo的前端页面,我们也许需要在【创建】/【保存】/【导入】等按钮后,增加自定义按钮,比如【打印XXX】、【合并XXX】这种odoo没有提供的按钮。 下面是一个自定义按钮的例子,例子是在继承 hr 阅读全文
posted @ 2020-11-17 13:24 一朵包纸 阅读(1578) 评论(2) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/9ccebab67cc1 阅读全文
posted @ 2020-09-20 00:53 一朵包纸 阅读(1308) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/fxss5201/article/details/82528189 源码解析: https://blog.csdn.net/haogexiaole/article/details/79810373 阅读全文
posted @ 2020-08-10 11:27 一朵包纸 阅读(399) 评论(0) 推荐(0) 编辑
摘要: https://www.35youth.cn/644.html 阅读全文
posted @ 2020-07-03 12:33 一朵包纸 阅读(1279) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/25aa9a2ae869 阅读全文
posted @ 2020-06-18 22:05 一朵包纸 阅读(748) 评论(0) 推荐(0) 编辑
摘要: 将多行记录转化为一个字符串,用array_to_string内置函数即可! select array_to_string(array( select distinct name from tab where 1=1 ),'-->') as strs; 将一个字符串转化为多行记录,用regexp_sp 阅读全文
posted @ 2020-06-17 21:52 一朵包纸 阅读(5191) 评论(0) 推荐(1) 编辑
摘要: https://blog.csdn.net/u010339879/article/details/97691231 阅读全文
posted @ 2020-05-29 13:03 一朵包纸 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 效率高,采用的是将上传文件保存到临时地址,在对文件进行后台处 理的方式。跳过了使用后端语言从内存中写入上传文 件到本地的步骤,效率更高。 www.111com.net/sys/nginx/58642.htm 如何安装? https://www.bbsmax.com/A/Gkz1VDjQJR/ 具体的 阅读全文
posted @ 2020-05-11 22:08 一朵包纸 阅读(1095) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/bandaoyu/article/details/90583629 阅读全文
posted @ 2020-05-09 10:59 一朵包纸 阅读(962) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 12 下一页