Files
app-odoo/app_hr_department_zchart/models/hr_department.py
Ivan Office 6315d93589 update misc
2024-12-12 23:47:51 +08:00

13 lines
299 B
Python
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# -*- coding: utf-8 -*-
from odoo import api, fields, models, tools, _
class Department(models.Model):
# 目录图片,可显示小图标,
_name = "hr.department"
_inherit = ['hr.department', 'image.mixin']
# 目录图片可显示小图标odoo13 在 mixin 中处理了