From a663908bbacaccac1f13e3d80ab2dd76ca0aaabc Mon Sep 17 00:00:00 2001 From: mreficent Date: Wed, 9 Oct 2019 14:18:14 +0200 Subject: [PATCH] [MIG] account_fiscal_month: Migration to 12.0 --- account_fiscal_month/__manifest__.py | 7 +++---- account_fiscal_month/readme/CONTRIBUTORS.rst | 1 + account_fiscal_month/readme/DESCRIPTION.rst | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 account_fiscal_month/readme/CONTRIBUTORS.rst create mode 100644 account_fiscal_month/readme/DESCRIPTION.rst diff --git a/account_fiscal_month/__manifest__.py b/account_fiscal_month/__manifest__.py index 70738cb2b..a619b1586 100644 --- a/account_fiscal_month/__manifest__.py +++ b/account_fiscal_month/__manifest__.py @@ -3,12 +3,11 @@ { 'name': 'Account Fiscal Month', - 'summary': """ - Provide a fiscal month date range type""", - 'version': '11.0.1.0.0', + 'summary': """Provide a fiscal month date range type""", + 'version': '12.0.1.0.0', 'license': 'AGPL-3', 'author': 'ACSONE SA/NV, Odoo Community Association (OCA)', - 'website': 'https://www.acsone.eu', + 'website': 'https://github.com/OCA/account-financial-tools', 'depends': [ 'account', 'date_range', diff --git a/account_fiscal_month/readme/CONTRIBUTORS.rst b/account_fiscal_month/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..eea6cac08 --- /dev/null +++ b/account_fiscal_month/readme/CONTRIBUTORS.rst @@ -0,0 +1 @@ +* Benjamin Willig diff --git a/account_fiscal_month/readme/DESCRIPTION.rst b/account_fiscal_month/readme/DESCRIPTION.rst new file mode 100644 index 000000000..9bd2eac06 --- /dev/null +++ b/account_fiscal_month/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +This module simply provides a date range type marked as 'Fiscal month'.