mirror of
https://gitlab.com/flectra-hq/flectra.git
synced 2026-08-19 01:34:43 -05:00
16 lines
460 B
Python
16 lines
460 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
|
|
|
{
|
|
'name': 'Subcontracting Management with Stock Valuation',
|
|
'version': '0.1',
|
|
'category': 'Hidden',
|
|
'description': """
|
|
This bridge module allows to manage subcontracting with valuation.
|
|
""",
|
|
'depends': ['mrp_subcontracting', 'mrp_account'],
|
|
'installable': True,
|
|
'auto_install': True,
|
|
'license': 'LGPL-3',
|
|
}
|