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",