mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-23 23:12:07 +02:00
12 lines
412 B
Python
12 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,
|
|
}
|