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