1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/account_online_synchronization/models/partner.py
2024-12-10 09:04:09 +07:00

8 lines
156 B
Python

from odoo import models, fields
class ResPartner(models.Model):
_inherit = 'res.partner'
online_partner_information = fields.Char(readonly=True)