from odoo import api, models, fields class Book(models.Model): #(1) _name = 'mon_module.book' #(2) _description = 'Book' # champs... # méthodes...