__openerp__.py 483 Bytes
# -*- coding: utf-8 -*-
{
    'name': "lacagette_shelfs",

    'summary': """
        Implements Shelfs in Odoo DB and API""",

    'description': """
        API access to manage shelfs
    """,

    'author': "cooperatic",
    'website': "https://cooperatic.fr",

    'category': 'Uncategorized',
    'version': '9.0.1.2.4',

    # any module necessary for this one to work correctly
    'depends': ['base','product'],
    'data': [
        'security/ir.model.access.csv',
    ]
}