mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-20 03:12:02 +02:00
15 lines
481 B
Python
15 lines
481 B
Python
# Copyright 2021 Ecosoft Co., Ltd. (http://ecosoft.co.th)
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "HR department code",
|
|
"version": "16.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"category": "Human Resources",
|
|
"author": "Ecosoft, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/hr",
|
|
"depends": ["hr"],
|
|
"data": ["views/hr_department_views.xml"],
|
|
"installable": True,
|
|
"maintainer": ["Saran440"],
|
|
}
|