2
0

collection_index.py 183 B

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