blob: 644099353b15d5132986815a91142ca2642abe5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Dropship and Subcontracting Management',
'version': '0.1',
'category': 'Inventory/Purchase',
'description': """
This bridge module allows to manage subcontracting with the dropshipping module.
""",
'depends': ['mrp_subcontracting', 'stock_dropshipping'],
'installable': True,
'auto_install': True,
'license': 'LGPL-3',
}
|