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 ...
随机推荐
- 003-官网安装openstack之-keystone身份认证服务
以下操作均在控制节点进行 1.控制节点安装keystone服务 概念理解: Keystone是OpenStack框架中,负责身份验证.服务规则和服务令牌的功能, 它实现了OpenStack的Ident ...
- [Google Guava] 9-I/O
原文链接 译文链接 译者:沈义扬 字节流和字符流 Guava使用术语”流” 来表示可关闭的,并且在底层资源中有位置状态的I/O数据流.术语”字节流”指的是InputStream或OutputStrea ...
- django加载本地html
django加载本地html from django.shortcuts import render from django.http import HttpResponse from django. ...
- 连续攻击游戏【P1640洛谷】二分图匹配变形【好题】【每次memset太慢了,用时间戳id。】
lxhgww最近迷上了一款游戏,在游戏里,他拥有很多的装备,每种装备都有2个属性,这些属性的值用[1,10000]之间的数表示.当他使用某种装备时,他只能使用该装备的某一个属性.并且每种装备最多只能使 ...
- iTerm2 半透明颜色主题与字体配置
下载iTerm2https://www.iterm2.com/ 安装. 下载这个主题https://raw.githubusercontent.com/mbadolato/iTerm2-Color-S ...
- Java 使用线程池分批插入或者更新数据
需求:在开发业务报表时,需要从MySQL数据库读取数据后进行操作,然后写入数据库,使用定时任务跑批. 分析:①兼顾性能,② MySQL没有Oracle那么方便.强大的存储过程.综上所述,使用线程池以 ...
- JAVA基础知识|小知识点
1.强烈建议,不使用char类型 那么,到底为什么java里不推荐使用char类型呢?其实,1个java的char字符并不完全等于一个unicode的字符.char采用的UCS-2编码,是一种淘汰的U ...
- 通过xshell在本地win主机和远程linux主机传输文件
1.下载和安装xshell此处不再介绍 2.安装lrzsz的软件 yum install lrzsz 3.通过xshell上传文件 只需要在XShell的菜单中点击File – Transfer – ...
- LC 984. String Without AAA or BBB
Given two integers A and B, return any string S such that: S has length A + B and contains exactly A ...
- Swift 可选链
可选链(Optional Chaining)是一种可以请求和调用属性.方法和子脚本的过程,用于请求或调用的目标可能为nil. 可选链返回两个值: 如果目标有值,调用就会成功,返回该值 如果目标为nil ...