oca-technical/odoo-bringout-oca-hr-hr_employee_firstname/hr_employee_firstname/__manifest__.py
2025-08-29 15:43:03 +02:00

20 lines
737 B
Python

# Copyright 2010-2014 Savoir-faire Linux (<http://www.savoirfairelinux.com>)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "HR Employee First Name, Last Name",
"version": "16.0.1.0.3",
"author": "Savoir-faire Linux, "
"Fekete Mihai (Forest and Biomass Services Romania), "
"Onestein, "
"Odoo Community Association (OCA)",
"maintainers": ["Savoir-faire Linux", "luisg123v"],
"website": "https://github.com/OCA/hr",
"license": "AGPL-3",
"category": "Human Resources",
"summary": "Adds First Name to Employee",
"depends": ["hr"],
"data": ["views/hr_view.xml", "views/base_config_view.xml"],
"post_init_hook": "post_init_hook",
"installable": True,
}