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

15 lines
574 B
Python

# copyright 2011,2013 Michael Telahun Makonnen <mmakonnen@gmail.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "HR Contract Reference",
"version": "16.0.1.0.1",
"category": "Generic Modules/Human Resources",
"author": "Michael Telahun Makonnen, "
"Fekete Mihai (Forest and Biomass Services Romania), "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/hr",
"license": "AGPL-3",
"depends": ["hr_contract"],
"data": ["data/hr_contract_sequence.xml"],
"installable": True,
}