oca-ocb-sale/odoo-bringout-oca-ocb-project_sale_expense/project_sale_expense/__manifest__.py
Ernad Husremovic 73afc09215 19.0 vanilla
2026-03-09 09:32:12 +01:00

13 lines
449 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.',
'author': 'Odoo S.A.',
'license': 'LGPL-3',
'category': 'Services/Project',
'depends': ['sale_project', 'sale_expense', 'project_hr_expense'],
'auto_install': True,
}