forked from alaguraj/odoo-testing-addons
17 lines
480 B
Python
17 lines
480 B
Python
{
|
|
'name': 'Dine360 Recipe & Inventory',
|
|
'version': '1.0',
|
|
'category': 'Manufacturing',
|
|
'summary': 'Manage recipes and automatic ingredient-level inventory deduction',
|
|
'author': 'Dine360',
|
|
'depends': ['point_of_sale', 'stock', 'dine360_restaurant'],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'views/recipe_views.xml',
|
|
'views/product_views.xml',
|
|
],
|
|
'installable': True,
|
|
'application': True,
|
|
'license': 'LGPL-3',
|
|
}
|