diff --git a/hr_employee_ssn/README.rst b/hr_employee_ssn/README.rst index 0bc48321e02..19e405d52ea 100644 --- a/hr_employee_ssn/README.rst +++ b/hr_employee_ssn/README.rst @@ -48,12 +48,15 @@ Credits Authors ~~~~~~~ -* Brainbean Apps +* CorporateHub Contributors ~~~~~~~~~~~~ -* Alexey Pelykh +* `CorporateHub `__ + + * Alexey Pelykh + * Saran Lim. Maintainers diff --git a/hr_employee_ssn/__manifest__.py b/hr_employee_ssn/__manifest__.py index 65acd907bfd..283287de3ac 100644 --- a/hr_employee_ssn/__manifest__.py +++ b/hr_employee_ssn/__manifest__.py @@ -1,4 +1,5 @@ # Copyright (C) 2018 Brainbean Apps (https://brainbeanapps.com) +# Copyright 2020 CorporateHub (https://corporatehub.eu) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { @@ -6,7 +7,7 @@ "version": "13.0.1.0.0", "category": "Human Resources", "website": "https://github.com/OCA/hr", - "author": "Brainbean Apps, Odoo Community Association (OCA)", + "author": "CorporateHub, Odoo Community Association (OCA)", "license": "AGPL-3", "installable": True, "application": False, diff --git a/hr_employee_ssn/readme/CONTRIBUTORS.rst b/hr_employee_ssn/readme/CONTRIBUTORS.rst index 4ebc5c8b18b..1d4aab89524 100644 --- a/hr_employee_ssn/readme/CONTRIBUTORS.rst +++ b/hr_employee_ssn/readme/CONTRIBUTORS.rst @@ -1,2 +1,5 @@ -* Alexey Pelykh +* `CorporateHub `__ + + * Alexey Pelykh + * Saran Lim.