mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-21 02:32:03 +02:00
24 lines
737 B
Python
24 lines
737 B
Python
# Copyright 2024 Tecnativa - Víctor Martínez
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Add dms field for employees",
|
|
"version": "16.0.1.1.0",
|
|
"category": "Human Resources",
|
|
"website": "https://github.com/OCA/dms",
|
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"depends": ["hr", "dms_field"],
|
|
"installable": True,
|
|
"data": [
|
|
"security/security.xml",
|
|
"views/hr_employee_view.xml",
|
|
"views/res_config_settings_view.xml",
|
|
],
|
|
"demo": ["demo/dms_data.xml"],
|
|
"assets": {
|
|
"web.assets_backend": [
|
|
"hr_dms_field/static/src/js/**/*",
|
|
],
|
|
},
|
|
"maintainers": ["victoralmau"],
|
|
}
|