diff --git a/odex25_base/partner_identification/__manifest__.py b/odex25_base/partner_identification/__manifest__.py index d619d84d7..89cb09f88 100644 --- a/odex25_base/partner_identification/__manifest__.py +++ b/odex25_base/partner_identification/__manifest__.py @@ -18,13 +18,15 @@ "views/res_partner_id_number_view.xml", "views/res_partner_view.xml", ], - "author": "ChriCar Beteiligungs- und Beratungs- GmbH," - "Tecnativa," - "Camptocamp," - "ACSONE SA/NV," - "LasLabs," - "Onestein," - "Odoo Community Association (OCA)", + "author": ( + "ChriCar Beteiligungs- und Beratungs- GmbH, " + "Tecnativa, " + "Camptocamp, " + "ACSONE SA/NV, " + "LasLabs, " + "Onestein, " + "Odoo Community Association (OCA)" + ), "website": "https://github.com/OCA/partner-contact", "development_status": "Production/Stable", }