flectra/addons/purchase_mrp/__manifest__.py

23 lines
684 B
Python
Raw Normal View History

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Purchase and MRP Management',
'version': '1.0',
'category': 'Hidden',
'description': """
This module provides facility to the user to install mrp and purchase modules at a time.
========================================================================================
It is basically used when we want to keep track of production orders generated
from purchase order.
""",
'website': 'https://www.odoo.com/page/manufacturing',
'depends': ['mrp', 'purchase'],
'data': [],
'demo': [],
'installable': True,
'auto_install': True,
}