Navigation

    Odoo 中文社区

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. ccdos
    C
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    ccdos

    @ccdos

    0
    Reputation
    516
    Posts
    1355
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    ccdos Follow

    Best posts made by ccdos

    This user hasn't posted anything yet.

    Latest posts made by ccdos

    • RE: Tree 中的button的context的问题

      传入的变量 有个 ids 吧 ?

      取出 id ,再 browse 获得数据

      posted in Odoo 新手求助
      C
      ccdos
    • RE: 创建员工和部门信息时候出现循环的问题

      应该留空吧
      自己 不能作为 自己的上级

      posted in Odoo 开发与实施交流
      C
      ccdos
    • RE: 推荐一个高水平的Odoo复杂业务分析范例

      总监在 社区的贡献 有目共睹

      posted in Odoo 新手求助
      C
      ccdos
    • RE: 关于自定义模块开发,小弟有一事相问

      好像标准功能里没有自动刷新功能

      posted in Odoo 开发与实施交流
      C
      ccdos
    • RE: 关于 statusbar_colors 的问题

      我尝试了, 没出错, 但是 也没效果。

      估计 还要修改一下 css

      posted in Odoo 开发与实施交流
      C
      ccdos
    • RE: 关于 statusbar_colors 的问题

      浏览了一下 代码

      8。0 里面 确实 没有了对 statusbar_colors 属性的处理

      7.0 的代码:

      &nbsp; &nbsp; render_value: function() {<br />&nbsp; &nbsp; &nbsp; &nbsp; var self = this;<br />&nbsp; &nbsp; &nbsp; &nbsp; var content = QWeb.render(&quot;FieldStatus.content&quot;, {widget: self});<br />&nbsp; &nbsp; &nbsp; &nbsp; self.$el.html(content);<br />&nbsp; &nbsp; &nbsp; &nbsp; var colors = JSON.parse((self.node.attrs || {}).statusbar_colors || &quot;{}&quot;);<br />&nbsp; &nbsp; &nbsp; &nbsp; var color = colors[self.get(&#039;value&#039;)];<br />&nbsp; &nbsp; &nbsp; &nbsp; if (color) {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; self.$(&quot;oe_active&quot;).css(&quot;color&quot;, color);<br />&nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; },<br />&nbsp; &nbsp; 
      


         
         
         
      8.0 的对应代码
         

      &nbsp; &nbsp; render_value: function() {<br />&nbsp; &nbsp; &nbsp; &nbsp; var self = this;<br />&nbsp; &nbsp; &nbsp; &nbsp; var content = QWeb.render(&quot;FieldStatus.content&quot;, {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#039;widget&#039;: self, <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#039;value_folded&#039;: _.find(self.selection.folded, function(i){return i[0] === self.get(&#039;value&#039;);})<br />&nbsp; &nbsp; &nbsp; &nbsp; });<br />&nbsp; &nbsp; &nbsp; &nbsp; self.$el.html(content);<br />&nbsp; &nbsp; },&nbsp; &nbsp; 
      
      posted in Odoo 开发与实施交流
      C
      ccdos
    • RE: Odoo应用模块开发职位招聘,公司提供技术培训

      洋文不懂, 帮顶

      posted in 公告发布
      C
      ccdos
    • RE: 免费下载淘宝OpenERP系统

      [quote author=iesxq link=topic=5967.msg31025#msg31025 date=1442453644]
      关键是后面oscg的老肖改了吗?刚还想跟他们合作开发呢,咋能这样呢?
      [/quote]

      已经下载不了了

      posted in Odoo 新闻
      C
      ccdos
    • RE: 新手在centos7安装odoo8.0成功,但创建帐套一直错误,怎么破?

      不能肯定,可能是缺个 python包,

      passlib


      你要仔细看 log 才能准备定位问题。

      另外 , 8 是没你这个问题的,我一直追着呢

      posted in Odoo 安装指南
      C
      ccdos
    • RE: 论坛回来了

      Y

      posted in 公告发布
      C
      ccdos