web3_index.py 169 B

123456789
  1. # -*- coding: utf-8 -*-
  2. from odoo import models
  3. class HomePage(models.TransientModel):
  4. _name = 'web3.index'
  5. _description = 'Web3 Index'
  6. _transient = True