2018年10月

来自简书的小薇创新
发文日期:2018.10.05 09:22* 字数 381 阅读 20评论 0喜欢 0
https://www.jianshu.com/p/1103b04381ce

以下为全文备查:
期盼已久的odoo12 正式在2018-10-4发布。本次发布着重围绕新功能和成功用户案例分享开展。在新功能阐述上,可以看到12版本确实加入了不少艳羡和实用的功能。更智能的仪表盘,更易用的仓库路线,更强大的web studio,更高效率的扫码...得益于这些,我们可以欣喜看到odoo花费了6年时间,成为一间伟大的公司(410万用户,1350个官方伙伴,创造22000个职位...),足可以比肩世界巨头SAP。

- 阅读剩余部分 -

直播地址:
https://www.youtube.com/watch?v=KhDg-t0F_T8
odoo12-提速.png
直播内容:
The create() method of the ORM has been changed to create several records in batch, which improves the performance of creation. This talk explains the motivation behind the change: the queries to trigger the recomputations are performed once for the batch instead of once for each record. Several examples show how to use it, and how to override the create() method.