origin https://medium.com/@jc_57445/odoo-13-is-fantastic-f2b421696b49

Most striking changes
The most striking changes, all available in Odoo Community Edition:

  • Accounting: Invoices and Journal Entries have been merged as one (this will simplify the life of the users and of the developers)
  • HR: heavily reworked and improved. New features: onboarding plan, skills, resume
  • Manufacturing: New features: Flexible components consumption, Alternative Work Centers and Subcontracting
  • Procurement: MTO & MTS rule is now available (sell 10 products, deliver using the 3 products in stock and buy the 7 missing).
  • Speed: 5 times faster !!!!! It’s not (only) marketing! A deep rework on ORM has been done to cut down the number of SQL queries being executed with great results
  • Usability: A lot of usability improvements for every app, for instance the user can select the displayed columns dynamically

New Apps
A new App has been added to Odoo Community Edition:

  • E-learning: Students can join courses, take quizzes and get XP points… in a fun way
    Some new Apps have landed in Odoo Enterprise Edition:
  • Approvals: track any of you simple company processes with an easy setup and configuration that does not need any development.
  • Fields Service: organize technicians interventions on-site and help technicians work more efficiently with a featureful mobile app (schedule, maps, time tracking, sell extra products)
  • Referral: A new app with high level of gamification to facilitate recruitment through referral
  • Rental: for rental service (Manage rental contracts, deliveries and returns)
  • Social: A new app to monitor and post on social media such as Twitter and Facebook.

Move of Apps from Community (CE) to Enterprise(EE) and the other way around
From CE to EE
After a major rework and with a large set of improvements, Payroll is now in enterprise edition. And of course, OCA has already planned some alternative … looking forward to see how that will go.

From EE to CE
CRM Lead Scoring as it’s a feature of the open source CRM app
Coupons as it’s a feature of our open source eCommerce app
Mailing Themes as the mass mailing app is open source
Website Themes as the website builder app is open source
Digital Products as it’s a feature of the eCommerce
Loyalty & Reward Programs of the POS as it’s a feature of the open source POS

Odoo 13 released..的更多相关文章

  1. 使用 pycharm调试docker环境运行的Odoo

    2019日 星期一 安装docker windows系统,参考 docker官方文档 Mac系统,参考 docker官方文档 构建自定义ODOO镜像 标准ODOO镜像可能不包含特别的python模块, ...

  2. 开源企业平台Odoo 15社区版之项目管理应用模块功能简介

    项目管理无论是各类证书的认证,如PMP.软考高级的信息系统项目管理师.中级的系统集成项目管理工程师等,还是企业实践都有着广泛的实际应用中,至今还是处于热门的行业,合格的或优化的项目经理还是偏少,对于I ...

  3. 通过inotify监控linux文件系统变化

    http://www.mjmwired.net/kernel/Documentation/filesystems/inotify.txt http://www.ibm.com/developerwor ...

  4. Linux从用户层到内核层系列 - GNU系列之glibc介绍

    题记:本系列文章的目的是抛开书本从源代码和使用的角度分析Linux内核和相关源代码,byhankswang和你一起玩转linux开发 轻松搞定TCP/IP协议栈,原创文章欢迎交流, byhankswa ...

  5. [官网]Linux版本历史

    This is a list of links to every changelog. https://kernelnewbies.org/LinuxVersions 总结一下 2.6.x 存在了八年 ...

  6. Neo4j 文档

    Graph Fundamentals 基础 Basic concepts to get you going. A graph database can store any kind of data u ...

  7. Java虚拟机性能管理神器 - VisualVM(4) - JDK版本与VisualVM版本对应关系

    Java虚拟机性能管理神器 - VisualVM(4)    -  JDK版本与VisualVM版本对应关系 JDK版本与VisualVM版本对应关系说明 JDK版本与VisualVM版本对应关系 参 ...

  8. visualvm 和jdk 对应版本下载地址列表

    http://visualvm.java.net/releases.html VisualVM Corresponding Java VisualVM VisualVM 1.3.7Released: ...

  9. Java虚拟机一览表

    免费和开源的 Java 虚拟机AegisVM (inactive since 2004).Apache Harmony — supports several architectures and sys ...

随机推荐

  1. IIS上传限制大小

    加入下面的配置即可 <?xml version="1.0" encoding="UTF-8"?> <configuration> < ...

  2. pyinstaller打包程序包含openpyxl库问题解决

    带有openpyxl库时,直接打包,总会失败: 原因:看本地文件...Anaconda3\Lib\site-packages\PyInstaller\hooks\hook-openpyxl.py 发现 ...

  3. Activiti服务类- HistoryService服务类

    转自:https://www.cnblogs.com/liuqing576598117/p/11164027.html 一共个方法15个方法 用于查询历史工作流信息1.创建查询(7个方法)//创建一个 ...

  4. fputcsv

    1.a是從結尾添加,w是從頭添加,不知爲什麽 這樣寫最後一行會是錯的,似乎不會自動添加換行符,只有在最後以行寫上"\r\n",才會正確. $fp = sugar_fopen('fi ...

  5. codeforces533E

    Correcting Mistakes CodeForces - 533E Analyzing the mistakes people make while typing search queries ...

  6. shell 统计行数,单词个数,字符个数

    如果我们想知道1.txt中有多少行,多少个单词,多少个字符.我们可以使用wc命令.选项与参数-l:今列出行-w:今列出多少字(英文单词)-m:多少字符[zhang@localhost ~]$ cat ...

  7. POJ 3616 Milking Time ——(记忆化搜索)

    第一眼看是线段交集问题,感觉不会= =.然后发现n是1000,那好像可以n^2建图再做.一想到这里,突然醒悟,直接记忆化搜索就好了啊..太蠢了.. 代码如下: #include <stdio.h ...

  8. C#程序调用CMD执行命令,将参数传递给cmd.exe

    proc.StartInfo.Arguments = "/c ping 10.2.2.125"; C#程序调用CMD执行命令 将参数传递给cmd.exe的(Passing an a ...

  9. SO2O連接報錯javax.net.ssl.SSLException: Received fatal alert: protocol_version)

    原文:https://blog.csdn.net/gudejundd/article/details/89640741 1.什么是TLSSSL 是“Secure Sockets Layer”的缩写,中 ...

  10. java课后实验性问题4

    课后作业一: 使用类的静态字段和构造函数,我们可以跟踪某个类所创建对象的个数.请写一个类,在任何时候都可以向它查询“你已经创建了多少个对象? 设计思路:定义类的构造函数时使静态变量i进行i++,即每构 ...