摘要: 1. 注册账号 4. 进入菜单:My Apps Dashboard 然后进入Repositories 3. 输入要发布的应用模块在github上的地址 注意" 12.0"表示你这个应用是基于于odoo12.0,前面的是github地址. 例如,我的应用模块accountcore,基于odoo12.0 阅读全文
posted @ 2019-11-17 16:35 黄虎 阅读(663) 评论(0) 推荐(0) 编辑
摘要: 1 //非架构 2 ; (function ($) { 3 var aspect = 5.7 / 8.8;//扑克宽和高比例 4 function PaintBoder(canv, x, y, h,poker) { 5 var boder = new Boder(canv, h); 6 boder.X = x; 7 boder.Y = y; 8 var c = ... 阅读全文
posted @ 2017-07-11 19:38 黄虎 阅读(919) 评论(0) 推荐(0) 编辑