2025-01-17 20:46:49 +03:00

6 lines
151 B
Python
Executable File

from odoo import api, fields, models
class Company(models.Model):
_inherit = 'res.company'
edi = fields.Char(string='ID EDI', readonly=False)