优化sf
This commit is contained in:
12
login_bg_img_knk/models/res_company.py
Normal file
12
login_bg_img_knk/models/res_company.py
Normal file
@@ -0,0 +1,12 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Powered by Kanak Infosystems LLP.
|
||||
# © 2020 Kanak Infosystems LLP. (<https://www.kanakinfosystems.com>).
|
||||
|
||||
|
||||
from odoo import models, fields
|
||||
|
||||
|
||||
class ResCompany(models.Model):
|
||||
_inherit = 'res.company'
|
||||
|
||||
bg_image = fields.Binary(string="Image")
|
||||
Reference in New Issue
Block a user