Skip to content
Snippets Groups Projects
__openerp__.py 1.59 KiB
Newer Older
Alexandre Allouche's avatar
Alexandre Allouche committed
# -*- coding: utf-8 -*-
##############################################################################
#
#    Account Analytic Online, for OpenERP
Alexandre Brun's avatar
Alexandre Brun committed
#    Copyright (C) 2013 XCG Consulting (http://odoo.consulting)
Alexandre Allouche's avatar
Alexandre Allouche committed
#
#    This program is free software: you can redistribute it and/or modify
#    it under the terms of the GNU Affero General Public License as
#    published by the Free Software Foundation, either version 3 of the
#    License, or (at your option) any later version.
#
#    This program 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 for more details.
#
#    You should have received a copy of the GNU Affero General Public License
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################

{
Vincent Hatakeyama's avatar
Vincent Hatakeyama committed
    "name": "Analytic Structure",
Anael Lorimier's avatar
Anael Lorimier committed
    "version": "2.0.1",
Vincent Hatakeyama's avatar
Vincent Hatakeyama committed
    "author": "XCG Consulting",
Alexandre Allouche's avatar
Alexandre Allouche committed
    "category": 'Dependency',
    'website': 'http://www.openerp-experts.com',
    "depends": [
Alexandre Allouche's avatar
Alexandre Allouche committed
    "data": [
        'security/security.xml',
Alexandre Allouche's avatar
Alexandre Allouche committed
        'security/ir.model.access.csv',
        'security/record_rules.xml',
        'analytic_views.xml',
        'analytic_menus.xml',
Alexandre Allouche's avatar
Alexandre Allouche committed
    ],
    # 'demo_xml': [],
    'css': [
        'static/src/css/analytic_structure.css',
    ],
Alexandre Allouche's avatar
Alexandre Allouche committed
    'test': [],
    'installable': True,
    'active': False,
}

# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: