odex25_standard/odex25_takaful/odex_takaful/models/preferred_communication.py

10 lines
188 B
Python

# -*- coding: utf-8 -*-
from odoo import models, fields, api, _
class PreferredCommunication(models.Model):
_name = 'preferred.communication'
name = fields.Char(required=True)