- Odoo Development Cookbook
- Holger Brunn Alexandre Fayolle Daniel Reis
- 101字
- 2021-07-16 11:00:33
Chapter 4. Application Models
In this chapter, we will cover the following topics:
- Defining the Model representation and order
- Adding data fields to a Model
- Using a float field with configurable precision
- Adding a monetary field to a Model
- Adding relational fields to a Model
- Adding a hierarchy to a Model
- Adding constraint validations to a Model
- Adding computed fields to a Model
- Exposing Related fields stored in other models
- Adding dynamic relations using Reference fields
- Adding features to a Model using inheritance
- Using Abstract Models for reusable Model features
- Using Delegation inheritance to copy features to another Model
推薦閱讀
- Oracle WebLogic Server 12c:First Look
- Node.js Design Patterns
- Beginning Java Data Structures and Algorithms
- Learn Programming in Python with Cody Jackson
- Cassandra Data Modeling and Analysis
- Visual C++應用開發
- Learning DHTMLX Suite UI
- AppInventor實踐教程:Android智能應用開發前傳
- Internet of Things with ESP8266
- Java零基礎實戰
- 零基礎學C語言程序設計
- Practical Predictive Analytics
- Python面試通關寶典
- 自己動手構建編程語言:如何設計編譯器、解釋器和DSL
- Hadoop Blueprints