- 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.
推薦閱讀
- Deploying Node.js
- INSTANT MinGW Starter
- Ray分布式機器學習:利用Ray進行大模型的數據處理、訓練、推理和部署
- QGIS:Becoming a GIS Power User
- Gradle for Android
- Getting Started with Gulp
- Citrix XenServer企業運維實戰
- C++程序設計教程
- Java EE架構設計與開發實踐
- AngularJS UI Development
- Getting Started with JUCE
- Mastering MeteorJS Application Development
- Expert Angular
- 深入淺出Rust
- RPA開發:UiPath入門與實戰