Skip to content

Odoo 开发与实施交流

No decsciption available
2.3k Topics 10.5k Posts
  • 怎么知道domain中可以使用那些对象

    6
    0 Votes
    6 Posts
    3k Views
    mrshellyM

    引用一下 buke 发的内容. 供参考:

    <br />&nbsp; &nbsp; &nbsp; &nbsp; &#039;message_ids&#039;: fields.one2many(&#039;mail.message&#039;, &#039;res_id&#039;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; domain=lambda self: [(&#039;model&#039;, &#039;=&#039;, self._name)],<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; auto_join=True,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; string=&#039;Messages&#039;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; help=&quot;Messages and communication history&quot;),<br />



    还要注意  auto_join 参数....

  • 官方公布的超酷功能,但系统里面找不到。

    5
    0 Votes
    5 Posts
    3k Views
    S

    原文在这里:https://apps.openerp.com/apps/trunk/crm/

    Fabien 昨天发微博:
    New OpenERP website: http://t.co/Kjt1OqFwQa with better explanations of all the apps: [检测到链接无效,已移除] https://t.co/VgrMVDq6u2

  • 关于OE启动流程的问题

    9
    0 Votes
    9 Posts
    4k Views
    mrshellyM

    内存错误, 应该是扩展的问题吧....

  • 0 Votes
    7 Posts
    6k Views
    1

    我其实是想用context传值的,但水平有限,于是我在模块用使用了全局变量
    惭愧啊

  • Open erp MRP 的 运行 和 BOM 表的多级展开!

    5
    0 Votes
    5 Posts
    4k Views
    T

    你的MRP模块是安装的哪一个,是生产资源计划模块吗?

  • C#调用OpenERP传入或条件

    7
    0 Votes
    7 Posts
    5k Views
    W

    谢Shelly兄!
    提示“参数计数不匹配”,我再调试看看。

  • Alert 动作要如何做呢 ?

    6
    0 Votes
    6 Posts
    4k Views
    mrshellyM

    warning 仅对 onchange 事件有效...
    按钮点击事件无效...

    不过, 如果一定要玩玩, 似科 系统log 可以尝试一下.

    看看 订单确认时, picking 单生成的提示.

  • 如何跳过 父类,继承 更上一级的函数 ?

    2
    0 Votes
    2 Posts
    2k Views
    No one has replied
  • 创建模型和字段的问题

    4
    0 Votes
    4 Posts
    4k Views
    C

    界面开发里 新字段名称是 是强制带 X_  的,

    界面开发了解一下就行了,实际工作是 没法用的,不必深入

  • OE开发中错误信息的调用

    7
    0 Votes
    7 Posts
    4k Views
    digitalsatoriD

    [检测到链接无效,已移除]

  • 会议提醒,提醒时间问题。

    2
    0 Votes
    2 Posts
    2k Views
    No one has replied
  • Name 'method' is not defined 的错误提示检查结果

    10
    0 Votes
    10 Posts
    6k Views
    1

    是的,如果定义一个方法即可,只是我用不上,所以就删除掉了

  • OE6如何添加message

    6
    0 Votes
    6 Posts
    3k Views

    嗯。多谢。两位。先去研究jeff说的自动动作看看

  • 学习OE 如何定义视图的类型

    4
    0 Votes
    4 Posts
    3k Views
    1

    除开这个方法,我还是依然认为 def view_header_get() 这个函数可以 根据用户的uid 来指向 某个view_id
    虽然我还没做得出来,但我相信这个方法肯定行

  • 0 Votes
    5 Posts
    3k Views
    M

    这回没有覆写write函数 在你的对象定义中 覆写write函数即可

  • MRP_BOM 的主从定义

    7
    0 Votes
    7 Posts
    4k Views
    1

    测试结果,合计14天,失败

  • OpenERP7.0中有新邮件到达时,没有任何提示信息

    4
    0 Votes
    4 Posts
    3k Views
    S

    给马尼我很乐意,合情合理。目前有没有规范的付费开发流程?就是说在哪里找人开发、如何支付、如何交付最终产品、质量保证等。

  • 人力资源/员工/出生日期年份选择问题

    2
    0 Votes
    2 Posts
    1k Views
    No one has replied
  • 在win7下安装oe7时无法选择postgresql安装

    3
    0 Votes
    3 Posts
    4k Views
    mrshellyM

    😄 我就说嘛. .清理注册表...

    主要就是 PostgreSQL 在注册表中的信息未清理干净.
    而安装程序又是去检查注册表的主键来确认是否安装了 PostgreSQL.

    就造成了, 卸载了, 下次安装 OpenERP 的时候, 不能正常勾选 PostgreSQL server 安装...

  • OE7.0中wizard的写法

    3
    0 Votes
    3 Posts
    4k Views
    C

    真及时 ,正好下面要写了

    谢谢分享