Loading

上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 43 下一页
摘要: 源代码位置:openerp/addons/base/ir/ir_actions.py根类型:ir.actions.actions 1 class actions(osv.osv): 2 _name = 'ir.actions.actions' 3 _table = 'ir_actio... 阅读全文
posted @ 2015-03-14 15:48 青岛欧姆网络科技 阅读(5014) 评论(0) 推荐(0) 编辑
摘要: 1. raise ValueError(_('title'),_('message'))2.raise except_orm(_('title'),_('message')) 阅读全文
posted @ 2015-03-13 14:54 青岛欧姆网络科技 阅读(453) 评论(0) 推荐(0) 编辑
摘要: 参考地址:http://www.fontslog.com/entypo-regular-otf-33800.htm#custompreview或 http://www.w3cplus.com/w3cplusDemo/demos/fontomas/index.htmlOdoo icon使用的是 Ent... 阅读全文
posted @ 2015-03-06 09:41 青岛欧姆网络科技 阅读(464) 评论(0) 推荐(0) 编辑
摘要: sudo grep -n 'xxxx' -r ./* 阅读全文
posted @ 2015-02-12 14:37 青岛欧姆网络科技 阅读(377) 评论(0) 推荐(0) 编辑
摘要: a=[1,2,4,3,5]sorted(a)output:[1,2,3,4,5] 阅读全文
posted @ 2015-01-30 15:20 青岛欧姆网络科技 阅读(126) 评论(0) 推荐(0) 编辑
摘要: pg_restore -C -d postgres db.dump 阅读全文
posted @ 2014-12-24 09:27 青岛欧姆网络科技 阅读(610) 评论(0) 推荐(0) 编辑
摘要: First ,Write Database Backup Script:pg_dump -Fc yourdatabasename > /home/yourfilepath/yourdatabasename$(date +%Y-%m-%d).dumpSave it as a file name dum... 阅读全文
posted @ 2014-12-22 09:15 青岛欧姆网络科技 阅读(1081) 评论(0) 推荐(1) 编辑
摘要: There're two commen type of actions in odoo: ir.actions.server,ir.actions.client_multi 1.Using ir.actions.server 2.Using ir.actions.act_window about i 阅读全文
posted @ 2014-12-18 19:43 青岛欧姆网络科技 阅读(2262) 评论(0) 推荐(0) 编辑
摘要: Open/etc/ssh/sshd_configand check ifPermitRootLoginis set toyes. If not, then set it to yes and restartsshwithsudo service ssh restart 阅读全文
posted @ 2014-12-11 15:21 青岛欧姆网络科技 阅读(307) 评论(0) 推荐(0) 编辑
摘要: As we all know, Odoo 8 has new api which is different with v7. So how to override the create,write,unlink orm method in odoo 8 way ?Let see it.if you ... 阅读全文
posted @ 2014-12-01 10:59 青岛欧姆网络科技 阅读(3690) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 43 下一页