24 lines
633 B
Python
24 lines
633 B
Python
{
|
|
"name": "France - Fiche de poste",
|
|
"version": "16.0.0.0.2",
|
|
"category": "HR",
|
|
"summary": "Configuration de la fiche de poste et de son évolution conventionnelle",
|
|
"author": "Le Garage Numérique",
|
|
"maintainers": ["makayabou"],
|
|
"website": "https://odoo.legaragenumerique.fr",
|
|
"depends": [
|
|
"hr",
|
|
"hr_contract",
|
|
"l10n_fr_oca",
|
|
"gn_cc",
|
|
],
|
|
"data": [
|
|
"views/gn_career.xml",
|
|
"views/gn_career_detail.xml",
|
|
"views/gn_contract.xml",
|
|
"data/gn_career_menus.xml",
|
|
"security/ir.model.access.csv",
|
|
],
|
|
"license": "LGPL-3",
|
|
}
|