Odoo 11 Development Cookbook(Second Edition)
上QQ阅读APP看书,第一时间看更新

Adding data fields to a Model

Models are meant to store data, and this data is structured in fields. Here, we will learn about the several types of data that can be stored in fields, and how to add them to a model.