Skip to content

Odoo 开发与实施交流

No decsciption available
2.3k Topics 10.5k Posts
  • odoo附件存放地址

    2
    0 Votes
    2 Posts
    997 Views
    digitalsatoriD

    用命令行参数或配置文件指定一下新的文件目录地址:

    -D DATA_DIR, --data-dir=DATA_DIR Directory where to store Odoo data
  • 新手安装odoo10于ubuntu16.04及初期数据处理交流

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • mass editing 如何提高速度

    4
    0 Votes
    4 Posts
    2k Views
    digitalsatoriD

    @1234567 在 mass editing 如何提高速度 中说:

    下面就是这个方法,应该不是吧,感觉像是write方法中的循环导致的。

    发送邮件是一个耗时的操作,感觉应该放到一个线程里。

  • Odoo 10安装后无法加载模块

    2
    0 Votes
    2 Posts
    2k Views
    JoshuaJ

    @james-may 建议你查看下odoo server的日志,日志里面应该会有相应的提示

  • 视图设计, many2one类型的字段,以列表的形式显示。

    7
    0 Votes
    7 Posts
    4k Views
    Y

    @digitalsatori 我在视图里面这么写,不知道为什么没生效, 然后我就在定义字段的时候,加了domain。然后就生效了。

  • odoo8 怎么一次选择多个用户,然后发邮件?

    4
    0 Votes
    4 Posts
    3k Views
    Y

    @joshua 好的,谢谢~

  • Odoo 10 开发指南(待完善-更新至第四章)

    2
    0 Votes
    2 Posts
    3k Views
    Y

    非常抱歉,由于近期工作特别繁忙,可能无法及时更新,最坏可能会停更两月。还请大家见谅!~

  • odoo8升级到10好,还是11好?求建议

    12
    1 Votes
    12 Posts
    12k Views

    @digitalsatori 大神,我再问个事儿,ODOO11的前端是支持html5自适应吧?手机app直接内嵌页面,它能正常显示么?

  • 0 Votes
    3 Posts
    2k Views
    Y

    @jacksonleezy 谢谢你的回复,这个问题已经解决了,应该是我的权限没有配置好。

  • 求助大神,关于工作流的难题。

    5
    0 Votes
    5 Posts
    3k Views
    Y

    @digitalsatori sub-flow子工作流是怎么使用的,Odoo7中的销售订单和销售发票的工作流的关联关系。这个是在odoo7 的用户手册里面吗?

  • ODOO COMMIT 每日一读

    5
    1 Votes
    5 Posts
    3k Views
    digitalsatoriD

    第七篇:费用报告上限制混用不同的支付方式

  • 0 Votes
    2 Posts
    2k Views
    J

    问题解决了,客户端使用的360浏览器,切换到极速模式就能正常访问。

  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    4 Posts
    2k Views
    digitalsatoriD

    @226408 实在不好意思,看得不仔细。费用是由公司垫付的啊,谢谢啦!

  • 0 Votes
    3 Posts
    2k Views
    Y

    @萧云飞 谢谢你的指导,我换了个方案做条件约束,解决了。

  • Odoo 10 JAVA api?

    9
    0 Votes
    9 Posts
    5k Views
    digitalsatoriD

    @tetsu
    代码中的说明,应该能看得懂吧:

    ~odoo.fields.One2many and ~odoo.fields.Many2many use a special "commands" format to manipulate the set of records stored in/associated with the field.

    This format is a list of triplets executed sequentially, where each triplet is a command to execute on the set of records. Not all commands apply in all situations. Possible commands are:

    (0, _, values)
    adds a new record created from the provided value dict.

    (1, id, values)
    updates an existing record of id id with the values in values. Can not be used in :meth:~.create.

    (2, id, _)
    removes the record of id id from the set, then deletes it (from the database). Can not be used in :meth:~.create.

    (3, id, _)
    removes the record of id id from the set, but does not delete it. Can not be used on ~odoo.fields.One2many. Can not be used in :meth:~.create.

    (4, id, _)
    adds an existing record of id id to the set. Can not be used on :class:~odoo.fields.One2many.

    (5, _, _)
    removes all records from the set, equivalent to using the command 3 on every record explicitly. Can not be used on :class:~odoo.fields.One2many. Can not be used in :meth:~.create.

    (6, _, ids)
    replaces all existing records in the set by the ids list, equivalent to using the command 5 followed by a command 4 for each id in ids.

    Note: Values marked as _ in the list above are ignored and can be anything, generally 0 or False.

  • 0 Votes
    3 Posts
    2k Views
    Y

    @digitalsatori 我更新别的模块没有问题, 这个模块一更新就报错,但是我本地是没有问题的,报错是在编译服务器上,我把数据库重新恢复一下,就不会报错了,但是不能更新这个模块。大神能分享一下排查方法吗?

  • Odoo Android APP无法使用,求解决方法

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • 0 Votes
    2 Posts
    4k Views
    eremiterE

    @guohuadeng 在 odoo11-windows64位高性能最新绿色版下载及制作方法-提速50% 中说:

    主要用于开发,便于多版本共存及本机快速测试。实测下发现比旧的绿色性性能提升很多,共享下。
    64位版本性能会比32位高很多,包括高效指令及大内存更快巡址。对高资源消耗的odoo,使用64位是十分有必要的。

    本版本参考 greenodoo 绿色版,在全部进行了64位版本更新的基础上进行了参数优化,同时因为使用了nginx,实现了longpolling,可以使用桌面消息通知,也不会经常报错了。

    主要由以下主要程序组成

    python 2.7.13 ,64位 postgresql 9.6.4 ,64位 Nginx 1.12.1, 32位 odoo 11 ,官方github,20170817版(注意选择master分支),如果需要 最新版点此下载

    实测效果:

    32位绿色版新建一个默认数据库用时 1分28秒

    64位优化版用时 51秒,性能提升明显

    详细信息访问
    http://www.sunpop.cn/odoo11_fast_x64_download/
    或者Github
    https://github.com/guohuadeng/odoo11-x64

    牛人一个,odoo10也能提速多少呢

  • 0 Votes
    2 Posts
    1k Views
    Y

    更正一下是store_fname对应的文件消失了