odoo-saas-kubernetes/web_cohort/models/ir_ui_view.py

9 lines
179 B
Python
Executable File

# -*- coding: utf-8 -*-
from odoo import fields, models
class View(models.Model):
_inherit = 'ir.ui.view'
type = fields.Selection(selection_add=[('cohort', 'Cohort')])