oca-ocb-core/odoo-bringout-oca-ocb-web/web/models/res_config_settings.py
Ernad Husremovic a9bcec8e91 vanilla 17.0
2025-10-08 10:47:08 +02:00

10 lines
304 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import fields, models
class ResConfigSettings(models.TransientModel):
_inherit = 'res.config.settings'
web_app_name = fields.Char('Web App Name', config_parameter='web.web_app_name')