上传修改后的主题
This commit is contained in:
12
spiffy_theme_backend/models/ir_menu.py
Normal file
12
spiffy_theme_backend/models/ir_menu.py
Normal file
@@ -0,0 +1,12 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Developed by Bizople Solutions Pvt. Ltd.
|
||||
# See LICENSE file for full copyright and licensing details
|
||||
|
||||
from odoo import models, fields, api
|
||||
|
||||
class IrUiMenu(models.Model):
|
||||
_inherit = "ir.ui.menu"
|
||||
|
||||
icon_img = fields.Image("Menu New Image")
|
||||
use_icon = fields.Boolean("Use Icon")
|
||||
icon_class_name = fields.Char("Icon Class Name")
|
||||
Reference in New Issue
Block a user