blob: c43bb0c1c68f21fc696d8eaa9511e0036fb82c0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# -*- coding: utf-8 -*-
# Part of Odoo. 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',
}
|