mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 10:32:00 +02:00
15 lines
574 B
Python
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,
|
|
}
|