NINS_CODE/bahmni-addons/bahmni_account/models/res_partner.py

9 lines
166 B
Python
Raw Permalink Normal View History

2024-12-12 22:37:39 +06:00
# -*- coding: utf-8 -*-
from odoo import models, fields
class ResPartner(models.Model):
_inherit = 'res.partner'
initials = fields.Char(string="Initials")