# -*- coding: utf-8 -*- from odoo import models class HomePage(models.TransientModel): _name = 'web3.index' _description = 'Web3 Index' _transient = True