Odoo 13 released..
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..的更多相关文章
- 使用 pycharm调试docker环境运行的Odoo
2019日 星期一 安装docker windows系统,参考 docker官方文档 Mac系统,参考 docker官方文档 构建自定义ODOO镜像 标准ODOO镜像可能不包含特别的python模块, ...
- 开源企业平台Odoo 15社区版之项目管理应用模块功能简介
项目管理无论是各类证书的认证,如PMP.软考高级的信息系统项目管理师.中级的系统集成项目管理工程师等,还是企业实践都有着广泛的实际应用中,至今还是处于热门的行业,合格的或优化的项目经理还是偏少,对于I ...
- 通过inotify监控linux文件系统变化
http://www.mjmwired.net/kernel/Documentation/filesystems/inotify.txt http://www.ibm.com/developerwor ...
- Linux从用户层到内核层系列 - GNU系列之glibc介绍
题记:本系列文章的目的是抛开书本从源代码和使用的角度分析Linux内核和相关源代码,byhankswang和你一起玩转linux开发 轻松搞定TCP/IP协议栈,原创文章欢迎交流, byhankswa ...
- [官网]Linux版本历史
This is a list of links to every changelog. https://kernelnewbies.org/LinuxVersions 总结一下 2.6.x 存在了八年 ...
- Neo4j 文档
Graph Fundamentals 基础 Basic concepts to get you going. A graph database can store any kind of data u ...
- Java虚拟机性能管理神器 - VisualVM(4) - JDK版本与VisualVM版本对应关系
Java虚拟机性能管理神器 - VisualVM(4) - JDK版本与VisualVM版本对应关系 JDK版本与VisualVM版本对应关系说明 JDK版本与VisualVM版本对应关系 参 ...
- visualvm 和jdk 对应版本下载地址列表
http://visualvm.java.net/releases.html VisualVM Corresponding Java VisualVM VisualVM 1.3.7Released: ...
- Java虚拟机一览表
免费和开源的 Java 虚拟机AegisVM (inactive since 2004).Apache Harmony — supports several architectures and sys ...
随机推荐
- 2019HDU多校第三场 K subsequence——最小费用最大流
题意 给定一个 $n$ 个整数的数列,从中至多选取 $k$ 个上升子序列(一个元素最多被选一次),使得选取的元素和最大. 分析 考虑这个问题和经典网络流问题“最长不下降子序列”相似,我们考虑对这个建图 ...
- C#百度api 根据经纬度获取地址
public string GetAddress(string lat, string lng) { try { string res = ""; string url = @&q ...
- Oracle 物理结构(五) 文件-在线日志文件
一.什么是在线日志文件 默认情况下redo的块大小是磁盘的扇区大小,通常是512字节,但是现在很多磁盘开始支持4k的扇区,oracle能自动识别并使用4k的大小,但是使用4k的redo block会有 ...
- wangEditor实现ctrl+v粘贴word图片并上传
很多时候我们用一些管理系统的时候,发布新闻.公告等文字类信息时,希望能很快的将word里面的内容直接粘贴到富文本编辑器里面,然后发布出来.减少排版复杂的工作量. 下面是借用百度doc 来快速实现这个w ...
- luogu 2272
Tarjan 缩点 拓扑排序 套路题
- 【线性代数】7-2:线性变化的矩阵(The Matrix of a Linear Transformation)
title: [线性代数]7-2:线性变化的矩阵(The Matrix of a Linear Transformation) categories: Mathematic Linear Algebr ...
- 微服务springboot视频最新SpringBoot2.0.3版本技术视频教程【免费学习】
超火爆的springboot微服务技术怎么学,看这里,springboot超详细的教程↓↓↓↓↓↓https://ke.qq.com/course/179440?tuin=9b386640 01.sp ...
- 【LeetCode-86】分隔链表
[题目描述] 给定一个链表和一个特定值 x,对链表进行分隔,使得所有小于 x 的节点都在大于或等于 x 的节点之前. 你应当保留两个分区中每个节点的初始相对位置. 示例: 输入: head = 1-& ...
- idea导入项目之后包位置报错
解决办法:
- c 判断是否为nan
/* isnan example */ #include <stdio.h> /* printf */ #include <math.h> /* isnan, sqrt */ ...