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