# -*- coding: utf-8 -*- from odoo import fields, models class CollectIndex(models.Model): _name = 'collection.index' _description = 'Collection Index' _transient = True