- Odoo Development Essentials
- Daniel Reis
- 246字
- 2021-07-23 19:28:07
A word about Odoo product versions
At the date of writing, Odoo's latest stable is version 8, marked on GitHub as branch 8.0. This is the version we will work with throughout the book.
It's important to note that Odoo databases are incompatible between Odoo major versions. This means that if you run Odoo 8 server against an Odoo/OpenERP 7 database, it won't work. Non-trivial migration work is needed before a database can be used with a later version of the product.
The same is true for modules: as a general rule a module developed for an Odoo major version will not work with other versions. When downloading a community module from the Web, make sure it targets the Odoo version you are using.
On the other hand, major releases (7.0, 8.0) are expected to receive frequent updates, but these should be mostly fixes. They are assured to be "API stable", meaning that model data structures and view element identifiers will remain stable. This is important because it means there will be no risk of custom modules breaking due to incompatible changes on the upstream core modules.
And be warned that the version in the master branch will result in the next major stable version, but until then it's not "API stable" and you should not use it to build custom modules. Doing so is like moving on quicksand: you can't be sure when some changes will be introduced that will make you custom module break.
- Advanced Quantitative Finance with C++
- Python 3.7網絡爬蟲快速入門
- 從程序員到架構師:大數據量、緩存、高并發、微服務、多團隊協同等核心場景實戰
- Rust Cookbook
- Building Mapping Applications with QGIS
- Functional Kotlin
- PhoneGap Mobile Application Development Cookbook
- C++面向對象程序設計習題解答與上機指導(第三版)
- 快人一步:系統性能提高之道
- HTML5從入門到精通(第4版)
- Python機器學習之金融風險管理
- Couchbase Essentials
- 微信小程序開發實戰:設計·運營·變現(圖解案例版)
- 跟戴銘學iOS編程:理順核心知識點
- Java編程指南:語法基礎、面向對象、函數式編程與項目實戰