Files
tra_backend/inventory_groups/__manifest__.py
2020-07-21 10:09:46 +00:00

25 lines
524 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Inventory Groups',
'version': '1.0',
'category': 'Inventory/Product',
'summary': 'Enable to make arrangement in Groups',
'description': "",
'depends': ['base'],
'data': [
'security/ir.model.access.csv',
'views/groups.xml',
],
'demo': [
],
'css': [],
'installable': True,
'application': True,
'auto_install': False
}