12 lines
335 B
Python
12 lines
335 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
{
|
|
'name': 'Project MRP Landed Costs',
|
|
'version': '1.0',
|
|
'summary': 'Technical Bridge',
|
|
'category': 'Manufacturing/Manufacturing',
|
|
'depends': ['project_mrp_account', 'mrp_landed_costs'],
|
|
'auto_install': True,
|
|
'license': 'LGPL-3',
|
|
}
|