[MIG] account_fiscal_month: Migration to 12.0

This commit is contained in:
mreficent
2019-10-09 14:18:14 +02:00
parent fac894ffa6
commit a663908bba
3 changed files with 5 additions and 4 deletions

View File

@@ -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',

View File

@@ -0,0 +1 @@
* Benjamin Willig <benjamin.willig@acsone.eu>

View File

@@ -0,0 +1 @@
This module simply provides a date range type marked as 'Fiscal month'.