Tower: upload tk_construction_management 18.0.2.0.8 (was 18.0.2.0.8, via marketplace)
This commit is contained in:
11
addons/tk_construction_management/models/res_config.py
Normal file
11
addons/tk_construction_management/models/res_config.py
Normal file
@@ -0,0 +1,11 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2020-Today TechKhedut.
|
||||
# Part of TechKhedut. See LICENSE file for full copyright and licensing details.
|
||||
from odoo import api, fields, models
|
||||
|
||||
|
||||
class ConstructionResConfig(models.TransientModel):
|
||||
_inherit = 'res.config.settings'
|
||||
|
||||
phase_prefix = fields.Char(string='Phase Prefix', default="PHASE/",
|
||||
config_parameter='tk_construction_management.phase_prefix')
|
||||
Reference in New Issue
Block a user