Files
pad-tools/pad_hedgedoc_connector/models/company.py
2022-08-10 08:26:17 +02:00

10 lines
186 B
Python

# -*- coding: utf-8 -*-
from odoo import models, fields
class Company(models.Model):
_inherit = "res.company"
hedgedoc_server_url = fields.Char(string="Hedgedoc Server URL")