13 lines
412 B
Python
13 lines
412 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
{
|
||
|
'name': 'Project - Sale - Expense',
|
||
|
'version': '1.0',
|
||
|
'description': 'Adds a full traceability of reinvoice expenses on the profitability report.',
|
||
|
'license': 'LGPL-3',
|
||
|
'category': 'Hidden',
|
||
|
'depends': ['sale_project', 'sale_expense', 'project_hr_expense'],
|
||
|
'auto_install': True,
|
||
|
}
|