diff --git a/hr_employee_resume_line/__manifest__.py b/hr_employee_resume_line/__manifest__.py index d9297bf..c4e7bce 100644 --- a/hr_employee_resume_line/__manifest__.py +++ b/hr_employee_resume_line/__manifest__.py @@ -4,7 +4,7 @@ "name": "Employee Resume Line", "license": "AGPL-3", "author": "AvanzOSC", - "website": "https://github.com/OCA/l10n-spain", + "website": "https://github.com/avanzosc/hr-addons", "category": "Human Resources/Employees", "version": "14.0.1.0.0", "depends": [ @@ -13,4 +13,5 @@ "data": [ "views/views.xml", ], + "installable": True, }