Chapter 4. Module Data

Most Odoo module definitions, such as user interfaces and security rules, are actually data records stored in specific database tables. The XML and CSV files found in modules are not used by Odoo applications at runtime. They are instead a means to load those definitions into the database tables.

Because of this, an important part of Odoo modules is about representing (serializing) that data using files so that can be later loaded into a database.

Modules can also have default and demonstration data. Data representation allows adding that to our modules. Additionally, understanding Odoo data representation formats is important in order to export and import business data in the context of a project implementation.

Before we ...

Get Odoo 10 Development Essentials now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.