[NEW] pad_hedgedoc_connector: create addon
This commit is contained in:
9
pad_hedgedoc_connector/models/company.py
Normal file
9
pad_hedgedoc_connector/models/company.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from odoo import models, fields
|
||||
|
||||
|
||||
class Company(models.Model):
|
||||
_inherit = "res.company"
|
||||
|
||||
hedgedoc_server_url = fields.Char(string="Hedgedoc Server URL")
|
Reference in New Issue
Block a user