update misc

This commit is contained in:
Ivan Office
2024-12-12 23:47:51 +08:00
parent fedad73946
commit 6315d93589
23 changed files with 381 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# -*- coding: utf-8 -*-
from odoo import api, fields, models, tools, _
class Department(models.Model):
# 目录图片,可显示小图标,
_name = "hr.department"
_inherit = ['hr.department', 'image.mixin']
# 目录图片可显示小图标odoo13 在 mixin 中处理了