- Odoo Development Essentials
- Daniel Reis
- 120字
- 2021-07-23 19:28:09
Understanding applications and modules
It's common to hear about Odoo modules and applications. But what exactly is the difference between them? Modules are building blocks of Odoo applications. A module can add or modify Odoo features. It is supported by a directory containing a manifest or descriptor file (named __openerp__.py
) and the remaining files that implement its features. Sometimes, modules can also be referred to as "add-ons." Applications are not different from regular modules, but functionally, they provide a central feature, around which other modules add features or options. They provide the core elements for a functional area, such as accounting or HR, around which other modules add features. Because of this, they are highlighted in the Odoo Apps menu.
推薦閱讀
- Learning Data Mining with Python
- Servlet/JSP深入詳解
- H5頁面設計:Mugeda版(微課版)
- C語言程序設計教程
- Unity UI Cookbook
- Multithreading in C# 5.0 Cookbook
- 編寫高質量代碼:改善Objective-C程序的61個建議
- Rust游戲開發實戰
- 啊哈C語言!:邏輯的挑戰(修訂版)
- SCRATCH編程課:我的游戲我做主
- Koa與Node.js開發實戰
- 計算機應用基礎(Windows 7+Office 2010)
- Mastering Magento Theme Design
- Lync Server Cookbook
- Boost.Asio C++ Network Programming Cookbook