April 2016
Beginner to intermediate
400 pages
9h 16m
English
While you can do everything you need with XML files, this format is not the most convenient when you need to provide larger amounts of data, especially given that many people are more comfortable preprocessing data in Calc, or some other spreadsheet software. Another advantage of this format is that it is what you get when you use the standard export function. In this recipe, we'll have a look at importing table-like data.
Traditionally, access control lists (ACLs), (refer to Chapter 10, Access Security) are a type of data that is loaded via CSV files:
security/ir.model.access.csv to your data files:'data': [
…
'security/ir.model.access.csv',
],"id","name","model_id:id","group_id:id","perm_read", ...