From 48699f85c8efef20e66921cbf43f6324303c8c55 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 4 May 2022 01:22:44 +0200 Subject: [PATCH] [FIX] *: Switch license + website To comply with constraints --- account_financial_report/__manifest__.py | 2 +- mis_builder_cash_flow/__manifest__.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/account_financial_report/__manifest__.py b/account_financial_report/__manifest__.py index 380c8727..565117d9 100644 --- a/account_financial_report/__manifest__.py +++ b/account_financial_report/__manifest__.py @@ -13,7 +13,7 @@ "redCOR AG," "ForgeFlow," "Odoo Community Association (OCA)", - "website": "https://odoo-community.org/", + "website": "https://github.com/OCA/account-financial-reporting", "depends": ["account", "date_range", "report_xlsx"], "data": [ "wizard/aged_partner_balance_wizard_view.xml", diff --git a/mis_builder_cash_flow/__manifest__.py b/mis_builder_cash_flow/__manifest__.py index e7e46f9e..7022165e 100644 --- a/mis_builder_cash_flow/__manifest__.py +++ b/mis_builder_cash_flow/__manifest__.py @@ -5,9 +5,9 @@ { "name": "MIS Builder Cash Flow", "version": "13.0.1.1.0", - "license": "LGPL-3", - "author": "ADHOC SA, " "Odoo Community Association (OCA)", - "website": "https://github.com/OCA/mis-builder", + "license": "AGPL-3", + "author": "ADHOC SA, Odoo Community Association (OCA)", + "website": "https://github.com/OCA/account-financial-reporting", "depends": ["mis_builder"], "data": [ "security/mis_cash_flow_security.xml",