From ded67cd5de3d0819c7c107838847cbbd35fa9522 Mon Sep 17 00:00:00 2001 From: Simone Orsi Date: Wed, 12 Jul 2023 11:28:00 +0200 Subject: [PATCH] cms_form*: add website to manifest --- cms_form/__manifest__.py | 1 + cms_form_example/__manifest__.py | 1 + 2 files changed, 2 insertions(+) diff --git a/cms_form/__manifest__.py b/cms_form/__manifest__.py index a1b2bf42..48cb8575 100644 --- a/cms_form/__manifest__.py +++ b/cms_form/__manifest__.py @@ -9,6 +9,7 @@ "license": "LGPL-3", "author": "Camptocamp, Odoo Community Association (OCA)", "mainainers": ["simahawk"], + "website": "https://github.com/OCA/website-cms", "depends": ["website", "cms_info", "cms_status_message"], "data": [ "security/cms_form.xml", diff --git a/cms_form_example/__manifest__.py b/cms_form_example/__manifest__.py index 7f7ee13d..f2c5ecf6 100644 --- a/cms_form_example/__manifest__.py +++ b/cms_form_example/__manifest__.py @@ -9,6 +9,7 @@ "license": "AGPL-3", "author": "Simone Orsi,Odoo Community Association (OCA)", "mainainers": ["simahawk"], + "website": "https://github.com/OCA/website-cms", "depends": [ "website_partner", "cms_form",