Files
account-financial-tools/account_auto_fy_sequence/__openerp__.py
Stéphane Bidoul 2fb15b9a9c [MIG] account_auto_fy_sequence 8.0 migration
README.md, remove checks in tests
2014-11-26 12:17:46 +01:00

40 lines
1.4 KiB
Python

# coding=utf-8
##############################################################################
#
# account_auto_fy_sequence module for Odoo
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
# @author Stéphane Bidoul <stephane.bidoul@acsone.eu>
#
# account_auto_fy_sequence is free software:
# you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License v3 or later
# as published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# account_auto_fy_sequence is distributed
# in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License v3 or later for more details.
#
# You should have received a copy of the GNU Affero General Public License
# v3 or later along with this program.
# If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
{
'name': 'Automatic Fiscal Year Sequences',
'version': '0.1',
'category': 'Accounting',
'author': 'ACSONE SA/NV',
'website': 'http://acsone.eu',
'depends': ['account'],
'data': [
'views/ir_sequence_view.xml',
],
'installable': True,
'application': False,
'auto_install': False,
'license': 'AGPL-3',
}