[init/add] generic backend theme
This commit is contained in:
15
muk_web_theme-19/muk_web_appsbar/models/res_company.py
Normal file
15
muk_web_theme-19/muk_web_appsbar/models/res_company.py
Normal file
@@ -0,0 +1,15 @@
|
||||
from odoo import models, fields
|
||||
|
||||
|
||||
class ResCompany(models.Model):
|
||||
|
||||
_inherit = 'res.company'
|
||||
|
||||
#----------------------------------------------------------
|
||||
# Fields
|
||||
#----------------------------------------------------------
|
||||
|
||||
appbar_image = fields.Binary(
|
||||
string='Apps Menu Footer Image',
|
||||
attachment=True
|
||||
)
|
||||
Reference in New Issue
Block a user