Files
pms/pms_api_rest/models/res_company.py

8 lines
172 B
Python

from odoo import fields, models
class ResCompany(models.Model):
_inherit = "res.company"
url_app = fields.Char(string="Url App", help="Url to identify the app")