April 2016
Beginner to intermediate
400 pages
9h 16m
English
A third format for data import is YAML, which gives you less overhead than XML, but still more control than CSV. Traditionally, it was used for tests rather than for data import, which is why you have more possibilities to call code here.
Take the following steps to translate the first recipe in this chapter to YAML:
data/demo.yml to your manifest, in the demo section: 'demo': [
'data/demo.yml',
],- !record {id: author_af, model: res.partner} name: Alexandre Fayolle - !record {id: author_dr, model: res.partner} name: Daniel Reis - !record {id: author_hb, model: res.partner} name: Holger Brunn - !record {id: book_cookbook, model: library.book} name: Odoo cookbook ...