上传修改后的主题

This commit is contained in:
WEB许何哲\xuhez
2023-07-14 09:21:21 +08:00
parent 1c022711a1
commit a48c8b2baa
209 changed files with 18379 additions and 0 deletions

View 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")