mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-18 10:49:11 +02:00
add new module
This commit is contained in:
24
inventory_groups/__manifest__.py
Normal file
24
inventory_groups/__manifest__.py
Normal file
@@ -0,0 +1,24 @@
|
||||
# -*- 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
|
||||
}
|
||||
Reference in New Issue
Block a user