mirror of
https://gitlab.com/flectra-hq/flectra.git
synced 2026-08-19 01:34:43 -05:00
17 lines
486 B
Python
17 lines
486 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo, Flectra. 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',
|
|
}
|