From 93d528db1ac6049b8f99a874c7e7d32aba322ffc Mon Sep 17 00:00:00 2001 From: Chill Date: Mon, 31 Jul 2023 18:36:22 +0800 Subject: [PATCH] =?UTF-8?q?prepare=20#I7KDAV=20app=5Fmodule2product?= =?UTF-8?q?=E3=80=91=E7=BD=91=E7=AB=99=E7=95=8C=E9=9D=A2=E4=BB=BFapps.odoo?= =?UTF-8?q?.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app_odoo_customize/models/ir_module_addons_path.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app_odoo_customize/models/ir_module_addons_path.py b/app_odoo_customize/models/ir_module_addons_path.py index 1ef754ba..da9ddeaa 100644 --- a/app_odoo_customize/models/ir_module_addons_path.py +++ b/app_odoo_customize/models/ir_module_addons_path.py @@ -6,6 +6,7 @@ from odoo import api, fields, models, modules, tools, _ class IrModuleAddonsPath(models.Model): _name = "ir.module.addons.path" + _description = 'Module Addons Path' def _default_bg_color(self): colors = ['#F06050', '#F4A45F', '#F7CD2E', '#6CC1ED', '#EB7E7F', '#5CC482',